/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #4B4B4B;
    min-height : 100%;
}

body {
    background : url("/images/backgrounds/preston_body_bg.jpg") no-repeat top center #F2F2F2;
    height     : auto;
    position   : relative;
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 1px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* ================================= */
/* Defaults */
/* ================================= */

.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    display: block;
    width: 100%;
    float: left;
    padding: 0px 0 0px;
    position: relative;
    height: 82px;
    background: #124B99;
    margin: 0 0 131px 0;
}
#header .header_inner {
    position: relative;
}
#header a.logo {
    margin      : 0px 0px 15px 0px;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 2;
    margin-left: 132px;
    height      : 200px;
    width       : 212px;
    display     : block;
    position    : relative;
    background  : url(/images/backgrounds/preston-landscapes-logo.png) top left no-repeat;
}
#header .blue_glow {
    background: url("/images/backgrounds/blue_bar_bg.png") no-repeat -69px 0px;
    padding-top: 6px;
    padding-left: 10px;
    width: 380px;
    height: 207px;
    position: absolute;
    float: left;
    left: -120px;
 }
#header .inner_header_bar {
    width: 100%;
    height: 109px;
}


#header .header_phone_number {
    float       : right;
    text-align  : right;
    margin-right: 2%;
    padding-top : 21px;
    color: #fff;
    font-family    : 'Proxima N W01 Xbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#header .header_phone_number a, #header .header_phone_number a:hover {
    color: #FFF;
}
#header .header_phone_number span {
    padding     : 10px 0px 10px 6px;
    font-size   : 27px;
    font-weight : normal;
    display: block;
    float: left;
}

#header .header_phone_number i {
    font-size : 27px;
    display: block;
    float: left;
    padding-top: 6px;
}

#header .top_header_bar {

}
#header .top_header_bar .stars_red{
    height: 50px;
    margin-right: 4%;
    margin-top: 20px;
    float: right;
    background: url("/images/backgrounds/red-stars.png") no-repeat;
}
#header .top_header_bar .quote_button{
    float: right;
    padding-top: 15px;
    margin-right: 11px;
 }

#navigation {
    float: none;
    margin-right: 10px;
    margin-left: 11%;
    text-align: right;
}
#navigation .nav_end_bg{
    padding-right: 14px;
    background: url("/images/backgrounds/navigation_end_bg.png") no-repeat right top;
}
#navigation .nav_shadow{
    padding-bottom: 22px;
    background: url("/images/backgrounds/nav_bar_shadow.png") no-repeat right bottom;
}
#navigation .nav_bar{
    height: 53px;
    background-color: #124B99;
    padding-right: 5px;
}
/* ================================= */
/* Main Navigation */
/* ================================= */

#mainNav {
    height           : 53px;
    float: right;
}
#mainNav:after {
    padding-right: 40px;
    background :  url("/images/backgrounds/navigation_end_bg.png") no-repeat right top ;
}
#mainNav .nav_end_bg {

}
#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}


/* ADITION OF HOME BUTTON ICON */

#mainNav > li.first {
    margin-left : 0;
    padding: 0;
}
#mainNav  li.first a {
    margin-left : 0;
    padding: 15px 20px 15px 35px;
    background: url("/images/backgrounds/home-icon-bg.png") no-repeat 10px 15px;
    text-indent: -999px;
    margin-left: 10px;
    text-align: left;
}
#mainNav li.first a:hover, #mainNav li.first a:active, #mainNav li.first.current > a
{
    background: url("/images/backgrounds/home-icon-bg.png") no-repeat 10px 15px;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;

}
#mainNav  li.first:hover {
    background: #406ead; /* Old browsers */
    background: -moz-linear-gradient(top,  #406ead 0%, #124b99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406ead), color-stop(100%,#124b99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #406ead 0%,#124b99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #406ead 0%,#124b99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #406ead 0%,#124b99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #406ead 0%,#124b99 100%); /* W3C */
}
#mainNav li.first:active, #mainNav li.first.current {
    -webkit-box-shadow : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow    : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow         : inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    background         : #124A96;
    color              : #fff;
}

