/*
Theme Name: RathCoole
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2015 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

@font-face {
    font-family: 'minion';
    src: url('fonts/MinionPro-Regular.otf');
   }
   

html, body { width:100%;  overflow-x:hidden; }

*:not(html){
 
}

html,body{
background-color: #34509a;
overflow-x: hidden;
}
div{
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row {
  padding-right: 0px;
  margin-right: 0px;
}

.nav-icon3 {
  width: 60px;
  height: 45px;
  position: absolute;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span{
top: 40px;
    height: 3px;
    width: 30px;
    background: #f7f7f7;
    border-radius: 9px;
    opacity: 1;
    left: 30px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
top: 40px;
}

.nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 50px;
}

h3{
font-size: 32px !important;
}
.nav-icon3 span:nth-child(4) {
  top: 60px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
     top: 50px;
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#showLeft p{
    color: white;
font-family: "Montserrat";
    margin-left: 27px;
    font-size: 11px;
    margin-top: 23px;
}

header{
height: 70px;
}

.marginlr{
margin: 0 100px 0 90px;
height: 90px;
padding: 0 !important;
}
.padding0{
padding: 0 !important;
height: 90px;
text-align: right;

}

.white h2, .white p{
color: white;
}

.padding0 img{
height: 90px;
padding-right: 10px;
}
.site-branding{
height: 90px;
text-align: left;
    background-color: white;
}

.site-branding img{
height: 90px;
}

.phone{
position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    z-index: 9999999999;
    width: 259px;
    background-color: #33509a;
        }
    
    .phone img{
    height: 90px;
    
    }

.phone a:first-child{
float: left;
}

.phone a:last-child{
font-size: 27px;
    height: 90px;
    line-height: 90px;
    color: white;
    font-family: "minion";
}

.phone a:last-child:hover{
text-decoration: none;
}

.lineheight{
line-height: 38px;
    margin-bottom: 60px;
}
.Montserrat{
font-family: "Montserrat";
}

.infotitle{
font-family: 'minion';
margin-top: 20px;
}

.minion{
font-family: 'minion';
color: white;
margin-bottom: 30px;
    font-size: 30px;
    margin-top: 40px;
}

.headertext{
color: white;
font-size: 3.4vw;
font-family: "Montserrat";
text-shadow: 1.5px 1px 2px black;
width: 75%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px !important;

}

.headertext h1{
text-align: center;
padding-top: 250px;
}

.lineheader{
display: block;
margin-left: auto;
margin-right: auto;
    width: 70%;
padding-bottom: 280px;
}

.lineheadertest {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32%;
    padding-bottom: 250px;
}

.lineheaderbook{
display: block;
margin-left: auto;
margin-right: auto;
    width: 60%;
padding-bottom: 250px;
}

.lineheader img{
display: static;
}

.velement {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color:#fff;


}
.velement img {

  display: block;
}
.velement:before, .velement:after {
  content:'';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: #34509a;
  padding-bottom:4%;
  z-index:9999999 !important;
}
.velement:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.velement:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.margin0 .vc_column-inner{
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
}

.margin0 a{
    color: #009de0;

}

.paddingtop{
padding-top: 50px;
}
.nopadding{
padding:0px !important;
}

.nopaddingrighttop{
padding-right: 0px;
padding-top: 0px;
}

.headerimg{
height: 780px;
}
.width100{
width: 100% !important;
}

.home .vc_column-inner{
padding: 0px !important;
}

.home .vc_single_image-wrapper,.home .vc_figure, .home .vc_single_image-wrapper img{
width: 100%;
}
.serviceheight{
height: 400px;
}

.formtitle p {
font-size: 30px;
font-family: "minion";
}


.top,.top2, .topbig{
position: absolute;
top:0;
width: calc(100% - 10px);
height: 60px;
line-height: 60px;
color: #34509a;
font-size: 30px;
text-align: center;
font-family: 'minion';
  -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
background-color: rgba(255,255,255,0.81);
}
.topbig a{
color: #34509a;
}
.topbig{

width: 100%;

}

.vc_row.vc_column-gap-20>.vc_column_container {
padding-right: 0px !important;
padding-top: 0px !important;
}
.right{
width: calc(100% - 10px);
}

.bluebutton a{

font-family: "Montserrat";
border: 2px solid #009de0 !important;
color: white;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.bluebutton a:hover, .bluebutton a:active, .bluebutton a:focus{
background-color: #ffffff !important;
background-image: none !important;
font-family: "Montserrat";
color: #009de0 !important;
}

.transparentbutton a{
border: 0px solid #009de0 !important;
font-family: "Montserrat";
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
                         width: 180px;
    height: 55px;
    padding-top: 18px !important;
}

.transparentbutton a:hover{
color: white!important;
background-color: #009de0 !important;
background-image: none !important;
}
.star{
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nomarginbttm{
margin-bottom: 0px !important;
 position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.nomarginbttm span{
    line-height: 48px;
}

.nomarginbttm img{
margin-bottom: 35px !important;
}

.img100{
width:100%;
height: auto;
}

.paddinglr{
padding-left: 0px  !important;
padding-right: 0px !important;
}

.home .wpb_video_widget{
margin-bottom: 0px;
}
.redbutton a{
background-color: #ff7f00 !important;
font-family: "Montserrat";
color: white !important;
margin-top: 68px !important;
border: 0px solid #ff7f00 !important;
}

.redbutton a:hover{
background-color: white!important;
font-family: "Montserrat";
color: #ff7f00 !important;
}

footer{
background-color: white;
padding-left: 40px;
padding-right: 40px;
padding-top: 30px;
height: 300px;
margin-top: 50px;
position: relative;
}


#bic-notices-cont, .after {
 display: none !important; /* display:block; */

    position: relative;
    max-width: 1100px !important;
    width: 100% !important;
    font-family: arial;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.insertafter{
opacity: 1 !important;
width: 100% !important;
}

