@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,600);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #555555;
  font: 400 14px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1.brand_name { 
	color:#FFFFFF; 
	font-size: 18px;
    position: relative;
    top: 23px;
}

h2, h3 {
  color: #f48221; }

h2 {
  font: 300 34px/40px "Open Sans", sans-serif; }

h3 {
  font-size: 18px;
  line-height: 28px; }

h3 a:hover {
    color: #555555; }
    
h4 {
	font-size: 15px;
}

h4, .terms dt {
  font-weight: 600; }
  
h4 a:hover, .terms dt a:hover {
    color: #F48221; }

h4, h5, .terms dt {
  text-transform: capitalize; }

a.white:link, a.white:visited { color: #FFFFFF; text-decoration: underline; }  
a.white:hover { color: #555555; }

hr {
  border: none;
  height: 1px;
  background: #CCCCCC;
  margin-top: 50px;
  margin-bottom: 50px;
}

time {
  display: block; }

p { margin-bottom: 12px; }

p.lh {
  line-height: 20px; }
  
a {
  font: inherit;
  xxxcolor: inherit;
  color: #f48221;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

a[href^="tel:"] {
  color: #f48221;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; 
  padding-top: 2px; 
  font-size: 85%;
}

[class*='fa-']:before {
  font-family: "FontAwesome"; }

/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.mg-add {
  margin-top: 7px; }

.oh {
  overflow: hidden; }

.prim {
  color: #000000; }

.sec {
  color: #f48221;
  font-weight: 800; }

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

h2 + .off1 {
  margin-top: 9px; }

h2 + .off2 {
  margin-top: 4px; 
  margin-bottom: 12px; }

h2 + .off3 {
  margin-top: 43px; }

h3 + .off1 {
  margin-top: 23px; }

h3 + .off2 {
  margin-top: 12px; }

h4 + .off1 {
  margin-top: 10px; }

h4 + .off2 {
  margin-top: 22px; }

p + .off1 {
  margin-top: 32px; }

p + .off2 {
  margin-top: 19px; }

p + .off3 {
  margin-top: 10px; }

.row + .off1 {
  margin-top: 30px; }

.row + .off2 {
  margin-top: 41px; }

.lazy-img + .off1 {
  margin-top: 21px; }
  
.off1 + .off1 {
  margin-top: 30px; }
  
.off1 + .off2 {
  margin-top: 41px; }
  
#oldBrowserAlert { margin-bottom:50px; }

.logoTable { width: 100%; }
.logoTable > tbody > tr > td {
	height: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.button-wrapper {
  margin-top:30px; }
  
.button-wrapper a {
    display: inline-block;
    padding: 4.5px 38px 4.5px 38px;
    line-height: 30px;
    color: #FFF;
    background: #231F20;
    text-transform: uppercase; }
    
.button-wrapper a:hover {
	background: #BDC3C8; }
	
.greyPromoBox {
	background-color: #F4F2F1; 
	text-align: center;
	font-size: 24px;
	padding: 25px 25px 12.5px 25px;
}

.greyPromoBox p { font-size: 14px; }

.chocolateColour { color: #444444 }
.noMarginLeft { margin-left: 0px;}
.clear { clear:both; }
				
/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.nav {
  float: right; }

.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 62px; }

@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
.sf-menu a {
  display: block; }

.sf-menu > li > a {
  position: relative;
  color: #fff;
  font-size: 15px; }
  .sf-menu > li > a:after {
    content: '';
    position: absolute;
    xxxleft: -3px;
    xxxright: -3px;
    xxxmargin-bottom: -2px;
    xxxbackground: #F48221;
    xxxbottom: 0;
    xxxheight: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #F48221; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    bottom: 50%;
    height: 1px; }

.sf-menu ul {
  display: none;
  position: absolute;
  xxxtext-align: center;
  background: #000000;
  top: 39px;
  width: 170px;
  margin-top: 5px;
  padding: 5px 0 5px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page2 .sf-menu ul {
    xxxbackground: #FFF;
    xxxborder: 1px solid #e5e5e5; }

.sf-menu ul > li {
  position: relative; 
  border-top: 1px solid #FFFFFF; 
  padding: 1px 6px 1px 6px;
  }
  
 
.sf-menu ul > li > .sf-with-ul:after {
  position: absolute;
  right: 10%;
  top: 40%;
  margin-left: -6px;
  color: #F48221;
  content: '\f138';
  font: 400 12px/12px 'FontAwesome';
  }
  
  .sf-menu ul > li > a {
    color: #FFFFFF; 
    font-size: 14px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover, .sf-menu ul > li > a.active {
    color: #F48221; }
  .sf-menu ul > li + li {
    margin-top: 8px; }

.sf-menu ul ul {
  position: absolute;
  top: 3px;
  left: 100%;
  margin-top: 0;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  
.sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 30px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    background: #e5e5e5; } }
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 15px auto;
  width: 420px;
  background: #e5e5e5 url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Roboto", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
  @media (max-width: 767px) {
    .select-menu {
      display: block; } }
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; } }

/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  background-color: #000000;
  xxborder-bottom: 1px solid;
  xxborder-color: rgba(255, 255, 255, 0.1);
  padding: 0 0 5px; }
  
  .page2 .stuck_container {
    border-bottom: none; }
  @media (max-width: 767px) {
    .stuck_container {
      border-bottom: none; } }

.isStuck {
  padding: 0 0 5px;
  background: #000000;
  z-index: 999;
  xxxborder-bottom: 1px solid #333333; }
  .isStuck .sf-menu > li > ul {
    margin-top: 16px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; 
    padding: 0 0 5px;
  	background: #000000;
  	z-index: 999;
  	xxxborder-bottom: 1px solid #333333; }
  	
  .isStuck .sf-menu > li > ul {
    margin-top: 16px;
    } 
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #f48221;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 60px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

/* IPAD LANDSCAPE */
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}

/* IPAD PORTRAIT */
@media (max-width: 375px) {
  .rd-mobilepanel_title {
    font-size: 15px;
  }
  
	h2.pageHeader {
	padding-bottom: 52px;
	font-size: 20px;
	}
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
    .lt-ie9 .lazy-img > img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .lazy-img .lazy-loaded {
    opacity: 1; }
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
      
.teamPhoto { padding-bottom: 73%; }

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }

.thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent;
    color: white; }

.thumb_overlay:before, .thumb_overlay:after {
      opacity: 0; }
      .lt-ie9 .thumb_overlay:before, .lt-ie9 .thumb_overlay:after {
        display: none; }

.thumb_overlay:before {
      content: "\f067";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 17px "FontAwesome";
      line-height: 17px;
      margin-top: -8.5px;
      text-align: center; }

.thumb_overlay:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #ffffff;
      margin-top: -18px;
      margin-left: -18px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
 
 .thumb:hover {
    background-image: none; }

.thumb:hover .thumb_overlay {
      background: rgba(244, 130, 33, 0.7); }
      .lt-ie9 .thumb:hover .thumb_overlay {
        background: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3555555', endColorstr='#B3555555')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3555555', endColorstr='#B3555555');
        zoom: 1; }

.thumb:hover .thumb_overlay:before, .thumb:hover .thumb_overlay:after {
        opacity: 1; }
      .lt-ie9 .thumb:hover .thumb_overlay:before, .lt-ie9 .thumb:hover .thumb_overlay:after {
        display: block; }

.thumb:hover img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #F48221;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-image: url(../images/parallax-home.jpg);
  padding: 33px 0 56px;
  color: #ffffff; }
  .parallax1 h2 {
    color: #ffffff; }

.parallax2 {
  background-image: url(../images/parallax-team.jpg);
  padding: 74px 0 85px;
  color: #ffffff; }
  .parallax2 h2, .parallax2 h4 {
    color: #ffffff; }

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover; } }
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  xxxborder-top: 6px solid #F48221;
  xxxborder-bottom: 7px solid #555555; 
  background-color: #f48221;}
  
  .header.page2 {
    background: url("../images/page-1_slide03.jpg") no-repeat; }
  .header_panel {
    position: relative;
    z-index: 6; }
    .header_panel:before, .header_panel:after {
      display: table;
      content: "";
      line-height: 0; }
    .header_panel:after {
      clear: both; }
  @media (max-width: 979px) {
    .header {
      text-align: center; } }

.header-wrap {
  position: relative; }

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*==================     Brand     ======================*/
.brand {
  float: left;
  display: block;
  z-index: 2; }
  .brand_logo {
    float: left;
    margin-right: 20px; }
  .brand .brand_name {
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font: 300 20px/28px "Open Sans", sans-serif;
    letter-spacing: 4px;
    color: #ffffff;
    margin-top: 7px; }
  @media (max-width: 979px) {
    .brand {
      display: inline-block;
      float: none; } }
  @media (max-width: 479px) {
    .brand_logo {
      float: none;
      display: inline-block;
      margin-right: 8px; }
    .brand .brand_name {
      font-size: 16px;
      letter-spacing: 1px; } }

.nav {
  margin-top: 60px; }

/*========================================================
                    CONTENT Section 
=========================================================*/
/*==================      Well     ======================*/
.well {
  padding-top: 61px;
  padding-bottom: 69px; }
  .well__ins1 {
    padding-bottom: 116px; }
  .well__ins2 {
    padding-bottom: 31px; }
  .well__ins3 {
    padding-bottom: 0; }
  .well__ins3 {
    padding-bottom: 20px; }

.well2 {
  padding-top: 62px;
  padding-bottom: 56px; }
  .well2__ins1 {
    padding-bottom: 81px; }

.well3 {
  padding-top: 42px;
  padding-bottom: 39px; }

.well4 {
  padding-top: 22px;
  padding-bottom: 39px; }
  
#PIPAwards table {
  	margin: auto;
  }
  
@media (max-width: 375px) {
	#PIPAwards {
  	margin-left: 0;
  }
}

.margTop {
	margin-top: 40px;
}

/*==================      Backgrounds     ======================*/
.bg1 {
  background: #F48221;
  color: #ffffff; }
  .bg1 h2, .bg1 h3, .bg1 .link {
    color: #ffffff; }
  .bg1 .meta > span {
    color: #ffffff; }
    
.bg2 {
  background: #FFFFFF;
  color: #000000; }
  .bg2 h2, .bg2 h3, .bg2 .link {
    color: #F48221; }
  .bg2 .meta > span {
    color: #000000; }    

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================    Icon Box    ======================*/
.icon-box {
  display: inline-block; }
  .icon-box .icon + h3 {
    margin-top: 26px; }
  .icon-box h3 {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .icon-box:hover .icon {
    background-color: #838d93; }
  .icon-box:hover h3 {
    color: #838d93; }

/*==================    Icon    ======================*/
.icon {
  display: inline-block;
  width: 132px;
  height: 132px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.i1 {
  background-image: url(../images/page-1_img01.png); }

.i2 {
  background-image: url(../images/page-1_img02.png); }

.i3 {
  background-image: url(../images/page-1_img03.png); }

.i4 {
  background-image: url(../images/page-1_img04.png); }

/*==================    Link-list    ======================*/
.link-list li + li {
  margin-top: 5px; }
.link-list a {
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  padding: 0 15px 0 13px; }

.link-list a:hover {
    background: rgba(255, 255, 255, 0.3); }
    .lt-ie9 .link-list a:hover {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF');
      zoom: 1; }

/*==================    News box    ======================*/
.news-box:before, .news-box:after {
  display: table;
  content: "";
  line-height: 0; }
.news-box:after {
  clear: both; }
.news-box > div {
  width: 50%;
  float: left; }
.news-box .img-wrap {
  display: block;
  position: relative; }
  .news-box .img-wrap .right-line {
    position: absolute;
    right: 0;
    width: 9px;
    background: url("../images/triangle.png") no-repeat 0 center;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .news-box .img-wrap:hover .date, .news-box .img-wrap:hover .readMore {
    width: 100%;
    left: 0; }
  .news-box .img-wrap:hover h2 {
    right: auto;
    padding-left: 22px; }
.news-box .date, .news-box .readMore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 148px;
  background: rgba(244, 130, 33, 0.7);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .lt-ie9 .news-box .date {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEE5454', endColorstr='#CCEE5454')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEE5454', endColorstr='#CCEE5454');
    zoom: 1; }
  .news-box .date h2, .news-box .readMore h2 {
  	font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-left: 14px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.news-box div[data-equal-group] + div[data-equal-group] {
  background: #f6f6f6; }
.news-box_caption {
  padding: 41px 56px 0 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .news-box_caption h3 {
    color: #555555; }
@media (max-width: 1199px) {
  .news-box + .news-box {
    margin-top: 30px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  .news-box_caption {
    padding: 20px 20px 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .news-box_caption {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .news-box > div {
    float: none;
    width: 100%; }
  .news-box_caption {
    padding: 20px; }
  .news-box .img-wrap .right-line {
    display: none; } }

.contact h2 {
  float: left;
  margin-right: 25px; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .contact h2 {
      margin-right: 20px; } }
  @media (max-width: 979px) {
    .contact h2 {
      float: none;
      margin-bottom: 20px; } }

/*==================    Quote box    ======================*/
.quote-box img {
  margin-top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  
 .quote-box img.noRounding {
  -webkit-border-radius: 1%;
  -moz-border-radius: 1%;
  border-radius: 1% !important;	
  margin-bottom: 30px;
 }

.quote-box_cnt {
  background: #FDDDC4;
  position: relative;
  font-style: italic;
  padding: 12px 30px 15px 18px;
  color: #555555; }
  
.quote-box_addr {
  background: #FDDDC4;
  position: relative;
  font-size: 12px;
  xxxfont-style: italic;
  padding: 12px 12px 12px 16px;
  color: #555555;  }  
  
.reducedLetterSpacing {
	letter-spacing: -0.005em; 
}
.quote-box_cnt:before, .quote-box_addr:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #FDDDC4 transparent transparent; }
    
 .quote-box_cnt + h4 { margin-top: 10px; }
 
 .list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/list_arrow.png) left 4px no-repeat;
}
    
@media (max-width: 767px) {
  .quote-box {
    text-align: center; }
    .quote-box_cnt {
      text-align: left; }
      .quote-box_cnt:before {
        display: none; } }

/*==================    Links    ======================*/
.link {
  display: inline-block;
  text-transform: uppercase;
  color: #F48221; }
  .link span {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: underline; }
  .link:after {
    content: '>>';
    margin-left: 5px; }
  .link:hover {
    color: #555555; }

/*==================  Marked List  ======================*/
.marked-list li, .marked-list2 li {
  position: relative;
  padding-left: 20px; }

.marked-list li:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #F48221;
    font-family: "FontAwesome"; }

.marked-list2 li:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #FFFFFF;
    font-family: "FontAwesome"; }

.marked-list li + li, .marked-list2 li + li {
    margin-top: 6px; }

.marked-list2 a {
  color: inherit; }
  
.marked-list a:hover, .marked-list2 a:hover {
  color: #555555; }
  
.marked-list li > ul > li:before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 9px;
    color: #F48221;
    font-family: "FontAwesome";
} 

.tel {
  margin-top: 5px;
  font-size: 30px;
  color: #F48221; }
  
 .tel span {
    color: #555555; }

/*==================   Address    ======================*/
.addr p:first-child {
  margin-bottom: 30px; }
.addr dl dt, .addr dl dd {
  display: inline-block; }
.addr dl dt {
  min-width: 78px; }
.addr a {
  color: #F48221; }
  .addr a:hover {
    text-decoration: underline; }

.meta {
  margin-top: 4px; }
  .meta span {
    margin-right: 3px;
    color: #8a8989; }
    .meta span:first-child + a {
      margin-right: 5px; }
  .meta + p {
    margin-top: 8px; }
  .meta a:hover {
    text-decoration: underline; }

.meta__mod {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 2px;
  margin: 0; }
  .meta__mod + p {
    margin-top: 12px; }

.video-thumb {
  display: block;
  position: relative; }
  .video-thumb:hover .video-icon {
    opacity: 0.5; }
    .lt-ie9 .video-thumb:hover .video-icon {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

.video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/video-icon.png") no-repeat center center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

/*==================    Map    ======================*/
.map_model {
  height: 268px;
  margin-bottom: 7px; }

.map_model img {
    max-width: none !important; }
    
@media (max-width: 767px) {
    .map_model {
      height: 250px; } 
}
      
@media (max-width: 479px) {
    .map_model {
      height: 200px; }
}

.map_locations {
  display: none; }

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 10px; }
.terms dd + dt {
  margin-top: 32px; }

.policy-link {
  margin-top: 25px; }
  .policy-link a {
    color: #F48221; }
    .policy-link a:hover {
      text-decoration: underline; }

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 46px 0 35px;
  text-align: center; 
  background-color: #ffffff;}
  .footer.page2 {
    border-top: 7px solid #555555; }

.footer-brand {
  display: inline-block; }
  .footer-brand_logo {
    float: left;
    margin-right: 30px; }
  .footer-brand_name {
    display: inline-block;
    margin-top: 16px;
    text-transform: uppercase;
    color: #555555;
    font: 300 37px/42px "Open Sans", sans-serif;
    letter-spacing: 7.4px; }
  @media (max-width: 767px) {
    .footer-brand_logo {
      float: none;
      margin: 0; }
    .footer-brand_name {
      font-size: 27px;
      letter-spacing: 4.4px; } }

.copyright {
  margin-top: 22px; 
  color: #555555;}
  .copyright a:hover {
    text-decoration: underline; }
 
#footer a { color: inherit; }
#footer a:hover { color: #f48221; }
#footer h1 a { color: #f48221; }
#footer h4 { margin-top: 20px; }
#footer h4 a { color: #555555; }
#footer h4 a:hover { color: #f48221; }

/*==================  Social List  ======================*/
.social-list li {
  display: inline-block; }
  .social-list li + li {
    margin-left: 8px; }

.social-list a {
  display: inline-block;
  font-size: 44px;
  line-height: 44px;
  color: #838d93 !important; }
  
.social-list a:hover {
    color: #f48221 !important; }
    
@media (min-width: 980px) and (max-width: 1199px) {
  .social-list li + li {
    margin-left: 25px; } }

.addr1 {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  padding: 5px 15px;
  background: #f6f6f6;
  color: #555555; }

@media (min-width: 980px) and (max-width: 1199px) {
    .addr1 {
      padding: 5px 15px; } 
}