/* END ADDITION OF HOME BUTTON ICON */






#mainNav li a {
    padding     : 16px 15px 16px;
    background  : #124B99;
    font-size   : 16px;
    margin      : 0px 0px;
    font-weight : bold;
    text-shadow : 0px -1px 0px rgba(0, 0, 0, 0.3);
    color       : #FDFDFD;
    display     : block;
}

#mainNav > li > a {
    height : 20px;
}

#mainNav li a:hover {
    background: #406ead; /* Old browsers */
    background: -moz-linear-gradient(top,  #406ead 0%, #124b99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406ead), color-stop(100%,#124b99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #406ead 0%,#124b99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #406ead 0%,#124b99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #406ead 0%,#124b99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #406ead 0%,#124b99 100%); /* W3C */
    color      : #fff;
}

#mainNav li a:active, #mainNav li.current > a {
    -webkit-box-shadow : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow    : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow         : inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    background         : #124A96;
    color              : #fff;
}

#mainNav ul {
    position           : absolute;
    background: url("/images/backgrounds/dropdown_menu_bg.png") no-repeat bottom left;
    padding-bottom: 20px;
    width              : 206px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : none;
    margin-left: -103px;
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 50%;
    top     : 53px; /* match top ul list item height */
    z-index : 1;
}
#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 100%; /* match ul width */
    top  : 0;
    margin-left: 0;
    background: none;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    margin           : 0;
    padding          : 7px 11px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #124B98;
    background-color : #FCD408;
    border           : none;
    text-align: center;
    text-shadow      : none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #DFC129 !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #EFC6BB;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 14px;
    z-index  : 9999;
    right    : 0;
    width    : 40%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #363A39;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 50px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 0;
    right           : 0;
    border-radius   : 0;
    background      : url(images/icons/nav.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;
    border-left     : 1px solid rgba(0, 0, 0, 0.1);
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position   : fixed;
    width      : 80%;
    float      : left;
    right      : -80%;
    box-shadow : 0 0 0 #000;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : none;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 0 !important;
    border-top    : 5px solid #363a39;
    border-bottom : 5px solid #363a39;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #444;
}

#mobile_nav ul li a {
    color       : #fff;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : bold;
    padding     : 12px 0;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul li.child a {
    font-weight  : normal;
    padding-left : 20px;
    font-size    : 13px;
}

#mobile_nav ul li.child2 a {
    padding-left : 50px;
    font-size    : 12px;
}

/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
    margin-top : 13px;
}

#subNav {
    border-bottom : solid 1px #E6E6E6;
}

#sidebar #subNav li.subNavHeading a {
    color           : #FCD408;
    padding         : 5px 0px 5px 0px;
    margin          : 0px;
    font-weight     : bold;
    text-transform  : capitalize;
    text-decoration : none;
    font-size       : 20px;
}

#sidebar #subNav li.subNavHeading a:hover {
    color : #FCD408;
}

#content #sidebar #subNav li.subNavHeading {
    padding      : 11px 0px 8px 17px;
    margin       : 0px;
    text-indent  : 0px;
    text-align   : left;
    background: #275ba2; /* Old browsers */
    background: -moz-linear-gradient(top,  #275ba2 0%, #124b99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#275ba2), color-stop(100%,#124b99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #275ba2 0%,#124b99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #275ba2 0%,#124b99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #275ba2 0%,#124b99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #275ba2 0%,#124b99 100%); /* W3C */
    border-top   : 1px solid #EDEDED;
    border-left  : 1px solid #EDEDED;
    border-right : 1px solid #EDEDED;
}

#content #sidebar #subNav li.subNavHeading:before {
    content : none;
}

#sidebar #subNav {
    background-color : #FFFFFF;
}

#content #sidebar ul#subNav li {
    padding      : 8px 0px 8px 32px;
    text-indent  : -15px;
    margin       : 0px;
    border-top   : solid 1px #E6E6E6;
    border-left  : solid 1px #E6E6E6;
    border-right : solid 1px #E6E6E6;
}