.page-id-799 #bic-notices-cont, .page-id-799 .after{
display: block !important;
}

.csr_res_pg{
padding-bottom: 15px !important;
    font-size: 18px !important;
    color: #33509a!important;
    font-family: "Montserrat" !important;
}
#bic-search{
width: 20% !important;
background-color: white !important;
border: 0px !important;
padding: 15px 15px !important;
}

*:focus {
    outline: none;
}
.active{
    font-size: 18px !important;
    color: #33509a!important;
    font-family: "Montserrat" !important;
        font-weight: 400 !important;
    border: 0px solid #aaaaaa !important;
    padding: 0px !important;
}
#bic-search label, #bic-search select{
overflow: visible !important;
    font-size: 16px !important;
    color: #8e9aa2 !important;
    line-height: 20px !important;
    font-family: "Montserrat" !important;
}

div#bic-notices-cont div#bic-search LI {
    margin: 10px 0 !important;
}

#bic-search select, #bic-search input{
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #33509a!important;
    height: 35px !important;
}

#bic-search input[type=button] {
border-radius: 0px !important;
    background-color: #33509a!important;
    color: white !important;
}
#bic-results{
width: 78% !important;
    padding: 15px 25px !important;
}


#field-keywords{
float: left !important;
width: 100% !important;
}
#field-Price input{
 border-radius: 5px !important;
    border: 1px solid #33509a!important;
    height: 35px !important;
    font-size: 16px !important;
    color: #8e9aa2 !important;
    line-height: 20px !important;
    font-family: "Montserrat" !important;
}

#bic-search #fld18from{
width: 40% !important;
float: left !important;
}


#bic-search #fld18to{
width: 40% !important;
float: right !important;
}
#bic-results ul li{
width: 100% !important;
}

#bic-results li {
position: relative !important;
    border: 0px solid lightGrey !important;

    margin-bottom: 15px !important;
    padding: 0px !important;
}

.bic-cat-head{
background-color: #33509a!important;
border: 0px!important;
height: 50px!important;
font-size: 26px !important;
font-family: "Montserrat" !important; 
font-weight: 400 !important;

    line-height: 50px !important;
}

.bic-img{
    width: 20% !important;
    height: auto !important;
    margin-bottom: 45px !important;

}

.bic-video-count{
    display: none !important;
}
.bic-img img{
    width: 100% !important;
}

.bic-detail{
width: 78% !important;
}

.bic-title {
    border-bottom: 1px solid #8e9aa2 !important;
    margin-bottom: 5px !important;
    height: 32px !important;
    overflow: visible !important; 
    padding: 0 !important;
    color: #33509a!important;
    font-family: "Montserrat" !important;
width: 78% !important;
float: right !important;
   }
 
 .bic-title a {
    line-height: 16px !important;
    font-size: 24px !important;
    color: #33509a !important;
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
 }
 
 .bic-desc {
    height: 48px !important;
    padding: 0px !important;
    overflow: visible !important;
    font-size: 18px !important;
    color: #8e9aa2 !important;
    line-height: 20px !important;
    font-family: "Montserrat" !important;
    margin-top: 10px !important;
    width: 78% !important;
    float: right !important;
}  
.bic-footer{
position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;  
    height: 35px !important;
    background-color: #8e9aa2 !important;
    padding: 0 10px !important;
 
}

