  .row{
    margin:0;
  }
/*---------------------------------------->
		MAIN HTML
<----------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #484848;
  line-height: 1.4;
  font-weight: 300;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 28px;
}
a {
  color: #194471;
}
a:hover,
a:focus,
a:active {
  color: #225d9b;
  outline: none;
  text-decoration: none;
}
article h1{
  color: #cf131c;
  font-size: 50px;
  margin-top: 40px;
  padding-left: 15px;
}
article h2{
  color: #ffa500;
}
ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
/*---------------------------------------->
		MAIN HEADER
<----------------------------------------*/
.navbar-default {
  background: none;
  border: none;
  margin:0;
}
.navbar-header {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 15px 0;
}
.navbar-header .brand strong {
  display: none;
}
.navbar-default .navbar-nav{
  float:right;
  padding:0;
}
.navbar-default .navbar-nav > li{

}
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  color: #194471;
  font-weight: 700;
  padding-top:0;
  padding-bottom:0;
  line-height: auto;
  padding-top:36px;
  padding-bottom:36px;
  border-right:1px solid #e7e6e6;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a:focus{
  color:#cf131c;
}


/* Responsive Nav */
@media (max-width: 995px) {
  @-ms-viewport {
    max-width: 995px;
  }
  .navbar .container {
    width: 100% !important;
    padding: 0 15px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-default .navbar-toggle {
    display: block;
    background:#194471;
    border-color:#194471;
  }
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus{
    background:#cf131c;
    border-color:#cf131c;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background:#fff;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left:0;
    padding-right:0;
  }
  .navbar-default .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  /* Nav Style */
  .navbar-default .navbar-nav > li > a{
    padding-top:4px;
    padding-bottom:4px;
  }
}
/*---------------------------------------->
    MAIN FOOTER
<----------------------------------------*/
footer .menu{
  text-align: center;
  padding:26px 0;
}
footer .menu li{
  display:inline;
}
footer .menu li a{
  display:inline-block;
  padding:0 10px;
  color:#194471;
  font-size:16px;
  text-transform: uppercase;
  font-weight:700;
}
footer .menu .current-menu-item > a,
footer .menu .current-menu-item > a:hover,
footer .menu .current-menu-item > a:focus{  
  color:#ffa500;
}
footer .legal-footer{
  background:#194471;
  padding:20px 0;  
}
footer .legal-footer .right-info{
  text-align:right;
}
footer .legal-footer .right-info img{
  margin-bottom:20px;
}
footer .legal-footer p, 
footer .legal-footer p a{
  font-size:15px;
  font-weight:300;
  color:#cccde7;
  line-height:1.4;
  margin-bottom:0;
}
footer .social{
  margin-bottom:44px;
}
footer .social li{
  display:inline;
  margin-right: 25px;
}
footer .social li a:hover{
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (max-width: 767px){
  footer .legal-footer .right-info, 
  footer .legal-footer .left-info{
    text-align:center;
  }
  footer .legal-footer .right-info img{
    margin-top:20px;
  }
}
/* subnavb */
footer ul.sub-menu{
  display:none;
}
footer p.mwe-logo{
  margin-top:6px;
}
/*---------------------------------------->
    HOME PAGE
<----------------------------------------*/
/* MAIN BANNER */
#main-banner{
  background: url('../images/main-banner.jpg') no-repeat center center;
  height:419px;
}
#main-banner h1{
  color:#fff;
  font-weight:700;
  font-size:40px;
  padding-top:140px;
  text-transform: uppercase;
}
#main-banner h1 span{
  margin-left: 15%;
}
#main-banner h1 small{
  font-weight:300;
  display:block;
  color:inherit;
  text-transform: none;
}
@media (max-width: 1200px){
  #main-banner h1 span{
  margin-left: 0%;
}

}
@media (max-width: 979px){
  #main-banner{
    background-image:url('../images/main-banner-md-res.jpg');
  }
  #main-banner h1{
    padding-top:410px;
    text-align:center;
  }
}
@media (max-width: 767px){
  .brand{
    margin-left:15px;
  }
}
@media (max-width: 600px){
  #main-banner h1{
    padding-top:370px;
    font-size:40px;
  }
}
@media (max-width: 480px){
  #main-banner{
    background:#194471;
    padding:40px 0;
    height:auto;
  }
  #main-banner h1{
    font-size:34px;
    padding:0;
  }
  #main-banner h1, 
  #main-banner h1 small{
    line-height:1.5;
  }
}
/* Home Page content */
.box{
  padding:68px 0;
}
.box-grey{
  background:#e9e9f3;
}
.box:last-child{
  padding-bottom:0;
}
/* Social Feed */
.social-rss h3 a{
  color:inherit;
  text-decoration:underline;
}
.social-rss h3 a:hover{
  color:inherit;
  text-decoration:none;
}
.social-rss p{
  font-size:26px;
  padding-left: 32px;
}
.social-rss p.tw{
  background: url('../images/feed-tw.jpg') no-repeat left top;
}
.social-rss p.fb{
  background: url('../images/feed-fb.jpg') no-repeat left top;
}
/* call to acion */
#call-to-action h2{
  color:#ffa500;
  font-size:60px;
  font-weight:300;
  margin-bottom:60px;
}
@media (max-width: 1024px){
  #call-to-action h2{
    font-size:55px;
  }  
}
@media (max-width: 430px){
  #call-to-action h2{
    font-size:38px;
  }  
}
#call-to-action h2 strong{
  display:block;
}
#call-to-action p{
  margin-bottom:60px;
}
#call-to-action p + p{
  margin-bottom:0;
}
/* Our Team */
#our-team h2{
  color:#194471;
  font-weight:600;
  font-size:60px;
  margin:0;
}
#our-team h2 + p{
  margin-bottom:40px;
}
#our-team ul li{
  background: url('../images/main-bullet.png') no-repeat left 13px;
  padding:8px 0 8px 24px;
  margin-bottom:12px;
}
#our-team ul li a{
  color: #484848;
  text-decoration: none;
}
#our-team ul li a:hover{
  opacity: 0.8;
}