#sidebar #subNav li a {
    color           : #000;
    padding         : 5px 0px;
    text-decoration : none;
}

#sidebar #subNav li a:hover {
    color : #164E9B;
}

#content #sidebar #subNav li:before {
    content      : "\203A \00a0";
    color        : #E41E26;
    font-size    : 14px;
    margin-right : 5px;
    line-height  : 15px;
}

#content #sidebar ul#subNav {
    padding : 0;
    margin  : 0px 0px 15px 0px;
}

#content #sidebar #subNav li.down a {
    color       : #164E9B;
    font-weight : bold;
}

#content #sidebar #subNav li.down:before {
    color       : #E41E26;
    font-weight : normal;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
    border-top   : none;
    padding-top  : 4px;
    padding-left : 32px;
}

#content #sidebar #subNav li.childChild {
    font-size    : 11px;
    border-top   : none;
    padding-top  : 4px;
    padding-left : 50px;
}

#content #sidebar #subNav li.childChild:before {
    font-size   : 11px;
    margin-left : 28px;
}

#sidebar #subNav li.child:before {
    font-size   : 11px;
    margin-left : 14px;
}

/* CALCULATOR SIDE BAR STYLES */


.brownSidebar .inner, .blueSidebar .inner{
    padding: 20px;
}

.brownSidebar img {
    margin-bottom: 10px;
}

.yellowHeader {
    color: #fec22f;
}

.blueSidebar {
    background: #124B9A;
    color: #fff;
}
.blueSidebar .widget_content, .blueSidebar .widget_title{
    background: #124B9A;
    color: #fff;
}

.blueSidebar .widget_title h2 span {
    color: #FCD408;
    margin-top: 6px;
    display: block;
    margin-bottom: 10px;
}
.blueSidebar .widget_title h2.ribben_heading, .blueSidebar .widget_title {
    margin-bottom: 0px;
}
.blueSidebar .widget_title {
    padding-bottom: 0px;
}
.blueSidebar .widget_content {
    padding-top: 5px;
}
#areaCalc .calcField {
    width: 30px;
}
#areaCalc span, #volumeCalc span{
    padding-right: 5px;
}

#volumeCalc .calcField {
    width: 30px;
}

#volumeCalc .submitButton, #areaCalc .submitButton {
    width: 100% !important;
    padding: 5px !important;
    margin: 10px 0;
}

.sidebarCal .result {
    font-weight: bold;
    font-size: 14px !important;
}


/* ================================= */
/* Content */
/* ================================= */
.inner_banner {
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4), inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    margin: 13px 13px 20px 24px;
}
#content {
    padding-top    : 0px;
    padding-bottom : 0px;
    width          : 100%;
    display        : block;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}
#homePage .white_content_bg {
    background: #fff;
    padding-bottom: 10px;
}
.white_content_bg {
    background: #fff;
    padding-top: 10px;
}
#homePage .white_content_bg.homebanner{
    background: #fff;
    padding-bottom: 0px;
}
.content_padding_right {
    padding-right: 20px;
}
.content_padding_right_sidebar {
    padding-right: 23px;
}
.content_padding_left {
    padding-left: 20px;
}
.content_Area .ribben_heading {
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-top: 4px;
    padding-right: 7%;
    padding-bottom: 4px;
    color: #124B99;
    font-size: 28px;
    font-weight: normal;
}
.content_Area .ribben_heading.home_landscape {
    padding-left: 42px;
}
.content_Area h1.ribben_heading, .ribben_heading_inner{
    line-height: 27px;
    margin-bottom: 10px;
    color: #124B99;
}
.content_Area h2.ribben_heading.home_landscape a:hover {
    color: #124B99;
}
#copy .content_Area .Allpadding{
    padding: 10px 20px 20px 20px;
}
#copy .ribben_heading_inner {
    display: inline-block;
    padding-right: 7%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3%;
    position: relative;
    left: -12px;
    background: url("/images/backgrounds/inner_page_h1_end_bg.png") no-repeat right top;
}
#copy .Allpadding {
    padding: 5px 5px 5px 12px;
}
/* ================================= */
/* Home */
/* ================================= */