.bic-footer1,.bic-footer span, .bic-footer a{
  line-height: 35px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.csr_res_pg:last-child{
display: none !important;
}








.notice-detail, .after{
background-color: white !important;
padding: 30px;
}

.notice-detail  td, .bic-detail-block p, .call{
 font-size: 18px !important;
    color: #8e9aa2 !important;
    font-family: "Montserrat" !important;
        font-weight: 400 !important;

}
.notice-detail  .label{
 font-size: 18px !important;
    color: #33509a!important;
    font-family: "Montserrat" !important;
        font-weight: 400 !important;

}
#bic-title{
    width: 100%;
    background-color: #33509a;
    height: 50px;
    margin-bottom: 30px !important;
    color: white;
    font-size: 26px  !important;
    font-family: "Montserrat"  !important;
    line-height: 50px !important;
    padding-left: 20px !important;
}

#bic-return a{
color: black !important;
}

#bic-detail-mainimage{
width: 50% !important;
float: left !important;
padding-right: 15px !important;
}

#bic-detail-mainimage img{
width: 100% !important;
padding-right: 15px;
}


.bic-detail-block-head{
    color: #33509a !important;
    padding-bottom: 10px !important;
    font-size: 22px  !important;
    font-family: "Montserrat"  !important;
    border-bottom: 1px solid #8e9aa2 !important;
}

.bic-detail-block table, .bic-detail-block p
{
    margin-top: 10px !important;
}

.bic-detail-block tr{
line-height: 25px !important;
}
#bic-detail-thumbnails{
float: left !important;
    width: 100% !important;
    margin-bottom: 70px !important;
}


.purchase{
    width: calc(100% - 175px);
    height: 50px;
    background-color: #33509a;
    float: left;
    padding-left: 20px;
        margin-bottom: 30px !important;
}

.purchase p{
color: white;
font-size: 20px;
    font-family: "Montserrat"  !important;
    line-height: 50px;

}

.after button{
    float: right;
    width: 165px;
    height: 50px;
    border: 2px solid #33509a;
    background-color: white;
    color: #33509a ;
    font-size: 20px;
    font-family: "Montserrat"  !important;
        padding: 0px !important;
    line-height: 45px !important;
       -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.after button a{
color: #33509a;
    display: block;
    height: 100%;
    width: 100%;
     -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.after button a:hover {
text-decoration: none;
background-color: #33509a ;
    color: white ;

}

.call a{
color: #33509a;
}


#bic-return{
display: none !important;
}





footer p, footer h3,footer h4, footer a{
color: #33509a;
}

footer h3{
font-family: 'minion';
font-size: 28px;
padding-bottom: 30px;
}
footer h4{
font-size: 10px;
font-family: "Montserrat";
padding-bottom: 6px;
}

footer p, footer a{
font-size: 14px;
font-family: "Montserrat";
padding-bottom: 10px;
}

footer a:hover{
color: #009de0;
text-decoration: none;
}

iframe{
display: block;
margin-left: auto;
margin-right: auto;
overflow:hidden;
}

.vc_grid-item:first-child{

}

.vc_grid-item:first-child:after, .vc_grid-item:nth-child(3):after, .vc_grid-item:nth-child(7):after, .vc_grid-item:nth-child(9):after{
position: absolute;
white-space: pre;
text-align: center;
color: white;
top: 65%;
font-size: 30px;
padding-top: 10px;
padding-bottom: 35px;
width: calc(100% - 5px);
background-color: rgba(21,50,132,0.81);
font-family: 'minion';
}

.vc_grid-item:first-child:after{
content:'PAUL COOKE';
}

.vc_grid-item:nth-child(3):after{
content:'JOANNE BYRNE';
}

.vc_grid-item:nth-child(7):after{
content:'KIERAN SMITH';
}

.vc_grid-item:nth-child(9):after{
content:'PATRICK DELANEY';
}



.vc_grid-item:first-child:before, .vc_grid-item:nth-child(3):before, .vc_grid-item:nth-child(7):before, .vc_grid-item:nth-child(9):before{
position: absolute;
white-space: pre;
text-align: center;
color: white;
top: 65%;
font-size: 18px;
margin-top: 43px;
width: calc(100% - 5px);
font-family: "Montserrat";
z-index:1;
}

.vc_grid-item:first-child:before{
content:'PARTNER';
}

.vc_grid-item:nth-child(3):before{
content:'ADMIN';
}



.vc_grid-item:nth-child(7):before{
content:'CVRT TESTER';
}


#s{
height: 50px;
    border: 1px solid #687a86;
    width: calc(100% - 50px);
    float: left;
        color: #687a86;
    font-size: 20px;
    line-height: 50px;
    font-family: "Montserrat";
    padding-left: 10px;
   border-top-right-radius: 0px!important;
border-bottom-right-radius: 0px!important;
}


#searchsubmit{
height: 50px;
    background-color: #687a86;
    border: 1px solid #687a86;
    width: 50px;
    background-image: url(img/search.jpg);
    background-size: 50px;
    color: transparent;
    border-top-left-radius: 0px!important;
border-bottom-left-radius: 0px!important;
}

.vc_grid-item:nth-child(9):before{
content:'CVRT TESTER';
}