@media(max-width: 767px){
  #our-team ul{
    margin:0 auto;
    width:260px;
  }
}
@media(max-width: 480px){
  #our-team h2{
    font-size:50px;
  }
}
/* contact */
#contact h2{
  font-family: 'Gochi Hand', cursive;
  color:#ffa500;
  font-size:50px;
  margin-bottom:6px;
}
#contact h3, 
#contact h3 a{
  font-size:20px;
  color:#b80000;
  font-weight:600;
  margin-top:0;
}
#contact .news ul li{
  background:url('../images/news-bullet.jpg') no-repeat left 9px;
  padding:2px 0 2px 22px;
  margin-bottom:6px;
}
#contact .pp-btn{
  background:#ffd466;
  min-height:325px;
  padding-top:40px;
}
#contact .pp-btn p{
  color:#194471;
  font-weight:600;
  font-size:40px;
}
#contact .pp-btn a{
  color:#cf131c;
  font-size:20px;
  font-weight:700;
  text-decoration:underline;
}
#contact .pp-btn a:hover{
  color:#cf131c;
  font-size:20px;
  font-weight:700;
  text-decoration:none;
}

#contact .map{
  background:url('../images/google-map.jpg') no-repeat center center;
  height:322px; 
  display:table;
  width:100%;
  margin-top:60px;
}
#contact .map p{
  display:table-cell;
  vertical-align: middle;
}
#contact hr{
  margin:40px 0;
  border-color:#ddd;

}
@media (min-width: 979px){
  #contact hr{
    display:none;
  }
}

/*---------------------------------------->
    INTERNAL PAGES
<----------------------------------------*/
/* banner */
.internal-banner{
  background-color:#fff2d1;
  position:relative;
  height:342px;
}
.internal-banner .banner-img{
   height:342px;
   background-position: right top;
}
.internal-banner #banner h1{
  text-align:left;
  color:#1f4472;
  font-size:44px;
  padding-top:100px;
}
@media (max-width:1190px){
  .internal-banner .banner-img{
    background-position: 1100px top !important;
  }
}
@media (max-width: 600px){
  .internal-banner{
    background-image: none !important;
    height:auto;
    padding:14px 0;
  }
  .internal-banner #banner h1{
    padding:0;
    text-align: center;
  }
}
@media (max-width: 480px){
  .internal-banner #banner h1{
    font-size:36px;    
  }
}
/* Navbar */
#main .menu-main-menu-container{
  background-color:#cf131c;
}
#main .menu-main-menu-container .col-xs-12{
  min-height:0;
}
#main .menu-main-menu-container ul li{
  display:inline;
}
#main .menu-main-menu-container ul li.current-menu-item{
  display:none;
}
#main .menu-main-menu-container ul li a{
  color:#fff;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  display:inline-block;
  padding:30px 8px;
}
#main .menu-main-menu-container ul li a:hover{
  background-color:#d42b33;
}