#homePage #copy {
    margin-top: 10px;
}
#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}
#homeBanner {
    height: 370px;
}

/* PROMO BAR ON THE HOME PAGE - MIDDLE OF PAGE BAR */
#homePage .home_promo_wrapper_right {

    height: 108px;
    right: -2.1%;
    position: relative;
    background: url("/images/backgrounds/promo_bar_ends_right.png") no-repeat right top;
}
#homePage .home_promo_wrapper_left {
    position: relative;
    height: 108px;
    left: -4.2%;
    background: url("/images/backgrounds/promo_bar_ends_left.png") no-repeat left top;
}
#homePage .under_bg {
    background: #fff;
    left: 2.2%;
    position: relative;
    height: 108px;
}
#homePage .home_promo_bar {
    width: 100%;
    background: url("/images/backgrounds/home_promo_bar_gradient.png") repeat-x top left #3a69aa;
    height: 86px;
}
#homePage .home_promo_bar .overlay_bg {
    background: url("/images/backgrounds/overlay_home_promo_bar_left.png") no-repeat 2% top;
}
#homePage .home_promo_bar .overlay_bg h2{
    background: url("/images/backgrounds/overlay_home_promo_bar_right.png") no-repeat 96% top;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 16px;
    color: #fff;
    width: 77%;
    float: right;
    font-weight: normal;
    font-size: 28px;
}
#homePage .home_promo_bar .overlay_bg h2 strong {
    color: #FCD408;
}
#homePage .home_promo_bar .overlay_bg h2 a {
    color: #fff;
}

#homePage .home_promo_bar .overlay_bg h2 a strong {
    color: #FCD408;
}


/* ================================= */
/* FAQ Page */
/* ================================= */
h3.faq_title {
    text-transform: none!important;
    font-weight: normal;
    cursor: pointer;
}

/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}
#sidebar .widget {
    margin-top    : 0px;
    margin-bottom : 15px;
}

.widget_title {
    padding    : 5px 15px 10px 0px;
    background : #fff;
}

.widget_title h2 {
    color  : #124B99;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-family    : 'Proxima N W01 Xbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 4px 10px 4px 20px;
    font-size: 25px;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 13px;
    line-height   : 17px;
    color         : #000;
    margin-bottom : 0;
}

.widget_content {
    background : #fff;
    padding    : 10px 15px 15px 20px;
}
#sidebar .widget.promo_widget .widget_content {
    background : #fff;
    padding    : 0;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #ED5C33;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}

/* FIND US WIDGET */

.widget.find_us {
    margin-top    : 10px;
    margin-bottom : 10px;
}
.widget.find_us .widget_title {
    background: #124B99;
    padding-bottom: 10px;
}
.widget.find_us .widget_title h2{
    width: 62%;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 28px;
}
.widget.find_us .widget_content {
    background: url("/images/backgrounds/find_us.jpg") no-repeat right bottom #124B99;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0px;
    min-height: 310px;
}
.widget.find_us .widget_content img{
    border: 3px solid #FCD408;
}

/* RIBBEN HEADING STYLE */
.ribben_heading {
    background: url("/images/backgrounds/widget_bg_end.png") no-repeat right top;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}

.blogListingContainerWImage {
    float : left;
    width : 79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
    background-color : #F5F5F5;
    margin           : 10px 0;
    overflow         : hidden;
    padding          : 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
    color : #999;
}

/* Products Page */

.productsContainer {
    float: left;
    width: 30%;
    margin-right: 4%;
}

.productsContainer:hover {
    background: #FCD408;
}

.productsContainer:hover h3 {
    color: #124B99;
}

.productsContainer.noMargin {
    margin-right: 0px;
}

.productThumb {
    margin-bottom: 15px;
    float: left;
    position: relative;
    width: 100%;
}

