/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 @import url(//fonts.googleapis.com/css?family=Arvo:400,700);
 body {
     color: #000;
     font-family: 'Open Sans', Arial, sans-serif !important;
 }
 #jp-left {
     background: #2B455E !important;
 }
 #header-responsive {
     background: #2B455E !important;
 }
 #logo, #logo > img {
     margin-top: 5px !important;
 }
 .headerbar, #top-a, #top-b, #top-c {
     background: none !important;
     padding-bottom: 0 !important;
 }
 #top-b {
     margin-left: 0 !important;
     margin-right: 0 !important;
 }
 /*.mod-dark {
     background: none repeat scroll 0 0 #f7f6f1 !important;
     border: none;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     color: #999;
     padding: 20px;
 }*/
 #headerphone {
     margin:0;
     text-align: right;
 }
 #header-rule {
     background: #d5da34;
     margin-top: -20px;
     margin-bottom: 20px;
     margin-right: -40px;
     height: 5px;
 }
 #header-signup {
     background: #d5da34;
     margin-top: -20px;
     margin-bottom: 20px;
     margin-right: -40px;
     padding: 20px 30px 20px 20px;
     color: #333;
 }
 #header-signup h3 {
     color: #26445F;
     margin: 0 !important;
     font-size: 1.4em !important;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: .04em;
 }
 #header-signup p {
     margin-top: 0 !important;
 }
 #mc_embed_signup form {
     padding: 0;
     position: relative;
 }
 #mc_embed_signup .mc-field-group input, #mc_embed_signup2 .mc-field-group input, #feedburner input {
     margin: 0 auto;
     padding: 8px 0;
     text-indent: 2%;
 }
 #mc_embed_signup input, #mc_embed_signup2 input, #feedburner input {
     border: 0 solid #999 ;
 }
 #mc_embed_signup input, #mc_embed_signup2 input, #feedburner input {
     width: 20%;
     min-width: 150px;
 }
 #mce-EMAIL {
     width: 45% !important;
     min-width: 200px !important;
 }
 #content {
     margin-top: 0;
 }
 h1, header .title {
     font-family: 'Arvo', 'Open Sans', sans-serif !important;
     color: #3b817f;
     font-weight: normal;
     text-transform: uppercase;
     font-size: 32px;
 }
 h2, h3, h4, h5, h6 {
     font-family: 'Open Sans', sans-serif !important;
     color: #3b817f;
     font-weight: 600;
 }
 #system .item > header .title {
     color: #c2c72f;
 }
 p, li {
     line-height: 1.75;
 }
 #jp-right-inner a, #jp-right-inner a:hover {
     color: #355675 !important;
 }
 #jp-right-inner a:hover {
     text-decoration: underline !important;
 }
 .menu-dropdown li.level1 {
     border-bottom: 1px solid #253b51 !important;
     border-top: 1px solid #355574 !important;
     text-shadow: 0 1px 0 #FFFFFF;
 }
 .menu-dropdown li.level1:hover {
     background-color:#355675 !important;
 }
 .menu-dropdown li.active .level1 {
     color: #000;
     background-color:#355675 !important;
 }
 .menu-dropdown a.level1, .menu-dropdown span.level1 {
     color: #35352b !important;
 }
 .menu-dropdown a.level1, .menu-dropdown span.level1 {
     color: #ffffff !important;
     font-family: 'Open Sans', sans-serif !important;
     font-size: 15px !important;
     text-shadow: none !important;
 }
 a:hover, em, code, .menu-dropdown li.remain .level1, .menu-dropdown a.level2:hover, .menu-dropdown a.level3:hover, .menu-sidebar a:hover > span, .menu-sidebar span:hover > span {
     color: #3b817f !important;
 }
 #case-study {
     float: left;
     width: 60%;
 }
 #quote {
     float: right;
     width: 30%;
     background: url(/wp-content/uploads/2014/08/quote.png) top left no-repeat;
     padding-top: 10px;
     padding-left: 35px;
     font-size: 1.1em;
     font-weight: bold;
     color: #3b817f;
     line-height: 1.5em;
 }
 #contact-form td {
     padding: 10px 0;
     vertical-align: top;
 }
 #bottom-a, #bottom-b, #bootm-c, #footer {
     background: none !important;
     margin-top: 20px;
     padding-top: 0 !important;
 }
 #contact-form select, input, textarea {
     width: 80%;
 }
 button, input[type="button"], input[type="submit"] {
     padding: 10px 10px 7px;
     width: 30%;
     background: #3B807E;
     color: #FFF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     font-weight: normal;
     text-transform: uppercase;
     font-size: 1em;
     letter-spacing: 1px;
     border: none;
 }
 form.short input {
     color: #FFF;
 }
 #bottom-c {
     border-top: 1px dotted #E1E1E1 !important;
     padding-top: 20px;
     margin-top: 20px;
     font-size: 13px;
 }
 #bottom-c h3 {
     font-family: 'Open Sans', sans-serif !important;
     font-weight: bold;
     font-size: 16px;
     text-transform: uppercase;
 }
 #footer {
     font-size: .8em;
     color: #3E3E3E;
 }
 
 /* DESKTOP STYLES
 -----------------
 Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
 @media only screen and (min-width: 768px) {
     /* Desktop styles go below this line */
     
 #mc-embedded-subscribe {
     float: right;
     margin-top: -32px;
 }	
 
 #feedburner input[type="submit"] { margin-right: 20px; margin-top: 10px; }
     
 }
 
 /* MOBILE STYLES
 -----------------
 Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
 @media only screen and (max-width: 768px) {
     /* Desktop styles go below this line */
     
 #header-responsive {
     text-align: center;
 }
 #headerphone {
     margin:0;
     text-align: center;
 }
 
 #header-signup {
     margin-right: 0;
 }
 #mc-embedded-subscribe {
     margin-top: 10px;
 }	
     
 }
 