@media(max-width: 1220px){
  #main .menu-main-menu-container{
    
  }
  #main .menu-main-menu-container ul li{
    display:block;
    margin-bottom:2px;
  }
  #main .menu-main-menu-container ul li a{
    padding:4px 15px;
    display:block;
    background-color: #cf131c;
  }
}

@media(min-width: 769px) and (max-width: 1200px){
    #main .menu-main-menu-container ul li{
    display:block;
    margin-bottom:2px;
  }
  #main .menu-main-menu-container ul li a {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px;
}

}
/*---------------------------------------->
    SITE MISC
<----------------------------------------*/
.btn{
 -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}
.btn-primary{
  text-transform:uppercase;
  font-weight:bold;
  font-size:18px;
  background:#cf131c;
  border:none;
  border-bottom:4px solid #be0811;
  padding:18px 44px;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active{
  background:#be0811;
  border-color:#cf131c;
}

/* social Icons */
@font-face {
  font-family: "social-icons";
  src:url("../fonts/social-icons.eot");
  src:url("../fonts/social-icons-.eot#iefix") format("embedded-opentype"),
    url("../fonts/social-icons.woff") format("woff"),
    url("../fonts/social-icons.ttf") format("truetype"),
    url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "social-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-twitter:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-google-plus:before {
  content: "c";
}


.section{padding: 40px 0;}

#about-page ul li, #faqs ul li{
  background:url('../images/news-bullet.jpg') no-repeat left 9px;
  padding:2px 0 2px 22px;
  margin-bottom:10px;
}

#faqs ol{padding: 0 0 0 20px;}
#faqs ol li{margin: 10px 0;}


#about-page h3, #resources h3, #contacts h3 {
    font-size: 28px;
    color: #CF131C;
    line-height: 41px;
    margin: 3% 0;
}

#resources h4{
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  color: #484848;
}

#about-page p, #resources p, #contacts p, #specialists p, #faqs p, #contacts p {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    color: #484848;
    line-height: 1.4;
    font-weight: 300;
    margin: 25px 0;
}

#about-page{
  border-bottom:1px solid #ddd;
}
#about-page img{
  border:10px solid #ddd;
  width:100%;
  max-width: 100%;
  height:auto;
}
@media(max-width: 767px){
  #about-page img{
    width:auto;
    height:auto;
  }
   .internal-banner .banner-img{
    background-image: none !important;
    height:auto;
    padding:14px 0;
  }
  .internal-banner{
    background-image: none !important;
    height:auto;
    padding:14px 0;
  }
  .internal-banner #banner h1{
    padding:0;
    text-align: center;
  }
}
#about-page h3{
  margin-top:0;
}
.top-link{
  width:20px;
  height:20px;
  background:#194471 url('../images/top-link-bullet.jpg') no-repeat center center;
  float:right;
  font-size:0;
  line-height: 0;
}



#contacts ul li, #specialists ul li, 
#resources ul li{
  background:url('../images/ico-pdf.png') no-repeat left 3px;
  padding:2px 0 2px 28px;
  margin-bottom:20px;
}

#faqs h2{
    font-size: 32px;
    line-height: 45px;
    margin: 3% 0;
}

#contacts h2 {
    font-size: 40px;
    color: #CF131C;
    line-height: 45px;
    margin: 3% 0px;
    font-family: "Gochi Hand",cursive;
}

#faqs p.faqs-p{margin-bottom: 30px;}

.navbar-default .navbar-nav > li:first-child{border-left:1px solid #e7e6e6;}

section.footer-nav{border-top:2px solid #e7e6e6; }

#about-page-top{padding-bottom:0 !important;}
/* Localized */