.productSummary {
    padding: 0 10px 10px 10px;
    display: block;
    float: left;
    position: relative;
    text-decoration: none !important;
}

#copy .productSummary .button {
    margin-top: 10px;
}

#copy .productSummary p {
    margin-bottom: 13px;
}

.productPrice {
    color: #E41E26;
    font-size: 14px;
    font-weight: bold;
}

.enlargeBtn {
    background: url(/images/backgrounds/black-bg.png) 0 0 repeat;
    color: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    padding: 8px 15px;
    font-size: 14px;
}


/* Products Home */

#homePage #homeProducts {
    margin: 0;
}

#homeProducts .productsHomeContainer {
    float: left;
    width: 17%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 0;
    height: 200px;
    overflow: hidden;
}

#homeProducts .productsHomeContainer.noMargin {
    margin-right: 0px;
}
#homeProducts .productsHomeContainer.first {
    margin-left: 1.5%;
}

#homeProducts .productsHomeContainer .productSummary {
    background: url(/images/backgrounds/black-bg.png) 0 0 repeat;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 5% 0;
    min-height: 60px;
}

#homeProducts .productsHomeContainer .productThumb {
    margin-bottom: 0px;
}

#homeProducts .productsHomeContainer .productThumb img {
    height: 100%;
}

#homeProducts .productsHomeContainer .productSummary h3 {
    color: #fff;
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    line-height: 21px;
    font-weight: normal;
    background: url(/images/backgrounds/white-arrow.png) right center no-repeat;
}

#homeProducts .productsHomeContainer:hover .productSummary {
    background:#FCD408;
}

#homeProducts productsHomeContainer:hover .productSummary h3 {
    color: #5a4319;
}


/* ================================= */
/* Products  */
/* ================================= */

#homeProducts {
    margin: 20px 0;
}

.productsHomeContainer {
    float: left;
    width: 22.7%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}

.productsHomeContainer.noMargin {
    margin-right: 0px;
}

.productsHomeContainer .productSummary {
    background: url(/images/backgrounds/black-bg.png) 0 0 repeat;
    width: 100%;
    padding: 0px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.productsHomeContainer .productThumb {
    margin-bottom: 0px;
}

.productsHomeContainer .productThumb img {
    height: 100%;
}

.productsHomeContainer .productSummary h3 {
    color: #fff;
    padding: 10px 50px 10px 10px;
    margin-bottom: 0px;
    background: url(/images/backgrounds/white-arrow.png) right center no-repeat;
}

.productsHomeContainer:hover .productSummary {
    background: url(/images/backgrounds/sidebar-yellow-bg.png) 0 0 repeat;
}

.productsHomeContainer:hover .productSummary h3 {
    color: #5a4319;
}

#homeProducts .button {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}



/* ================================= */
/* Footer */
/* ================================= */
.footerWrapper {
    background: url("/images/backgrounds/footer_top_border.png") repeat-x left top;
    padding-top: 9px;
    position: relative;
    margin-top: -9px;
}

#footer {
    clear            : both;
    text-align       : center;
    background:    url("/images/backgrounds/footer_bg.jpg") no-repeat bottom center #4B4B4A;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 55px 0;
}
#footer a {
    color     : #fff;
    font-size : 12px;
    line-height: 15px;
}

#footer a:hover {
    color : #FCD408;
}

.site_by {
    display : inline-block;
    padding : 0px 0 0;
    text-decoration: underline;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_left {
    text-align : left;
}

#footer .footer_left h2, #footer .footer_left h2 a{
    font-size   : 18px;
    font-weight : normal;
    color       : #FCD408;
}

#footer .footer_left li, #footer .footer_left li a {
    line-height: 19px;
    margin      : 0;
}
#footer .content_padding_left {
    padding-left: 10px;
}
#footer .footer_left .ql{
    float: left;
}
#footer .footer_left li {
    display    : block;
    list-style : none;
    margin     : 0 12px 0 0;
    text-align : left;
    width      : 100%;
}