.page-id-19 .vc_grid-container-wrapper a, .page-id-19 .vc_grid-container-wrapper img{
pointer-events: none;
cursor: default;
}

legend{
    display: block;
      padding-left: 8px;
    padding-right: 2px;
    border: none;
    width: 413px;
    text-align: center;
   color: #34509a;
    }
    
    fieldset {
    padding: .35em .625em .75em !important;
    
    border: 1px solid #009de0 !important;
  
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 70px);
}
.legendright legend{
width: 500px;
}

.legendbigger legend{
width: 400px;
padding-left: 12px;
}

.innerhoverbigger{
padding: 15px 45px 40px 40px;
position: absolute;
top:0;
width: 100%;
height: calc(100% - 112px);
color: #34509a;
font-size: 30px;
text-align: center;
font-family: 'minion';
background-color: rgba(255,255,255,0.81);
opacity:0;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.innerhoverbigger fieldset{
 height: calc(100% - 110px);
 }

.innerhover, .innerhover2{
padding: 15px 45px 170px 40px;
position: absolute;
top:0;
width: calc(100% - 10px);
height: calc(100% - 122px);
color: white;
font-size: 30px;
text-align: center;
font-family: 'minion';
background-color: rgba(255,255,255,0.81);
opacity:0;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.innerhover p,.innerhover2 p, .innerhoverbigger P{
width: 85%;
position: absolute;
 top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-family: "Montserrat";
        line-height: 25px;
}

.innerhover a, .innerhover2 a, .innerhoverbigger a{
color: #34509a;
}


.innerhover:hover,.innerhover2:hover, .innerhoverbigger:hover{
opacity: 1;

}

/** BLOG ***/

#sidebar{
width: 25%;
float: right;
border-left: 1px solid #b3bcc2;
padding-left: 40px;
}



#sidebar a{
font-family: "Montserrat";
color: #33509a;

}

#recent-posts-2 li, #categories li{
margin-bottom: 10px;
}

#recent-posts-2, #categories-2{
margin-bottom: 40px;
}

#sidebar a:hover{
color:  #009de0;
text-decoration:none;
}

.widget-title{
height: 50px;
background-color: #009de0;
line-height: 50px;
color: white;
 font-family: 'minion';
 margin-bottom: 25px;
 font-size: 23px;
 padding-left: 20px;
}

.widget-title h3{
height: 50px;

}

.result{
font-size: 26px;
font-family: "minion";
color:#009de0;
}
.blogheader{
margin-bottom: 50px;
}

.blogheader img{
width: 100%;
}

.posttitle, .single article header, .author article header, .search article header{
background-color: #33509a;
height: 60px;
padding-left: 20px;
margin-bottom: 20px;
}


.sizer{

}

.postfooter {
height: 80px;
padding-left: 20px;
background-color: #33509a;
}
.posttitle h2, .single article header h1 a, .author article header h1 a, .search article header h2 a, .no-results h2{
float: left;
margin-right: 20px;
height: 60px;
line-height: 60px;
color: white;
font-size: 30px;
 font-family: 'minion';
}

.posttitle p, .single .entry-meta span, .single .entry-meta span a, .author .entry-meta span, .author .entry-meta span a, .search.entry-meta span, .search .entry-meta span a{
height: 60px;
line-height: 67px;
color: white;
font-size: 20px;
 font-family: 'minion';
}

.post-edit-link{
display: none;
}
.blog-main-container img{
width: 100%;
height: auto;
}



.blog-main-container article, .author article{
border-top: 1px solid #b3bcc2;
padding-top: 60px;
padding-bottom: 60px;
}

.search article{
padding-top: 60px;
border-top: 1px solid #b3bcc2;
}

.search article:first-child{
padding-top: 0px;
border-top: 0px solid #b3bcc2;
}

.search .postfooter{
margin-bottom: 60px;
}

.blog-main-container article:first-child, .author article:first-child, .search article:first-child{
border-top: 0px solid #b3bcc2 !important;
padding-top: 0px;
}

.blog-main-container .entry-content{
padding-right: 40px;
}

.blog-main-container .p-content, .search .p-content{
line-height: 30px;
margin-bottom: 40px;
margin-top: 40px;
}

.p-content, .single .entry-content p,.author .entry-summary p, .search .entry-summary p, .no-results p{
font-family: "Montserrat";
color: #687a86;
}

.single .entry-content{
margin-bottom: 40px;
margin-top: 40px;
}

 .single .entry-content img{
    margin-bottom: 20px;
}
 .single .entry-content p{
    line-height: 36px;
    margin-bottom: 20px;
}


.read-more{
line-height: 80px;
}

.single-post .read-more{
width: 100px;
    float: left;
}

.social-share{
    width: 200px;
    float: right;
}

.social-share img{
width: 50px !important;
padding-top: 15px;
    margin-left: 8px;
}
.btn-default{
padding: 10px 20px;
font-family: "Montserrat";
color: #33509a;

}

.single #content, .author #content, .search #content{
    width: 75%;
    height: auto;
    float: left;
        padding-right: 40px;
}

.single .wrapper, .author .wrapper, .blog-main-container, .search .wrapper {
            margin: 0 80px;
}

.single #content img, .author #content img, .search #content img{
    width: 100%;
    height: auto;
}

.single .entry-footer, .single #comments, .single .footer, .author .entry-footer, .author #comments, .author .footer{
display: none;
}


.margin0 h2{
margin-top: 0px !important;
}

.margin0{
margin-bottom: 30px;
}
/*** CONTACT ***/




.bookform form{
margin-bottom: 140px;
    background-color: rgba(249, 253, 255, 0.9);
    border-radius: 7px;
      padding: 25px 0px 10px 0px;

}
.bookform form input, .bookform form textarea{
border: 1px solid #33509a;
    border-radius: 3px;
}

.bookform form .wpcf7-submit:hover {
background-color: white;
color: #33509a;
}

.bookform form:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  width: 0px;
  height: 0;
  bottom: 115px;
  border-top: solid 25px;
  border-color: rgba(249, 253, 255, 0.9);
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}


.bookform form p{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: center;
}

.bookform form label{
padding-bottom: 10px;
margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: left;
    font-family: "Montserrat";
color: #33509a;
    }
   
    .bookform form input, .bookform form textarea{
    width: 100%;
    }
.bookform form .wpcf7-submit{
position: absolute;
bottom: 40px;
left: 50%;
    transform: translateX(-50%);
        height: 50px;
        border-radius: 0px;
}

.bookform form .wpcf7-submit{
width: 150px;
font-family: "Montserrat";
border: 2px solid #33509a !important;
color: white;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
                     background-color: #33509a;
}





.page-id-21 form{

width: 70%;
display: block;
margin-left: auto;
margin-right: auto;
    background-color: rgba(249, 253, 255, 0.9);
    border-radius: 7px;
      padding: 25px 0px 10px 0px;

}
.page-id-21 form input, .page-id-21 form textarea{
border: 1px solid #33509a;
    border-radius: 3px;
}

.page-id-21 form .wpcf7-submit:hover {
background-color: white;
color: #33509a;
}

.page-id-21 form:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  width: 0px;
  height: 0;
  bottom: 82px;
  border-top: solid 25px;
  border-color: rgba(249, 253, 255, 0.9);
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}


.page-id-21 form p{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: center;
}

.page-id-21 form label{
padding-bottom: 10px;
margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: left;
    font-family: "Montserrat";
color: #33509a;
    }
   
    .page-id-21 form input, .page-id-21 form textarea{
    width: 100%;
    }
.page-id-21 form .wpcf7-submit{
position: absolute;
bottom: 25px;
left: 50%;
    transform: translateX(-50%);
        height: 50px;
        border-radius: 0px;
}

.page-id-21 form .wpcf7-submit{
width: 150px;
font-family: "Montserrat";
border: 2px solid #33509a !important;
color: white;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
                     background-color: #33509a;
}




iframe{
  -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;

}

.review h2, .review p, .review h4{
color: #33509a; 
}

.review{
margin: 80px 0px !important;
}
.review p{
 font-family: "Montserrat";
 font-size: 24px; 
  margin-top: 40px;
  line-height: 40px;
}

.review h4{
 font-family: "Montserrat";
 font-size: 18px;
 text-align: center;
 margin-top: 10px;

}

.review h2{
 font-family: "minion";
 font-size: 38px; 
  margin-top: 40px;
}


.container {
    overflow:hidden;

}

.one {
    position: relative;
display: block;
margin-left: auto;
margin-right: auto;
    z-index: 1;
    width: 170px;
    height: 60px;
    background-color: #33509a;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    padding: 18px 21px;
    color: white;
    margin-top: 20px;
    font-family: "Montserrat";
    border: 3px solid #33509a;
      -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
}

.one:hover {
background-color: white;
color: #33509a;
}
.two {
    position: relative;
    z-index: -1;
    display:none;
}

.nogapmap{
margin-bottom: 0px;
}

.nogapmap .vc_column-inner{
padding-top:0px !important;
padding-right:0px !important;
}

.wpcf7-validation-errors{
display:none !important;
}

.page-id-34 form{
width: 70%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
display: block;
background-color: rgba(249, 253, 255, 0.9);
    border-radius: 7px;
      padding: 25px 15px 20px 15px;
      margin-bottom: 115px !important;
}

.page-id-34 form:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  width: 0px;
  height: 0;
      bottom: 90px;
  border-top: solid 25px;
  border-color: rgba(249, 253, 255, 0.9);
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}

.page-id-34 form input, .page-id-34 form textarea, .page-id-34 form select{
width: 100%;
margin-bottom: 15px !important;
}

.page-id-34 form input, .page-id-34 form textarea, .page-id-34 form select{
border: 1px solid #33509a;
    border-radius: 3px;
}

.page-id-34 form label, .page-id-34 form span{
padding-bottom: 8px;
    font-family: "Montserrat";
color: #33509a;
    }
    
    .page-id-34 form .last input, .page-id-34 form .first input{
    width: 30px;
    }
 .page-id-34 form .last span, .page-id-34 form .first span{   
    color: #687a86;
    }
    .page-id-34 form .wpcf7-submit{
position: absolute;
left: 50%;
    transform: translateX(-50%);
        height: 50px;
        bottom: 10px
}

.page-id-34 form .wpcf7-submit{
width: 120px;
font-family: "Montserrat";
border: 3px solid #33509a !important;
color: white;
   -webkit-transition:all 0.3s ease;
         -moz-transition:all 0.3s ease;
               -o-transition:all 0.3s ease;
                     transition:all 0.3s ease;
                     background-color: #33509a;
}

.page-id-34 form .wpcf7-submit:hover {
background-color: white;
color: #33509a;
}

.mileage-337 input{
width: calc(100% - 100px)!important;
border-top-right-radius: 0px!important;
border-bottom-right-radius: 0px!important;
}

.menu-126 select{
width: 100px!important;
border-top-left-radius: 0px!important;
border-bottom-left-radius: 0px!important;
border-color: #687a86!important;
background-color: #687a86;
color: white;
}

span.wpcf7-not-valid-tip {
    color: #f00 !important;
}


.single-post .entry-content p{
line-height: 35px;
}
.center{
display:block;
margin-left:auto;
margin-right:auto;
    max-width: 250px;
}

.centerphone{
display:block;
margin-left:auto;
margin-right:auto;
  max-width: 100px;
}

.center img{
margin-right: 10px;
}

.copyright{
position: absolute;
 bottom: 10px;
width: 100%;
}

.copyright p{
text-align: center;
}

.yes1100{
display: none !important;
}

.yes480{
display: none !important;
}

.no480{
margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
.innerhover p, .innerhover2 p, .innerhoverbigger P{
    font-size: 14px;
        line-height: 20px;
}

.posttitle h2, .single article header h1 a, .author article header h1 a, .search article header h2 a, .no-results h2{
font-size: 25px;
}

.posttitle p, .single .entry-meta span, .single .entry-meta span a, .author .entry-meta span, .author .entry-meta span a, .search.entry-meta span, .search .entry-meta span a{
font-size: 16px;
}

}


@media screen and (max-width: 1330px) {
.top,.top2, .innerhoverbigger, .topbig, .innerhover, .innerhover2{
font-size: 24px;
}

legend{
padding-top: 3px;
}

.legendright legend {
    width: 400px;
}


}
@media screen and (max-width: 1270px) {
.innerhover p, .innerhover2 p, .innerhoverbigger P{
    font-size: 10px;
        line-height: 16px;
}

.posttitle h2, .single article header h1 a, .author article header h1 a, .search article header h2 a, .no-results h2{
font-size: 20px;
}

.innerhover p, .innerhover2 p, .innerhoverbigger P{
    font-size: 12px;
        line-height: 17px;
}

.innerhoverbigger fieldset{
 height: calc(100% - 70px);
 }
 
fieldset{
 height: calc(100% - 60px);
 }
 
.nomarginbttm .Montserrat{
margin-bottom: 25px;
}

.nomarginbttm img{
margin-bottom: 25px !important;
}

.vc_grid-item:first-child:after, .vc_grid-item:nth-child(3):after, .vc_grid-item:nth-child(7):after, .vc_grid-item:nth-child(9):after{
position: absolute;
white-space: pre;
text-align: center;
color: white;
top: 65%;
font-size: 24px;
padding-top: 10px;
padding-bottom: 35px;
width: calc(100% - 5px);
background-color: rgba(21,50,132,0.81);
font-family: 'minion';
}

.vc_grid-item:first-child:before, .vc_grid-item:nth-child(3):before, .vc_grid-item:nth-child(7):before, .vc_grid-item:nth-child(9):before{
font-size: 15px;
}
}

@media screen and (max-width: 1100px) {
.no1100{
display: none;
}
.yes1100{
display: block !important;
}

.formicon{
 background-color: rgba(249, 253, 255, 0.9);
    border-radius: 7px;
     padding: 40px 0px 40px 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px !important;
}

.formicon:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  width: 0px;
  height: 0;
      bottom: 104px;
  border-top: solid 25px;
  border-color: rgba(249, 253, 255, 0.9);
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}

.formbutton a{
font-family: "Montserrat";
}
}

@media screen and (max-width: 1024px) {
.author{
display: none;
}
.vc_grid-item:first-child:after, .vc_grid-item:nth-child(3):after, .vc_grid-item:nth-child(7):after, .vc_grid-item:nth-child(9):after{
font-size: 20px;
padding-top: 5px;
padding-bottom: 30px;

}

.vc_grid-item:first-child:before, .vc_grid-item:nth-child(3):before, .vc_grid-item:nth-child(7):before, .vc_grid-item:nth-child(9):before{
font-size: 12px;
margin-top: 35px;
}
}

@media screen and (max-width: 991px) {
.blog-main-container, .single-post .wrapper, .search .wrapper{
margin: 0 40px !important;
}
.posttitle h2{
    font-size: 26px;
    }
.single-post .entry-content {
padding-right: 0px !important;
    
    }

.entry-content {
padding-right: 15px !important;
    
    }

#sidebar {
    width: 100%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border-left: 0px solid #b3bcc2;
    padding-left: 0px;
    
    padding-right: 40px;
}

.single #content, .author #content, .search #content {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 0px;
}
#recent-posts-2{
    margin-top: 60px;
}

.innerhover:hover,.innerhover2:hover, .innerhoverbigger:hover{
opacity: 0;

}

.top,.top2, .topbig{
background-color: rgba(255,255,255,0.81) !important;
}
.nomargin991{

margin-bottom: 20px !important;
}

.headertext h1{

padding-top: 150px;
}
.lineheader{
padding-bottom: 180px;
}
.lineheaderbook, .lineheadertest{

padding-bottom: 150px;
} 
.nomarginbttm{
 position: static !important;
    transform: none;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bic-search{
width: 100% !important;
margin-bottom: 40px !important;
}

#bic-notices-cont{
padding: 20px 10px 40px 10px !important;
}

.page-id-799 .notice-detail{
padding: 20px !important;
}
#bic-results{
width: 100% !important;
float: left !important;

}

#bic-results{
width: 100%;
}

.bic-desc{
height: 125px !important;
}

.bic-title a {
    line-height: 16px !important;
    font-size: 20px !important;
    }
    
    bic-desc {
    font-size: 16px !important;
    }
}
@media screen and (max-width: 890px) {
.center img{
margin-right: 0px;
}
}

@media screen and (max-width: 850px) {
.vc_grid-item:first-child:after, .vc_grid-item:nth-child(3):after, .vc_grid-item:nth-child(7):after, .vc_grid-item:nth-child(9):after{
font-size: 18px;
}

.vc_grid-item:first-child:before, .vc_grid-item:nth-child(3):before, .vc_grid-item:nth-child(7):before, .vc_grid-item:nth-child(9):before{
font-size: 12px;
}
}


@media screen and (max-width: 768px) {
.posttitle h2{
    font-size: 22px;
    }
    
.blogheader img {
    width: 100%;
    height: 120px;
}

header {
    height: 50px;
}
.marginlr{
margin: 0 60px 0 50px;
height: 50px;

}
.padding0{

height: 50px;
text-align: right;

}

.padding0 img{
height: 50px;

}
.site-branding{
height: 50px;

}

.site-branding img{
height: 50px;
}

.phone{
width: 208px;
    height: 50px;

    }
    .phone a:last-child {
    height: 50px;
    line-height: 50px;
    }
    
    .phone img{
    height: 50px;
    
    }

.nav-icon3 span{
    left: 12px;
    width: 25px;
}

.nav-icon3 span:nth-child(1) {
top: 26px;
}

.nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 33px;
}

.nav-icon3 span:nth-child(4) {
  top: 40px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.nav-icon3.open span:nth-child(3) {

     top: 33px;
}

#showLeft p{
    margin-left: 11px;
    font-size: 8px;
    margin-top: 12px;
}
.lineheight {
    line-height: 30px;
    font-size: 18px !important;
}
.infotitle{
font-size: 26px !important;
margin-top: 0px;
}

.page-id-19 .vc_grid-container-wrapper{
margin: 0 70px;
}

.page-id-21 form {
    position: static;
   transform: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(249, 253, 255, 0.9);
    border-radius: 7px;
    padding: 25px 0px 10px 0px;
    margin-bottom: 120px;
    }
    
    .page-id-21 form:after {
    bottom: 96px;
    }
.page-id-21 form .wpcf7-submit {
    bottom: 30px;
   }
footer{
    height: 530px;
}


footer .col-sm-3{
margin-bottom: 30px;
}

footer .paddinglr:last-child{
margin-bottom: 30px;
}

.headertext h1{

padding-top: 100px;
}

.headertext {
    margin-bottom: 10px !important;
    }
.lineheaderbook, .lineheadertest{

padding-bottom: 100px;
}

.lineheader{
padding-bottom: 130px;
}
.center{
  max-width: 200px;
}

.center, .centerphone {
    margin-left: 0;
    margin-bottom: 40px;
}
.center img{
margin-right: 5px;
}

.bookform form {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    
   }
   
   .review h2, .review p, .review h4{
color: #33509a; 
}

.review{
margin: 60px 0px !important;
}
.review p{
 font-family: "Montserrat";
 font-size: 20px; 
  margin-top: 40px;
    line-height: 30px;
}

.review h4{
 font-family: "Montserrat";
 font-size: 16px;
 text-align: center;
 margin-top: 10px;

}

.review{
padding: 0px 30px;
}
.review h2{
 font-family: "minion";
 font-size: 30px; 
  margin-top: 40px;
}



}

@media screen and (max-width: 570px) {

.nomarginbttm span{
font-size: 24px;
line-height: 38px;
}
.copyright p {
text-align: left;
font-size: 8px;
}
footer {
    padding-left: 10px;
    padding-right:20px;
    padding-top: 25px;
}
.formtitle p {
font-size: 20px;
font-family: "minion";
}
}

@media screen and (max-width: 560px) {
.blogheader img {
    width: 100%;
    height: 80px;
}
.headertext{
font-size: 4.1vw;
width: 85%;}
.lineheader{
width: 85%;
}
.blog-main-container,.single-post .wrapper, .search .wrapper{
margin: 0 20px !important;
}

.entry-content {
padding-right: 5px !important;
        padding-left: 5px;
    }

#sidebar {
    width: 100%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 0px solid #b3bcc2;
    padding-left: 0px;
    
    padding-right: 20px;
}

.single #content, .author #content, .search #content {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 0px;
}
#recent-posts-2{
    margin-top: 30px;
}

.formicon{
width: 70%;
}


.velement:before, .velement:after {
  padding-bottom:7%;
  }
.formicon:after {

      bottom: 106px;
      }
.lineheight{
line-height: 28px;
    margin-bottom: 30px;
}

.single-post .entry-content p{
line-height: 30px;
}

.headertext p{

padding-top: 80px;
}

.lineheaderbook, .lineheadertest{

padding-bottom: 80px;
}

.lineheader{
padding-bottom: 95px;
}

.top,.top2, .topbig {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.margin20, .vc_custom_1479233854251{
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.bic-img, .bic-img img, .bic-title, .bic-desc {
    width: 100% !important;
    }

}

@media screen and (max-width: 480px) {

.blog-main-container .p-content, .search .p-content{
line-height: 22px;
}

.margin0 .vc_column-inner{
margin-top: 10px !important;
}

 .phone a:last-child {
 display: none;
    }
    .phone{
    width: 50px;
    }
    .phone a:first-child{
    float: none;
    }
.lineheight {
    line-height: 25px;
    font-size: 15px !important;
}
.infotitle{
font-size: 22px !important;
}

.page-id-21 form {
    width: 300px;
    }
    
    .page-id-34 form {
    width: 300px;
    }
.single-post .entry-content p{
line-height: 25px;
}

.yes480{
display: block !important;
margin-left: 0px !important;
margin-right: 0px !important;
}

#yes480{
display: block !important;
margin-left: 0px !important;
margin-right: 0px !important;
}

.vc_custom_1479375775805 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.top, .top2, .topbig {
    width: 100%;
    }

.cvrt{
    padding: 0px !important;
    margin-bottom: 35px !important;
}
.no480{
display: none !important;
}
.nopaddingrighttop{
padding: 0px !important;
}

.social-share{
width: 150px;
}
.social-share img {
    width: 35px !important;
    padding-top: 24px;
    margin-left: 7px;
}

.single-post .read-more{
width: 70px;
    float: left;
}


.bic-footer1, .bic-footer span, .bic-footer a {

    font-size: 12px !important;
    
    }
    
    .bic-desc {
    font-size: 14px !important;
    
    }
    
    .bic-title a {
    font-size: 16px !important;
    }
    
    .bic-img {
    margin-bottom: 20px !important;
}

.bic-cat-head {
    font-size: 22px !important;
    }
    
    .after {
    padding: 20px 10px 20px 10px !important; 
    }
    
    .purchase {
    width: 100%;
    margin-bottom: 20px !important;
}
    .back{
    width: 100% !important;
    float: none !important;
    margin-top: 20px !important;
    
    }
    
    .notice-detail td, .bic-detail-block p, .call {
    font-size: 14px !important;
    }
    
    #bic-title, .purchase p {
    font-size: 16px !important;
    }
    
    .bic-detail-block{
    float: left !important;
    width: 100% !important;
    }
    
    #bic-detail-mainimage, #bic-detail-mainimage img{
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 400px) {
.formtitle p {
font-size: 18px;
font-family: "minion";
}
.page-id-19 .vc_grid-container-wrapper{
margin: 0 30px;
}
}