#footer .footer_right {
    font-size   : 11px;
    line-height : 16px;
    padding-top : 22px;
    text-align  : right;
    color: #F2F2F2;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}
#footer .footer_logo {
    text-align: right;
    float: right;
}
/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 66%;
    position: relative;
    top: -7px;
    margin-top: -14px;
    margin-bottom: 6px;
    padding-left: 29.6%;
}

#breadcrumbs ul {
    list-style : none;
    margin     : 14px 0 0px;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #777777;
    font-size      : 12px;
    text-transform : capitalize;
}

#breadcrumbs ul li a:hover {
    color : #124B9A;
}

#breadcrumbs span.breadcrumbDivider {
    color       : #777777;
    padding     : 0;
    display     : inline-block;
    font-size   : 14px;
    line-height : 14px;
}

#breadcrumbs ul li a.currentBreadcrumb {
    color          : #777777;
    font-weight: bold;
    font-style: italic;
    text-transform : none;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.secure_payments_heading {
	font-weight:bold;
	margin-right:18px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

.checkbox_container {
    padding: 3px 0;
    float: left;
    clear: left;
}
.checkbox_container label{
    margin-left: 8px;
    margin-top: -1px;
    float: left;
}

.checkbox_container input{
    margin-top: 2px;float: left;
}

/* References Form styles */
.references_container {
    margin-bottom: 40px;
}
.references_container .references {

}
.references_container .references .reference_number{
    background: #124B9A;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
    width: 30px;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.references.one:hover .reference_number, .references.two:hover .reference_number, .references.three:hover .reference_number{
    background: #FAD608;
}

.references_container .references .reference_number.first {
    margin-top: 42px;
}
.references_container .references .ref_row{
    float: left;
    text-align: center;
    width: 21.4%;
    margin-right: 2%;
}
.references_container .references .ref_row .form_label{
    width: 100%;
    font-weight: bold;
    display: block;
}
.references_container .references .ref_row .form_field {
   width: 100%;
}
.references_container .references .ref_row.last{
    margin-right: 0;
}

.terms_conditions {
    height: 150px;
    width: 92%;
    overflow-y: scroll;
    border: 1px solid #BABABA;
    padding: 10px;
    font-size: 11px;
}
#copy .terms_conditions ol {
    margin-bottom: 5px;
}
#copy .terms_conditions ul li:before{
    content: '';
}
#copy .terms_conditions ul li{
    list-style: upper-alpha;
    text-indent: 0px;
    margin-left: 25px;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 6px;
    border                : 1px solid #BABABA;
    -webkit-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #FCD408 !important;
    -webkit-box-shadow : #FCD408 0 0 4px !important;
    -moz-box-shadow    : #FCD408 0 0 4px !important;
    box-shadow         : #FCD408 0 0 4px !important;
}
.textinput.volumeInput {
    width: 50px !important;
}

.errorInput.volumeInput {
    width: 80px !important;
}
.imageVerification input{
    width: 25%;
}

/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button, .large_button {
    padding               : 9px 18px !important;
    background: #1e549f; /* Old browsers */
    background: -moz-linear-gradient(top,  #3364a7 0%, #1e549f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3364a7), color-stop(100%,#1e549f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3364a7 0%,#1e549f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3364a7 0%,#1e549f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3364a7 0%,#1e549f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3364a7 0%,#1e549f 100%); /* W3C */
    border-color          : #124B99 #124B99 #124B99;
    border-color          : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color     : #1e549f;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter                : progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border                : 1px solid #124B99;
    *border               : 0;
    border-bottom-color   : #124B99;
    display               : inline-block;
    text-transform: capitalize;
    font-size             : 14px;
    line-height           : 20px;
    font-family: Arial, sans-serif;
    *line-height          : 20px;
    line-height           : normal !important;
    -webkit-border-radius : 0px; -moz-border-radius : 0px; -o-border-radius : 0px; -ms-border-radius : 0px;
    border-radius         : 0;
    color                 : #fff !important;
    font-weight           : bold;
    cursor                : pointer;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(50, 50, 50, 0.55);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(50, 50, 50, 0.55);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(50, 50, 50, 0.55);
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover, .large_button:hover {
    color                 : #fff !important;
    text-decoration     : none;
    background: #3364a7; /* Old browsers */
    background: -moz-linear-gradient(top,  #3364a7 1%, #064599 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3364a7), color-stop(100%,#064599)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3364a7 1%,#064599 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3364a7 1%,#064599 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3364a7 1%,#064599 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3364a7 1%,#064599 100%); /* W3C */
    /* Buttons in IE7 don't get borders, so darken on hover */

}

input[type="submit"]:active, button:active, .button:active, .large_button:active {
    background-color   : #064599;
    background-color   : #064599     \9;
    background-image   : none;
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.large_button {
    padding:13px 17px !important;
    background: #FCD925;
    color: #124B99!important;
    border-radius: 0;
    font-family    : 'Proxima N W01 Xbold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    border: solid 1px #FCD408;
    text-shadow           : none;
    text-transform: uppercase;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.large_button:hover {
    background: #f4d755!important;
    color: #124B99!important;
}
/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    width        : 94.2%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #ED5C33;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(/images/buttons/locator_icon.png);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
    width        : 80%;
    padding      : 3px 33px 3px 7px;
    height       : 16px;
    line-height  : 16px;
    background   : #CCCCCC !important;
    border-color : #fff !important;
    color        : #fff;
    font-size    : 11px;
    margin-top   : 4px;
}

::-webkit-input-placeholder {
    color : #999;
}

:-moz-placeholder {
    color : #999;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
}

#location_search_map {
    height : 600px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display       : block;
    border-bottom : 1px solid transparent;
    padding       : 0 0 8px;
    margin        : 0 0 8px;
}

.people_person a:hover {
    border-bottom : 1px solid #ED5C33;
}

.people_person img {
    display    : block;
    text-align : center;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #ED5C33;
}

.people_person a:hover p {
    color : #ED5C33;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}

/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline : none; }

.slides,
.flex-control-nav,
.flex-direction-nav { margin : 0; padding : 0; list-style : none; }

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; }

.flexslider .slides > li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width : 100%; display : block; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text { display : block; position : absolute; top: 19%; left: 2%;}

.banner_text h2 { font-size : 35px; line-height : 39px; color : #fff; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

.banner_text p { font-weight : bold; color: #fff }

/* Clearfix for the .slides element */
.slides:after { content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0; }

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 10px 0 5px; background : #fff; position : relative; zoom : 1; overflow : hidden; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Direction Nav */
.flex-direction-nav a { width : 36px; height : 39px; margin : -20px 0 0; display : block; background : url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position : absolute; top : -179px; cursor : pointer; text-indent : -9999px; opacity : 0; -webkit-transition : all .3s ease; }

.flex-direction-nav .flex-next { background-position : 0 -39px; right : -36px; }

.flex-direction-nav .flex-prev { left : -36px; }

.flexslider:hover .flex-next { opacity : 1; right : 0; }

.flexslider:hover .flex-prev { opacity : 1; left : 0; }

.flex-direction-nav .disabled { opacity : .3 !important; filter : alpha(opacity=30); cursor : default; }

/* Control Nav */
.flex-control-nav { position : absolute; bottom : 4%; left : 0.4%; text-align : center; margin-bottom : 0; }

#copy .flex-control-nav li { display : inline-block; zoom : 1; *display : inline; margin-left : 9px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block;
    background : #D6D6D6;
    cursor : pointer;
    text-indent : -9999px;
    -webkit-border-radius : 20px;
    -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background: #fdc743; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdc743 0%, #e5af2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc743), color-stop(100%,#e5af2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdc743 0%,#e5af2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdc743 0%,#e5af2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdc743 0%,#e5af2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdc743 0%,#e5af2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc743', endColorstr='#e5af2b',GradientType=0 ); /* IE6-9 */
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }
