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

* {
	margin:  0;
	padding: 0;
}

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

body {
	background: #FFFFFF;
	height:     auto;
	position:   relative;
}

#container {
}

#popupWindowCaller {
	display: none;
}
@media screen and (min-width:768px) {
    ul#mainNav li:nth-child(4):hover ul {
        display:grid!important;
        grid-template-columns: 50% 50%!important;
    }
}

img {
	border: none;
}

::selection {
	background: #393E42;
	color:      #FFFFFF;
}

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

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

.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;
}

.clear {
	width: 100%;
}

.collapse_header {
	cursor: pointer;
}

.collapse_header:after {
	display:            inline-block;
	font-family:        "FontAwesome";
	font-weight:        normal;
	content:            "\f0d8";
	margin-left:        5px;
	float:              right;

	-webkit-transform:  rotate(0deg);
	-moz-transform:     rotate(0deg);
	-ms-transform:      rotate(0deg);
	-o-transform:       rotate(0deg);
	transform:          rotate(0deg);

	-webkit-transition: -webkit-transform ease 0.2s;
	-moz-transition:    -moz-transform ease 0.2s;
	-ms-transition:     -ms-transform ease 0.2s;
	-o-transition:      -o-transform ease 0.2s;
	transition:         transform ease 0.2s;
}

.collapse_header.closed:after {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

.no-csstransforms .collapse_header.closed:after {
	content: "\f0d7";
}

/* ================================= */
/* 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;
}

/* ================================= */
/* Global Header */
/* ================================= */
.global_header {
	float: left;
	width: 100%;
}

.global_header ul,
.global_header ul li {
	list-style: none;
	margin:     0;
	padding:    0
}

.global_header ul li {
	display: inline-block;
	padding: 10px 5px;
}

.global_header ul li:after {
	content:     '|';
	margin-left: 10px;
	color:       #CCCCCC;
}

.global_header ul li:last-of-type:after {
	content: '';
	margin:  0;
	display: none;
}

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

.header_fill {
	height:   144px;
	position: relative;
	float:    left;
	width:    100%;
}

#header {
	background-color: #EEC718;
	display:          block;
	border-bottom:    2px solid #FFFFFF;
	width:            100%;
	float:            left;
	padding:          10px 0 0;
	position:         fixed;
	top:              0px;
	left:             0;
	right:            0;
	z-index:          999999;
}

#header a.logo {
	margin:      10px 0px 20px 0px;
	padding:     0px;
	text-indent: -9999px;
	z-index:     2;
	height:      102px;
	width:       239px;
	display:     block;
	position:    relative;
	background:  url(images/backgrounds/ready-towing.png) top left no-repeat;
}

#header .header_phone_number {
	float:      right;
	text-align: right;
	margin:     15px 0 10px;
}

#header .header_phone_number span {
	padding:     10px 2px 10px 10px;
	font-size:   27px;
	font-weight: bold;
}

#header .header_phone_number a {
	font-size:      35px;
	font-weight:    700;
	color:          #034284;
	display:        inline-block;
	vertical-align: middle;
	margin-left:    10px;
}

#header #navigation .hidden_search_box {
	position:   absolute;
	right:      0;
	bottom:     -93%;
	display:    block;
	background: #FFFFFF;
	z-index:    99;
}

#header #navigation .search_button a {
	padding: 20px 23px 16px;
}

#header #navigation .search_button a:before {
	content:      url('/images/icons/search_ic.png');
	margin-right: 10px;
	float:        left;
}

#header #navigation .search_button a:hover:before {
	content: url('/images/icons/search_ic_white.png');
}

#header .search_header {
	float:   left;
	padding: 10px;
}

#header .search_header .search_ic {
	float:              left;
	width:              17%;
	padding:            6px;
	border:             1px solid #EFEFEF;
	border-right:       0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

#header .search_header input {
	float:                       left;
	width:                       83%;
	background:                  none;
	border:                      1px solid #EFEFEF;
	color:                       #959595 !important;
	font-weight:                 normal;
	position:                    relative;
	text-align:                  left;
	float:                       left;
	text-transform:              none;
	font-size:                   13px;
	padding:                     8px 15px 7px;
	line-height:                 17px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             none;
	-webkit-transition:          none;
	transition:                  none;
}

#header .search_header input:focus {
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	background:            url('/images/icons/input-indicator.png') top right no-repeat;
}

#header .search_header ::-webkit-input-placeholder {
	color:     #959595;
	font-size: 13px;
}

#header .search_header ::-moz-placeholder {
	color:     #959595;
	font-size: 13px;
}

#header .search_header :-ms-input-placeholder {
	color:     #959595;
	font-size: 13px;
}
.bannerheader{
font-family: 'Proxima N W01 Bold', Arial;
font-size: 1.5em;
color: inherit;
line-height: 1.3;
margin-bottom: 0px;
font-weight: normal;
margin: 0 0 20px 0;
letter-spacing: 0;
font-style: normal;
}
.homeheader{
font-size: 70px;
line-height: 78px;
color: #0054A6;
font-weight: normal;
font-weight: normal;
letter-spacing: 0;
font-style: normal;
margin: 0 0 10px 0;
}

/* Custom Mobile */
.offCanvas {
	background: #222222;
}

ul.offCanvas_menu li a, ul.offCanvas_menu_social li a {
	color: #FFFFFF;
}

ul.offCanvas_menu_social li a {
	font-size: 21px;
}

#offcanv_menu {
	float:       left;
	margin-top:  6px;
	margin-left: -20px;
}

.offCanvas_trigger_item {
	background:            #FFFFFF;
	height:                3px;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
}

.mobile_menu_width {
	width:        31px;
	float:        left;
	margin-right: 9%;
}

a.offCanvas_trigger {
	padding: 20px;
}

/* ================================= */
/* Navigation Menu DROP DOWN MENU */
/* ================================= */
/* Superfish Default */
ul#mainNav, ul#mainNav * {
	margin:     0;
	padding:    0;
	list-style: none;
	position:   relative;
}

ul#mainNav {
	background: transparent;
}

ul#mainNav li a i {
	color:          #034284;
	font-size:      16px;
	margin-left:    3px;
	vertical-align: middle;
}

ul#mainNav li a:hover i {
	color: #FFFFFF;
}

ul#mainNav li {
	position: relative; /* Change to position: static; for left aligned menu */
}

ul#mainNav li.sf-mega-wrap {
	position: static; /* OR put this class on the parent (of .sf-mega) li to left align */
}

ul#mainNav ul,
ul#mainNav .sf-mega {
	position: absolute;
	display:  none;
	top:      100%;
	left:     0;
	z-index:  99;
}

ul#mainNav .sf-mega ul {
	display:  block;
	float:    left;
	width:    100%;
	position: relative;
}

ul#mainNav > li {
	float: left;
}

ul#mainNav li:hover > ul,
ul#mainNav li.sfHover > ul,
ul#mainNav li:hover > .sf-mega,
ul#mainNav li.sfHover > .sf-mega {
	display: block;
}

ul#mainNav a {
	display:  block;
	position: relative;
}

ul#mainNav ul ul {
	top:  0;
	left: 100%;
}

ul#mainNav .sf-mega {
	display:            none;
	position:           absolute;
	float:              left;
	top:                100%;
	left:               0;
	z-index:            99;
	width:              100%;
	-ms-box-sizing:     border-box;
	-o-box-sizing:      border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

ul#mainNav .sf-mega ul ul {
	left:    0;
	display: none !important; /* Hides 3x level deep under mega */
}

ul#mainNav .sf-mega > ul > li > ul {
	opacity: 1 !important;
	display: block !important; /* Shows 2x level deep under mega */
}

/* Superfish Skin */
ul#mainNav {
	float: right;
	/* width: 100%; */
}

ul#mainNav ul.
ul#mainNav .sf-mega {
	min-width: 200px;
	*width:    100%;
}

ul#mainNav li {
	-webkit-transition: background .2s;
	transition:         background .2s;
}

ul#mainNav ul li {
	white-space:  nowrap;
	*white-space: normal;
}

ul#mainNav li:hover,
ul#mainNav li.sfHover {
	-webkit-transition: none;
	transition:         none;
}

ul#mainNav > li {
	display: block;
	float:   left;
}

ul#mainNav > li > a {
	display:        block;
	font-weight:    bold;
	position:       relative;
	text-align:     center;
	float:          left;
	text-transform: uppercase;
	font-size:      13px;
	line-height:    17px;
}

ul#mainNav a,
ul#mainNav a:visited {
	background:         transparent;
	color:              #034284;
	padding:            20px 13px;
	text-decoration:    none;
	zoom:               1;
	display:            block;
	width:              100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

.lt-ie9 ul#mainNav a,
.lt-ie9 ul#mainNav a:visited {
	padding: 20px 18px;
}

ul#mainNav a:hover {
	background: #034284;
	color:      #FFFFFF;
}

ul#mainNav li:first-child a {
	border-left: 0;
}

ul#mainNav > li > a > span {
	vertical-align:     middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	-o-box-sizing:      border-box;
	box-sizing:         border-box;
}

/* Drop downs */
ul#mainNav ul a,
ul#mainNav ul a:visited {
	border:      0;
	width:       179px;
	padding:     12px 24px 12px 24px;
	background:  #034284;
	color:       #FFFFFF;
	font-size:   13px;
	white-space: normal;
}

ul#mainNav ul a:hover {
	background: #EEC718;
	color:      #034284;
}

/* Mega Menu */
ul#mainNav .sf-mega {
	width: 600px;
}

ul#mainNav .sf-mega,
ul#mainNav .sf-mega > ul {
	background-color: #EEEEEE;
}

ul#mainNav .sf-mega > ul {
	-ms-box-sizing:       border-box;
	-o-box-sizing:        border-box;
	-moz-box-sizing:      border-box;
	-webkit-box-sizing:   border-box;
	box-sizing:           border-box;
	float:                left;
	width:                33%;

	border-right:         1px solid #CCCCCC;
	border-width:         1px;
	border-right-style:   solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCCCC), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image:    -moz-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image:      -o-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
	border-image:         linear-gradient(to bottom, #CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
	border-left:          0;
}

ul#mainNav .sf-mega > ul:last-of-type {
	border-right: 0;
}

ul#mainNav .sf-mega > ul > li > a {
	font-weight:   bold;
	border-bottom: 1px solid #CCCCCC;
	color:         #000000;
}

/* ================================= */
/* Off Canvas Menu */
/* ================================= */
html, body, .onCanvas {
	background: #FFFFFF;
}

a.offCanvas_trigger {
	margin: 13px 0 0 0;
	height: 22px;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item,
.offCanvas_trigger_item {
	background: #FFFFFF;
}

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

#sidebar {
	margin-top: 15px;
}

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

#sidebar #subNav li.subNavHeading a {
	color:           #FFFFFF;
	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: #FFFFFF;
}

#content #sidebar #subNav li.subNavHeading {
	padding:      11px 0px 8px 17px;
	margin:       0px;
	text-indent:  0px;
	text-align:   left;
	background:   #ED5C33;
	border-top:   1px solid #E5E5E5;
	border-left:  1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

#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:           #000000;
	padding:         5px 0px;
	text-decoration: none;
}

#sidebar #subNav li a:hover {
	color: #ED5C33;
}

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

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

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

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

#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;
}

/* ================================= */
/* Prodduct */
/* ================================= */

.products_container {
	position:       relative;
	padding-bottom: 60px;
}

.product_gallery {
	background:     #EFF0F1;
	padding-bottom: 45px;
	position:       relative;
}

.product_gallery .pageTitleWrapper {
	background: none;
}

.product_gallery .pageTitleWrapper h2 {
	font-size:     70px;
	line-height:   78px;
	margin-bottom: 0;
}

.product_gallery .pageTitleWrapper p {
	font-size:   18px;
	line-height: 22px;
}

.project_gallery_content img:hover {
	opacity: 0.8;
}

.contact_home_Section.quote_version .contact_info {
	margin-top: 0;
}

/* ================================= */
/* Page Builder Template */
/* ================================= */

.pageTitleWrapper {
	background: #FFFFFF;
	color:      #959595;
	text-align: center;
	padding:    40px 0 55px;
}

.pageTitleWrapper h1 {
	color:         #0054A6;
	margin-bottom: 0px;
}

.pageTitleWrapper p {
	color:       #959595;
	font-size:   30px;
	line-height: 35px;
}

.pageContentWrap {
	background: #EFF0F1;
	padding:    40px 0;
}

.pageContentWrap.second {
	background: #FFFFFF;
}

.pageContentWrap .builder_img_youtube {
	display:               block;
	-webkit-box-sizing:    border-box;
	-moz-box-sizing:       border-box;
	-o-box-sizing:         border-box;
	-ms-box-sizing:        border-box;
	box-sizing:            border-box;
	float:                 left;
	overflow:              hidden;
	-webkit-border-radius: 800px;
	-moz-border-radius:    800px;
	border-radius:         800px;
	max-width:             100%;
}

.pageContentWrap .builder_img_youtube img {
	-webkit-border-radius: 800px;
	-moz-border-radius:    800px;
	border-radius:         800px;
	max-width:             100%;
	-webkit-box-sizing:    border-box;
	-moz-box-sizing:       border-box;
	-o-box-sizing:         border-box;
	-ms-box-sizing:        border-box;
	box-sizing:            border-box;
}

.pageContentWrap .builder_img_youtube_inner {
	width: 100%;
}

.pageContentWrap .builder_img_youtube_inner .play_icon {
	background:                  rgba(0, 0, 0, 0.8);
	display:                     block;
	width:                       100px;
	height:                      100px;
	margin:                      auto;
	position:                    absolute;
	text-align:                  center;
	left:                        0;
	right:                       0;
	top:                         0;
	vertical-align:              middle;
	bottom:                      0;
	-webkit-border-radius:       500px;
	-moz-border-radius:          500px;
	border-radius:               500px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             all .25s ease;
	-webkit-transition:          all .25s ease;
	transition:                  all .25s ease;
}

.lt-ie9 .pageContentWrap .builder_img_youtube_inner .play_icon {
	background: url("/images/backgrounds/black-rgba-80.png");
	filter:     none !important;
}

.pageContentWrap .builder_img_youtube_inner {
	position:       relative;
	display:        block;
	vertical-align: middle;
}

.pageContentWrap .builder_img_youtube_inner .inner_play_container {
	position: relative;
}

.pageContentWrap .builder_img_youtube i {
	display:            block;
	font-size:          29px;
	line-height:        83px;
	color:              #FFFFFF;
	width:              83px;
	height:             83px;
	margin:             auto;
	position:           absolute;
	text-align:         center;
	left:               0;
	right:              0;
	top:                0;
	vertical-align:     middle;
	bottom:             0;
	-moz-transition:    all .25s ease;
	-webkit-transition: all .25s ease;
	transition:         all .25s ease;
}

.pageContentWrap .builder_img_youtube_inner.link .play_icon {
	opacity:            0;
	-moz-transition:    all .25s ease;
	-webkit-transition: all .25s ease;
	transition:         all .25s ease;
}

.lt-ie9 .pageContentWrap .builder_img_youtube_inner.link .play_icon {
	display: none;
}

.lt-ie9 .pageContentWrap .builder_img_youtube_inner.link:hover .play_icon {
	display: none;
}

.pageContentWrap .builder_img_youtube_inner.link:hover .play_icon {
	opacity: 0;
}

.pageContentWrap .builder_img_youtube_inner.link img {
	-webkit-backface-visibility: hidden;
	-moz-transition:             opacity .25s ease;
	-webkit-transition:          opacity .25s ease;
	transition:                  opacity .25s ease;
}

.pageContentWrap .builder_img_youtube_inner.link:hover img {
	opacity: 0.8;
}

.pageContentWrap .builder_img_youtube_inner:hover .play_icon {
	width:      100%;
	height:     100%;
	background: rgba(0, 0, 0, 0.8);
}

.pageContentWrap .builder_img_youtube_inner:active .play_icon {
	width:      80%;
	height:     80%;
	background: rgba(0, 0, 0, 0.8);
}

.pageContentWrap .builder_img_youtube:hover i {
	font-size: 50px;
}

.pageContentWrap {
	text-align:  center;
	font-size:   16px;
	line-height: 20px;
	color:       #959595;
}

.pageContentWrap strong {
	font-size:   20px;
	color:       #959595;
	font-weight: normal;
	line-height: 25px;

}

.pageContentWrap p {
	margin-bottom: 20px;
}

.pageContentWrap .pageInsideContent {
	width:    100%;
	margin:   0 auto;
	position: relative;
	display:  table;
}

.pageContentWrap .pageInsideContent_v_center {
	vertical-align: middle;
	display:        table-cell;
}

.pageContentWrap .pageInsideContent h2 {
	margin: 0px 0 17px 0;
}

.pageContentWrap .pageInsideContent .button.maroon_button.right_arrow {
	margin-bottom: 10px;
}

.pageContentWrap .pageInsideContent .button.maroon_button.right_arrow:after {
	content: url('/images/backgrounds/button_arrow_r_hover.png');
}

.pageContentWrap .pageInsideContent .button.maroon_button.right_arrow:hover {
	color: #FFFFFF;
}

.pageContentWrap .pageInsideContent .button.maroon_button.right_arrow:hover:after {
	content: url('/images/backgrounds/button_arrow_r.png');
}

/* ================================= */
/* Our People */
/* ================================= */
.people_cat_heading h2 {
	font-size:     70px;
	line-height:   76px;
	margin-bottom: 0;
}

.people_cat_heading p {
	font-size:   30px;
	line-height: 36px;
}

.people_wrapper .pageContentWrap {
	background:     #192F67;
	color:          #FFFFFF;
	padding-bottom: 0;
}

.people_wrapper .pageContentWrap .pageInsideContent {
	width: 85%;
}

.people_wrapper .pageContentWrap .full_width .pageInsideContent {
	width: 100%;
}

.people_wrapper .pageContentWrap h2 a, .people_wrapper .pageContentWrap h2 {
	color: #FFFFFF;
}

.people_wrapper .pageContentWrap .people_multi_panel {
	background: #192F67;
	position:   relative;
	padding:    60px 0;
}

.people_wrapper .pageContentWrap .people_multi_panel.second {
	background: #203E70;
}

.people_wrapper .pageContentWrap .people_multi_panel.grey {
	background: #EFF0F1;
	color:      #959595;
}

.people_wrapper .pageContentWrap .people_multi_panel strong {
	color: #FFFFFF;
}

.people_wrapper .pageContentWrap.second {
	background: #FFFFFF;
	color:      #959595;
}

.people_wrapper .pageContentWrap.second h2 a, .people_wrapper .pageContentWrap.second h2 {
	color: #0054A6;
}

.people_wrapper .pageContentWrap.second .people_multi_panel {
	background: #FFFFFF;
}

.people_wrapper .pageContentWrap.second .people_multi_panel.second {
	background: #EFF0F1;
}

.people_wrapper .pageContentWrap.second .people_multi_panel strong {
	color: #959595;
}

.people_options {
	text-align: center;
	margin-top: 37px;
}

.people_options .button {
	text-align:         center;
	padding:            0px 0px !important;
	height:             60px;
	width:              60px !important;
	line-height:        57px !important;
	font-size:          20px;
	vertical-align:     middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

.people_options .button:first-child {
	margin-right: 20px;
}

.people_wrapper .pageContentWrap.second .people_multi_panel .people_options .button {
	color:        #959595 !important;
	border-color: #959595 !important;
}

.people_wrapper .pageContentWrap.second .people_multi_panel .people_options .button:hover {
	color:        #FFFFFF !important;
	background:   #959595;
	border-color: #959595 !important;
}

/* ================================= */
/* Content */
/* ================================= */

#content {
	width:   100%;
	display: block;
}

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

#copy ul, #copy ol {
	margin-left: 18px;
}

/* ================================= */
/* Home */
/* ================================= */
.anchor_arrow {
	position:                    absolute;
	bottom:                      20px;
	right:                       20px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             opacity .25s ease;
	-webkit-transition:          opacity .25s ease;
	transition:                  opacity .25s ease;
	z-index:                     2;
}

.anchor_arrow:hover {
	opacity: 0.8;
}

#content ul#homeNav {
	margin:        0 0 15px;
	padding:       7px;
	background:    #CCCCCC;
	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:            #FFFFFF;
	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;
}

/* Home Page Banner */
#homeBanner {
	min-height: 300px;
	background: url(images/icons/ajax-loader-alt.gif) #F2F2F2 no-repeat center center;
}

#homeBanner, #homeBanner ul.slides > li, #homeBanner .banner_text_container {
	/*height: 341px;*/
}

#homeBanner .flex-next, #innerBanner .flex-next {
	right:      0px;
	opacity:    1;
	background: url("/images/icons/right-banner-arrow.png") no-repeat right center transparent;
}

#homeBanner .flex-prev, #innerBanner .flex-prev {
	left:       0px;
	opacity:    1;
	background: url("/images/icons/left-banner-arrow.png") no-repeat left center transparent;
}

#homeBanner .flex-direction-nav a, #homeBanner:hover .flex-direction-nav a, #innerBanner .flex-direction-nav a, #innerBanner:hover .flex-direction-nav a {
	height:                44px;
	width:                 44px;
	margin:                0 20px;
	padding:               0px;
	top:                   42%;
	-webkit-box-sizing:    border-box;
	-moz-box-sizing:       border-box;
	-o-box-sizing:         border-box;
	-ms-box-sizing:        border-box;
	box-sizing:            border-box;
	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}

#homeBanner:hover .flex-direction-nav a:hover, #innerBanner:hover .flex-direction-nav a:hover {
	background-color: rgba(238, 199, 24, 0.42);
}

.flexslider ul.slides > li {
	background-position: center center;
	background-repeat:   no-repeat;
	background-size:     cover;
}

.flexslider .full_link {
	display:                     block;
	background:                  rgba(0, 0, 0, 0.0);
	-webkit-backface-visibility: hidden;
	-moz-transition:             background .25s ease;
	-webkit-transition:          background .25s ease;
	transition:                  background .25s ease;
}

.flexslider .full_link:hover {
	display:    block;
	background: rgba(0, 0, 0, 0.4);
}

.flexslider .banner_text_container {
	text-align: center;
	margin:     0 auto;
	display:    table;
}

.flexslider .banner_text {
	text-align:     center;
	display:        table-cell;
	vertical-align: middle;
	color:          #FFFFFF;
	float:          none;
	position:       static;
	padding:        0 5%;
	left:           auto;
}

.flexslider .banner_text_inner {
	text-align: center;
	display:    inline-block;
	max-width:  456px;
	margin:     0 auto;
}

.flexslider .banner_text_inner.bg_window {
	padding: 25px;
}

.flexslider .banner_text h2, .inner_page_banner .inner_text h2 {
	font-size:     50px;
	font-weight:   normal;
	line-height:   54px;
	margin-bottom: 15px;
	color:         #FFFFFF;
	text-shadow:   1px 1px 1px rgba(0, 0, 0, 0.6);
}

.flexslider .banner_text h2 span, .inner_page_banner .inner_text h2 span {
	color: #000000;
}

.flexslider .banner_text p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: normal;
	color:       #FFFFFF;
	font-size:   20px;
	line-height: 24px;
}

.flexslider .banner_text .button_container {
	margin-top: 35px;
	position:   relative;
}

.flexslider .banner_text .button_container .or_divider {
	display:     inline-block;
	padding:     0 20px;
	font-weight: 600;
	font-size:   14px;
}

.flexslider .button.transparent:hover + .scroll_down_image {
	opacity: 1;
}

.flexslider .flex-control-nav {
	text-align: center;
	position:   relative;
	left:       0;
	bottom:     6.5%;
}

/* Circle Banner */

#circleBanner {
	margin: 60px 0 48px;
}

#circleBanner .circle_banner .banner_text_container {
	text-align:                  center;
	margin:                      0 auto;
	display:                     table;
	opacity:                     0;
	-webkit-backface-visibility: hidden;
	-moz-transition:             opacity .25s ease;
	-webkit-transition:          opacity .25s ease;
	transition:                  opacity .25s ease;
	background:                  rgba(0, 0, 0, 0.0);
}

#circleBanner .circle_banner .banner_text {
	text-align:            center;
	display:               table-cell;
	vertical-align:        middle;
	color:                 #FFFFFF;
	float:                 none;
	position:              static;
	padding:               0 5%;
	left:                  auto;
	font-size:             14px;
	-webkit-border-radius: 400px;
	-moz-border-radius:    400px;
	border-radius:         400px;
}

#circleBanner .circle_banner:hover .banner_text_container {
	opacity:               1;
	-webkit-border-radius: 400px;
	-moz-border-radius:    400px;
	border-radius:         400px;
	background:            rgba(0, 0, 0, 0.6);
}

.lt-ie9 #circleBanner .circle_banner .banner_text_container {
	display:    none;
	background: url("/images/backgrounds/black-rgba-80.png");
}

.lt-ie9 #circleBanner .circle_banner:hover .banner_text_container {
	display:    table;
	background: url("/images/backgrounds/black-rgba-80.png");
}

#circleBanner .banner_text_inner {
	text-align:  center;
	display:     inline-block;
	margin:      0 auto;
	margin-top:  28px;
	padding-top: 20px;
	background:  url("/images/backgrounds/divider-circle-desc.png") top center no-repeat;
}

#circleBanner .banner_text_inner .divider_bottom {
	padding-bottom: 5px;
	margin-bottom:  10px;
	background:     url("/images/backgrounds/divider-circle-desc.png") bottom center no-repeat;
}

#circleBanner .banner_text_inner a {
	padding-bottom: 5px;
	color:          #EEC718;
	text-transform: uppercase;
	font-size:      12px;
	line-height:    16px;
	font-weight:    bold;
}

#circleBanner .banner_text_inner a:before {
	content:        url("images/icons/portfolio_view_ic_yellow.png");
	margin-right:   10px;
	vertical-align: middle;
}

#circleBanner .banner_text_inner a:hover:before {
	content: url("images/icons/portfolio_view_ic.png");
}

#circleBanner .banner_text_inner a:hover {
	color: #FFFFFF;
}

#circleBanner .banner_text {
	text-align: center;
}

#circleBanner .circle_banner, #circleBanner .banner_text_container {
	width: 100%;
}

#circleBanner .circle_banner {
	background-position:   center center;
	background-repeat:     no-repeat;
	background-size:       cover;
	-webkit-border-radius: 400px;
	-moz-border-radius:    400px;
	border-radius:         400px;
	overflow:              hidden;
	z-index:               9;
	position:              relative;
}

#circleBanner .cricle_title {
	text-align: center;
	margin:     40px 0 0;
}

#circleBanner .cricle_title h2 {
	font-size:   30px;
	line-height: 35px;
	color:       #555555;
	font-weight: normal;
}

#circleBanner .circle_banner:hover + .cricle_title h2 {
	color: #EEC718;
}

#circleBanner .cricle_title:hover h2 {
	color: #EEC718;
}

.supporting_title {
	text-align:    center;
	font-size:     30px;
	line-height:   36px;
	color:         #959595;
	margin-bottom: 70px;
}

.supporting_title h2 {
	font-size:     70px;
	line-height:   78px;
	color:         #0054A6;
	font-weight:   normal;
	font-weight:   normal;
	margin-bottom: 0;
}

.QRC_membership_panel {
	background: #0054A6;
	padding:    60px 0 45px;
	text-align: center;
	color:      #FFFFFF;
	position:   relative;
}

.QRC_membership_panel .membership_img {
	width:                 72%;
	margin:                0 auto;
	-webkit-border-radius: 400px;
	-moz-border-radius:    400px;
	border-radius:         400px;
	background-size:       cover;
	background-position:   center center;
}

.QRC_membership_panel .membership_info {
	font-size:   20px;
	line-height: 25px;
}

.QRC_membership_panel .membership_info h2 {
	font-size:   61px;
	line-height: 68px;
	color:       #FFFFFF;
	font-weight: normal;
	margin:      30px 0;
}

.QRC_membership_panel .membership_info p {
	margin: 0 0 38px;
}

.product_services_container {
	margin:  60px 0 0;
	display: block;
}

.product_services_container .ps_image_container {
	width:    40%;
	margin:   0 auto 20px;
	position: relative;
}

.product_services_container .ps_image_container .hover_pink_arrow {
	background:                  url('images/backgrounds/right_chev.png') no-repeat center center #0054A6;
	position:                    absolute;
	top:                         -10px;
	opacity:                     0;
	right:                       0;
	width:                       40px;
	height:                      40px;
	border:                      3px solid #FFFFFF;
	-webkit-border-radius:       50px;
	-moz-border-radius:          50px;
	border-radius:               50px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             opacity .25s ease;
	-webkit-transition:          opacity .25s ease;
	transition:                  opacity .25s ease;
}

.product_services_container:hover .ps_image_container .hover_pink_arrow {
	opacity: 1;
}

.lt-ie9 .product_services_container .ps_image_container .hover_pink_arrow {
	display: none;
}

.lt-ie9 .product_services_container:hover .ps_image_container .hover_pink_arrow {
	display: block;
}

.product_services_container .ps_image_container .ps_image {
	-webkit-border-radius: 400px;
	-moz-border-radius:    400px;
	border-radius:         400px;
	background-position:   center center;
	background-repeat:     no-repeat;
	background-size:       cover;
}

.product_services_container .ps_info_section {
	text-align:  center;
	color:       #959595;
	font-size:   16px;
	line-height: 20px;
}

.product_services_container .ps_info_section h3 {
	font-size:     30px;
	margin-bottom: 20px;
	line-height:   35px;
	color:         #555555;
}

.product_services_container:hover .ps_info_section h3 {
	color: #0054A6;
}

#secondaryHomeBanner {
	margin-top: 60px;
}

#secondaryHomeBanner, #secondaryHomeBanner ul.slides > li, #secondaryHomeBanner .banner_text_container {
	height: 530px;
}

#secondaryHomeBanner .banner_text h2 {
	margin-bottom: 25px;
}

#secondaryHomeBanner .button {
	margin-top: 25px;
}

/* CONTACT TEMPLATE */

.contact_home_Section {
	background:  #EAC11E;
	padding:     160px 0 60px;
	font-size:   20px;
	line-height: 26px;
	color:       #FFFFFF;
	text-align:  center;
	position:    relative;
}

.contact_home_Section.white_version {
	background: #FFFFFF;
	color:      #888988;
}

.contact_home_Section.white_version._tow {
	background: #EFF0F1;
	color:      #888988;
}

.contact_home_Section .contact_info {
	width:  80%;
	margin: 10px auto 0;
}

.contact_home_Section .contact_info img {
	margin-bottom:               30px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             all .25s ease;
	-webkit-transition:          all .25s ease;
	transition:                  all .25s ease;
}

.contact_home_Section:hover .contact_info img {
	-webkit-animation:                 rotate 0.5s; /* Chrome, Safari, Opera */
	animation:                         rotate 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function:         linear;
}

.contact_home_Section.white_version .contact_info h2 {
	color: #0052A4;
}

.contact_home_Section.white_version .contact_form .captcha_title {
	color: #888988;
}

.contact_home_Section.white_version .contact_form .captcha_row i {
	color: #0052A4;
}

.contact_home_Section.white_version .contact_form #f_name {
	background: url("/images/icons/firstname_ic_grey.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section.white_version .contact_form #email {
	background: url("/images/icons/email_ic_grey.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section.white_version .contact_form #businessname {
	background: url("/images/icons/business_ic_grey.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section.white_version .contact_form #phonenumber {
	background: url("/images/icons/phone_ic_grey.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section.white_version .contact_form #captchabg {
	background: url("/images/icons/pencil_ic_grey.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section.white_version .contact_form .button:hover {
	color: #FFFFFF !important;
}

#map {
	height: 600px;
	width:  100%;
}

#contactMap {
	position: relative;
}

#contactMap .anti_zoom {
	position: absolute;
	top:      0;
	bottom:   0;
	right:    0;
	left:     0;
	z-index:  1;
}

.info_Section {
	display: table;
	width:   100%;
}

.info_Section .info_Section_inner {
	display:        table-cell;
	vertical-align: middle;
}

.info_Section .info_s_row {
	background:  #E1E1E1;
	padding:     10px;
	text-align:  left;
	color:       #888988;
	font-size:   14px;
	line-height: 22px;
}

.info_Section .info_s_row:nth-child(even) {
	background: #FFFFFF;
}

.info_Section .info_s_row .info_s_ic {
	float:        left;
	margin:       5px;
	margin-right: 10px;
}

.info_Section .info_s_row .info_s_ic.blank {
	width: 22px;
}

.info_Section .info_s_row .info_s_content {
	float:  left;
	margin: 5px;
}

.info_Section .info_s_row .info_s_content strong {
	color:        #0052A4;
	margin-right: 5px;
}

.info_Section .info_s_row .info_s_content a {
	color: #888988;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rotate {
	0% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
	25% {
		-ms-transform:     rotate(25deg); /* IE 9 */
		-webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
		transform:         rotate(25deg);
	}
	50% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
	75% {
		-ms-transform:     rotate(-25deg); /* IE 9 */
		-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
		transform:         rotate(-25deg);
	}
	100% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
}

/* Standard syntax */
@keyframes rotate {
	0% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
	25% {
		-ms-transform:     rotate(25deg); /* IE 9 */
		-webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
		transform:         rotate(25deg);
	}
	50% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
	75% {
		-ms-transform:     rotate(-25deg); /* IE 9 */
		-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
		transform:         rotate(-25deg);
	}
	100% {
		-ms-transform:     rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
		transform:         rotate(0deg);
	}
}

.contact_home_Section .contact_info h2 {
	font-size:     70px;
	line-height:   76px;
	color:         #FFFFFF;
	font-weight:   normal;
	margin-bottom: 30px;
}

.contact_home_Section .contact_form {
}

.contact_home_Section .contact_form .row_x_two {
	width:  48%;
	float:  left;
	margin: 10px 0;
}

.contact_home_Section .contact_form .row_x_two.second {
	margin-left: 4%;
}

.contact_home_Section .contact_form .row_x_one {
	margin: 10px 0;
}

.contact_home_Section .contact_form .textinput {
	padding-left: 54px;
}

.contact_home_Section .contact_form #f_name {
	background: url("/images/icons/firstname_ic.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section .contact_form #email {
	background: url("/images/icons/email_ic.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section .contact_form #businessname {
	background: url("/images/icons/business_ic.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section .contact_form #phonenumber {
	background: url("/images/icons/phone_ic.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section .contact_form #captchabg {
	background: url("/images/icons/pencil_ic.jpg") no-repeat 10px center #FFFFFF !important;
}

.contact_home_Section .contact_form .captcha_row {
	background: #FFFFFF;
	text-align: left;
}

.contact_home_Section .contact_form .captcha_title {
	text-align:    left;
	color:         #FFFFFF;
	margin-bottom: -5px;
	margin-top:    5px;
	font-size:     15px;
	font-weight:   normal;
}

.contact_home_Section .contact_form .submit_Section {
	text-align: center;
	margin:     40px 0 0;
}

.contact_home_Section .contact_form .captcha_row i {
	color: #EAC11E;
}

.contact_home_Section .contact_form .button:hover {
	color: #EAC11E !important;
}

.contact_home_Section .contact_form textarea {
	color: #959595;
}

/*.contact_home_Section .contact_form input:after {
    content: url('/images/icons/focus_ic_36.jpg');
    float: right;
}*/

.more_questions_section {
	background: #143E84;
	padding:    40px 0;
	text-align: center;
}

.more_questions_section .button {
	background: #143E84;
}

.more_questions_section .button:after {
	content: url("/images/icons/question_white__ic.png");
}

.more_questions_section .button:hover:after {
	content: url("/images/icons/blue-question-mark.png");
}

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

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

.widget_title {
	padding:    10px 15px 10px 20px;
	background: #ED5C33;
}

.widget_title h2 {
	color:  #FFFFFF;
	margin: 0;
}

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

.widget_content {
	background: #E9E9E9;
	padding:    10px 15px 15px 20px;
}

.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:            #FFFFFF;
	font-size:        22px;
	font-weight:      bold;
}

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

.widget .blogDate {
	color:         #000000;
	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;
}

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

.displaying {
	text-align: center;
}

.nextprevnav {
	display:    block;
	text-align: center;
	margin:     40px 0 40px 0;
	font-size:  14px;
	padding:    0;
}

.nextprevnav a {
	text-decoration: none !important;
	color:           #999999 !important;
}

.nextprevcurrentpage, .nextprevnav a {
	padding:     0;
	display:     inline-block;
	width:       31px;
	height:      31px;
	line-height: 31px;
}

.nextprevnav a:hover {
	color: #1D7FA9 !important;
}

.nextprevcurrentpage {
	color:                 #FFFFFF;
	background:            #1D7FA9;
	-webkit-border-radius: 20px;
	-moz-border-radius:    20px;
	border-radius:         20px;
}

.nextprevdisabled {
	color: #CCCCCC;
}

.nextprevnav .nextLink, .nextprevnav .prevLink {
	width:          60px;
	margin-left:    5px;
	margin-right:   5px;
	text-transform: uppercase;
}

.nextprevnav .nextLink i, .nextprevnav .prevLink i {
	margin-left:  5px;
	margin-right: 5px;
}

.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: #CCCCCC;
}

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

.blogMetaInfo {
	background-color:      #0052A5;
	margin:                10px 0 18px;
	overflow:              hidden;
	padding:               10px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	border-radius:         50px;
}

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

.people_wrapper.blog_Wrapper .pageContentWrap:first-child {
	padding-top: 0;
}

/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
	margin: 0;
}

#content .gallery_cat_list li, #content .gallery_thumbs li {
	text-indent: 0;
	margin-left: 0;
	padding:     0;
}

#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
	display: none;
}

/* Category Styles  */

.gallery_cat_list li {
	float:         left;
	width:         32%;
	position:      relative;
	display:       block;
	margin-bottom: 15px;
}

#content .gallery_cat_list li.gallery_middle {
	margin-right: 2%;
	margin-left:  2%;
}

.gallery_cat_list li a {
	float:              left;
	width:              100%;
	overflow:           hidden;
	background:         #000000;
	display:            block;
	-moz-transition:    all linear 100ms;
	-webkit-transition: all linear 100ms;
	-o-transition:      all linear 100ms;
	transition:         all linear 100ms;
}

.gallery_cat_list li a:hover {
	position: relative;
	z-index:  99;
}

.gallery_cat_list li a img {
	width:                       100%;
	height:                      auto;
	opacity:                     1;
	-webkit-backface-visibility: hidden;
	-moz-transition:             opacity .25s ease;
	-webkit-transition:          opacity .25s ease;
	transition:                  opacity .25s ease;
}

.gallery_cat_list li a:hover img {
	opacity:  0.7;
	width:    100%;
	height:   100%;
	position: relative;
}

.gallery_cat_list li a:active img {
	opacity:  0.5;
	width:    100%;
	height:   100%;
	position: relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
	display: none;
}

.gallery_cat_list li .gallery_title_overlay {
	display: none;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
	width:      100%;
	top:        0;
	position:   absolute;
	z-index:    100;
	text-align: center;
	display:    table-cell;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
	text-align: center;
	display:    inline-block;
	padding:    7px;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a:hover .gallery_title_label {
	color:          #FFFFFF;
	font-size:      20px;
	line-height:    24px;
	width:          100%;
	height:         215px;
	text-align:     center;
	vertical-align: middle;
	display:        table-cell;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
	margin:  0;
	padding: 0;
}

#content .gallery_thumbs li {
	width:         24.2%;
	float:         left;
	margin-right:  1%;
	margin-bottom: 7px;
}

#content .gallery_thumbs li.gallery_divider, #content .gallery_cat_list li.gallery_divider {
	width:   100%;
	height:  0;
	padding: 0;
	margin:  0;
}

#content .gallery_thumbs li a {
	display:    block;
	background: #000000;
}

#content .gallery_thumbs li a:hover img {
	opacity: 0.7;
}

#content .gallery_thumbs li a:active img {
	opacity: 0.5;
}

#content .gallery_thumbs li.gallery_last {
	margin-right: 0;
}

.gallery_thumbs .gallery_caption {
	padding: 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
	font-size:   14px;
	color:       #000000;
	line-height: 18px;
}

/* ================================= */
/* Footer */
/* ================================= */

#footer {
	clear:            both;
	text-align:       center;
	background-color: #192F67;
	display:          block;
	width:            100%;
	float:            left;
	padding:          60px 0;
}

#footer a {
	color:       #FFFFFF;
	font-size:   14px;
	line-height: 16px;
}

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

.site_by {
	display: block;
	padding: 10px 0 0;
}

.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 {
	font-size:                   14px;
	margin-bottom:               18px;
	border-bottom:               1px solid #FFFFFF;
	text-transform:              uppercase;
	font-weight:                 bold;
	color:                       #FFFFFF;
	-webkit-backface-visibility: hidden;
	-moz-transition:             all .25s ease;
	-webkit-transition:          all .25s ease;
	transition:                  all .25s ease;
}

#footer .footer_left:hover h2 {
	border-color: #DFBD1D;
	color:        #DFBD1D;
}

#footer .footer_left:hover h2 a {
	color: #DFBD1D;
}

#footer .footer_left li, #footer .footer_left li a {
	line-height: 15px;
	margin:      0;
}

#footer .footer_left li {
	display:    block;
	list-style: none;
	margin:     0 12px 20px 0;
	text-align: left;
	width:      100%;
}

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

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

#footer .footer_right ul {
	margin-bottom: 10px;
}

.bottom_footer {
	background: #203E70;
	padding:    15px 0;
	color:      #FFFFFF;
	font-size:  14px;
}

.bottom_footer .copyright a {
	color: #FFFFFF;
}

.bottom_footer .copyright a:hover, .bottom_footer ul li a:hover {
	color: #DFBD1D;
}

.bottom_footer .copyright {
	color: #FFFFFF;
	float: left;
}

.bottom_footer ul {
	float:         left;
	margin-bottom: 0;
}

.bottom_footer ul li {
	display:    inline-block;
	text-align: left;
}

.bottom_footer ul li:after {
	display: inline-block;
	content: ' | ';
	margin:  0 5px;
}

.bottom_footer ul li:last-child:after {
	display: none;
}

.bottom_footer ul li a {
	display:       inline-block;
	text-align:    left;
	color:         #FFFFFF;
	border-bottom: 1px solid #565656;
}

.bottom_footer .social_footer {
	float:      right;
	text-align: right;
}

.bottom_footer .social_footer a.ic {
	display:                     inline-block;
	margin:                      0 15px 0 0;
	color:                       #FFFFFF;
	font-size:                   18px;
	line-height:                 22px;
	-webkit-backface-visibility: hidden;
	-moz-transition:             color .25s ease;
	-webkit-transition:          color .25s ease;
	transition:                  color .25s ease;
}

.bottom_footer .social_footer a.ic:hover {
	color: #EAC11E;
}

.bottom_footer .social_footer a.ic:last-child {
	margin-right: 0;
}

/* ================================= */
/* 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: #000000;
}

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:    #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
}

.byLine {
	white-space: nowrap;
}

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

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

#breadcrumbs {
	display: block;
	width:   100%;
}

#content.homePage {
	margin-bottom: 60px;
}

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

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

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

#content #breadcrumbs ul li a:hover {
	color: #000000;
}

#content span.breadcrumbDivider {
	color:       #888888;
	padding:     0;
	display:     inline-block;
	font-size:   13px;
	line-height: 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
	color:          #000000;
	text-transform: none;
}

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

.required_fields_heading {
	font-size: 11px;
}

.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 #FFFFFF;
	-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,
.imageVerification input[type="text"] {
	width: 25%;
}

.errorText {
	color: #CC0000;
}

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

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

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

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
	width:                       100%;
	padding:                     12px 8px;
	border:                      1px solid #E3E3E3;
	-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;
	-webkit-backface-visibility: hidden;
	-moz-transition:             all .25s ease;
	-webkit-transition:          all .25s ease;
	transition:                  all .25s ease;
	-webkit-box-sizing:          border-box;
	-moz-box-sizing:             border-box;
	-ms-box-sizing:              border-box;
	-o-box-sizing:               border-box;
	box-sizing:                  border-box;
	-webkit-border-radius:       0px;
	-moz-border-radius:          0px;
	border-radius:               0px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	/*-webkit-box-shadow : #ED5C33 0 0 4px !important;
	-moz-box-shadow    : #ED5C33 0 0 4px !important;
	box-shadow         : #ED5C33 0 0 4px !important;*/
	-webkit-border-radius: 20px;
	-moz-border-radius:    20px;
	border-radius:         20px;
}

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

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

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

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

input[type="submit"], button, .button {
	padding:                     10px 41px 10px !important;
	background-repeat:           repeat-x;
	border:                      2px solid #FFFFFF;
	display:                     inline-block;
	font-size:                   12px;
	line-height:                 15px !important;
	-webkit-border-radius:       50px;
	-moz-border-radius:          50px;
	-o-border-radius:            50px;
	-ms-border-radius:           50px;
	border-radius:               50px;
	color:                       #FFFFFF !important;
	background:                  rgba(255, 255, 255, 0);
	font-weight:                 bold;
	text-transform:              uppercase;
	cursor:                      pointer;
	vertical-align:              middle;
	width:                       auto !important;
	-webkit-backface-visibility: hidden;
	-moz-transition:             background .25s ease;
	-webkit-transition:          background .25s ease;
	transition:                  background .25s ease;
}

input[type="submit"]:hover, button:hover, .button:hover {
	color:            #0054A6 !important;
	background-color: rgba(255, 255, 255, 1);
}

.lt-ie9 input[type="submit"]:hover, button:hover, .button:hover {
	color:            #0054A6 !important;
	background-color: #FFFFFF;
}

input[type="submit"]:active, button:active, .button:active {
	background-color: rgba(255, 255, 255, 0.8);
	background-image: none;
	outline:          0;
}

.lt-ie9 input[type="submit"]:active, button:active, .button:active {
	background-color: #EEEEEE;
	background-image: none;
	outline:          0;
}

input[type="submit"].right_arrow, button.right_arrow, .button.right_arrow, input[type="submit"].right_email, button.right_email, .button.right_email, .question_bttn, .question_bttn {
	padding: 10px 41px 5px !important;
}

input[type="submit"].right_arrow:after, button.right_arrow:after, .button.right_arrow:after {
	content:        url("/images/backgrounds/button_arrow_r.png");
	margin-left:    10px;
	vertical-align: middle;
	margin-top:     -2px;
	display:        inline-block;
}

input[type="submit"].right_arrow:hover:after, button.right_arrow:hover:after, .button.right_arrow:hover:after {
	content: url("/images/icons/blue-ic-arrow.png");
}

input[type="submit"].right_email:after, button.right_email:after, .button.right_email:after {
	content:        url("/images/icons/email_ic_white.png");
	margin-left:    10px;
	vertical-align: middle;
	margin-top:     -2px;
	display:        inline-block;
}

input[type="submit"].right_email:hover:after, button.right_email:hover:after, .button.right_email:hover:after {
	content: url("/images/icons/email_ic_white_hover.png");
}

input[type="submit"].maroon_button.right_email:after, button.maroon_button.right_email:after, .button.maroon_button.right_email:after {
	content: url("/images/icons/email_ic_grey_small.png");
}

input[type="submit"].maroon_button.right_email:hover:after, button.maroon_button.right_email:hover:after, .button.maroon_button.right_email:hover:after {
	content: url("/images/icons/email_ic_white.png") !important;
}

.maroon_button {
	color:        #0053A6 !important;
	border-color: #0053A6 !important;
}

.maroon_button:hover {
	color:        #FFFFFF !important;
	border-color: #0053A6 !important;
	background:   #0053A6 !important;
}

.question_bttn:after {
	content:        url("/images/icons/question_maroon_ic.png");
	margin-left:    10px;
	vertical-align: middle;
	margin-top:     -2px;
	display:        inline-block;
}

.question_bttn:hover:after, .question_bttn:active:after {
	content: url("/images/icons/question_white__ic.png");
}

.quote_button {
	padding: 6px 41px 3px !important;
}

.quote_button:after {
	content:        url("/images/icons/plane-ic-white.png");
	margin-left:    10px;
	vertical-align: middle;

	display:        inline-block;
}

.quote_button:hover:after, .quote_button:active:after {
	content: url("/images/icons/plane-ic-yellow.png");
}

.portfolio_button {
	padding: 10px 41px 5px !important;
}

.portfolio_button:after {
	margin-left:    10px;
	vertical-align: middle;
	display:        inline-block;
	content:        url("/images/icons/portfolio_ic_small.png");
}

.portfolio_button:hover:after {
	content: url("/images/icons/portfolio_ic_small_blue.png");
}

/* ================================= */
/* 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:     #FF8D91;
	background-color: #FFF8FD;
	color:            #FF8D91;
	font-size:        15px;
	text-align:       left;
}

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

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

.error_box ul li {
	list-style: none !important;
}

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

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

.msg_box {
	position:     relative;
	margin:       20px 0;
	padding:      10px 10px 10px 45px;
	width:        640px;
	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:       #FFFFFF;
	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: #FFFFFF !important;
	color:        #FFFFFF;
	font-size:    11px;
	margin-top:   4px;
}

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

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

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

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

#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:       #FFFFFF;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-o-box-sizing:      border-box;
	box-sizing:         border-box;
}

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

.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:       #111111;
}

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

/* ================================= */
/* FAQs Module */
/* ================================= */

#content .faqs, #content .faqs li {
	margin:  0;
	padding: 0;
}

#content .faqs {
	margin-bottom: 20px;
}

.faq_title {
	cursor:        pointer;
	background:    #F2F3F3;
	border-bottom: 1px solid #DDDDDD;
	padding:       10px;
	margin:        0;
	font-size:     16px;

	background:    #F2F3F3; /* Old browsers */
	background:    -moz-linear-gradient(top, #F2F3F3 1%, #E8E8E8 100%); /* FF3.6+ */
	background:    -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F2F3F3), color-stop(100%, #E8E8E8)); /* Chrome,Safari4+ */
	background:    -webkit-linear-gradient(top, #F2F3F3 1%, #E8E8E8 100%); /* Chrome10+,Safari5.1+ */
	background:    -o-linear-gradient(top, #F2F3F3 1%, #E8E8E8 100%); /* Opera 11.10+ */
	background:    -ms-linear-gradient(top, #F2F3F3 1%, #E8E8E8 100%); /* IE10+ */
	background:    linear-gradient(to bottom, #F2F3F3 1%, #E8E8E8 100%); /* W3C */
	filter:        progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f3', endColorstr='#e8e8e8', GradientType=0); /* IE6-9 */
}

.faq_title:hover {
	background: #F2F3F3;
}

.faq_title i {
	float:  right;
	margin: 2px 4px 0 0;
}

.faq_content {
	display: none;
	padding: 10px 10px 0;
}

/*
 * 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;
	max-height: none;
}

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

.flexslider li {
	position: relative;
}

.banner_text_wrapper {
	position: absolute;
	top:      20%;
	left:     0px;
	width:    100%;
	height:   80%;
}

.banner_text_wrapper .container_24 {
	position: relative;
}

.banner_text_wrapper .banner_text {
	position: relative;
	top:      0px;
	left:     0px;
}

.banner_text {
	text-align: left;
	display:    block;
	position:   absolute;
	top:        27%;
	left:       4%;
}

.banner_text h2 {
	font-size:   35px;
	line-height: 39px;
	color:       #000000
}

.banner_text p {
	font-weight:   bold;
	margin-bottom: 15px;
}

/* 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:gallery_first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:     0px;
	background: transparent;
	position:   relative;
	zoom:       1;
	overflow:   visible;
}

.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;
}

.flexslider.multiple .slides li {
	margin-right: 20px;
}

.carousel li {
	margin-right: 5px
}

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

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

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
	overflow:   hidden;
	text-align: center;
}

.flexslider.slide_crop .slide {
	float:             none;
	display:           inline-block;
	height:            auto;
	width:             auto;
	min-width:         100%;
	max-width:         190%; /* Adjust this value to set the cutoff point */
	float:             left;
	position:          relative;
	left:              50%;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop .slide {
	/* Center the banner for older browsers like IE8. */
	width:       1900px; /* Set to the slide width */
	left:        -950px; /* Half of the slide width */
	margin-left: 50%;
}

/* Direction Nav */
.flex-direction-nav li {
	position: static;
	height:   0px;
}

.flex-direction-nav a {
	width:       24px;
	height:      100%;
	margin:      0;
	padding:     0px 0px;
	display:     block;
	position:    absolute;
	z-index:     99;
	top:         0px;
	cursor:      pointer;
	text-indent: -9999px;
	opacity:     0;
	transition:  all .3s ease;
}

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next {
	background: url(/images/backgrounds/direction_nav_next.png) no-repeat center center;
	right:      0px;
}

.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev {
	background: url(/images/backgrounds/direction_nav_prev.png) no-repeat center center;
	left:       0px;
}

.direction_outside .flex-direction-nav .flex-next {
	z-index: 99;
	right:   auto;
	left:    100%;
}

.direction_outside .flex-direction-nav .flex-prev {
	z-index: 99;
	left:    auto;
	right:   100%;
}

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev {
	background-size: 12px 24px;
	width:           12px;
	height:          24px;
	top:             auto;
	bottom:          10%;
	right:           4%;
	left:            auto;
	opacity:         1;
	padding:         0px 10px;
}

.direction_fixed .flex-direction-nav .flex-prev {
	margin-right: 30px;
}

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
	opacity: 1;
	padding: 0px 10px;
}

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

/* Control Nav */
.flex-control-nav, #copy .flex-control-nav {
	position:   absolute;
	z-index:    99;
	bottom:     10%;
	left:       4%;
	text-align: center;
	margin:     0px 5px;
}

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 {
	position:   relative;
	z-index:    99;
	top:        -50px;
	bottom:     auto;
	bottom:     auto;
	left:       auto;
	text-align: center;
	margin:     0px auto;
	height:     0px;
	text-align: left;
}

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav {
	padding:  5px 0px;
	margin:   0px auto;
	position: relative;
	top:      auto;
	right:    auto;
	bottom:   auto;
	left:     auto;
}

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

.flex-control-paging li a {
	width:                 10px;
	height:                10px;
	display:               block;
	background:            #FFFFFF;
	cursor:                pointer;
	text-indent:           -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius:    20px;
	-o-border-radius:      20px;
	border-radius:         20px;
}

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

.flex-control-paging li a.flex-active {
	cursor:     default;
	box-shadow: none;
	position:   relative;
	background: #EEC718; /* Old browsers */

}

.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;
}

/* ================================= */
/* Colorbox Theme */
/* ================================= */
#cboxOverlay {
	background: #000000;
	opacity:    0.9;
	filter:     alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow:   visible;
}

.cboxIframe {
	background: #FFFFFF;
}

#cboxError {
	padding: 50px;
	border:  1px solid #CCCCCC;
}

#cboxLoadedContent {
	background: #FFFFFF;
	padding:    1px;
}

#cboxLoadingGraphic {
	background: url(images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #000000;
}

#cboxTitle {
	position: absolute;
	top:      -22px;
	left:     0;
	color:    #000000;
}

#cboxCurrent {
	position:    absolute;
	top:         -22px;
	right:       205px;
	text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:      0;
	padding:     0;
	margin:      0;
	overflow:    visible;
	text-indent: -9999px;
	width:       25px !important;
	height:      25px;
	position:    absolute;
	top:         -25px;
	background:  url(images/colorbox/controls.png) no-repeat 0 0;
	padding:     0 !important;
}

button#cboxPrevious, button#cboxNext, button#cboxSlideshow, button#cboxClose {
	border:             none !important;
	outline:            none !important;
	-webkit-transition: none !important;
	-ms-transition:     none !important;
	-moz-transition:    none !important;
	-o-transition:      none !important;
	transition:         none !important;
	background-color:   none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	-o-box-shadow:      none;
	-ms-box-shadow:     none;
	box-shadow:         none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	background-position: 0px 0px;
	right:               44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right:               22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right:               0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right:               44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right:               44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

/**********************
    Book Online /
    Quick Quote
**********************/

.quote_bg {
	background-image: url(/images/banners/quote_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#homeBanner .chunky_form,
.quote_bg .chunky_form {
	color: #ffffff;
}

#homeBanner .chunky_form {
	padding: 50px 0px;
}

#homeBanner .chunky_form h1,
.quote_bg .chunky_form h1 {
	font-family: 'Proxima N W01 Bold', Arial;
}

.quote_bg #quote_total,
.quote_bg #review_price {
	border-color: #ffffff;
	color: #ffffff;
}

#location_search_form {
	/*min-height: 200px;*/
}

.form_section {
	text-align: center;
}

.loading_popup {
	font-size: 36px;
	color:     #EEC718;
}

.form_section label {
	text-align: left;
	display:    block;
}

.form_section input[type="text"] {
	padding: 20px;
}

.review_table tbody {
	text-align: left;
}

.review_table th {
	padding-right: 15px;
}

.nav-steps {
	overflow: hidden;
	width:            100%;
	border-top-color: transparent;
	padding:          0px;
	margin-bottom:    0px;
}

.nav-steps .nav-wrap {
	background: #333132;
	margin:     0 auto;
	position:   relative;
}

.nav-steps .nav-wrap:after, .nav-steps .nav-wrap:before {
	position:   absolute;
	right:      100%;
	left:       -9999px;
	content:    '';
	top:        0;
	bottom:     0;
	background: #4c4c4c;
}

.nav-steps .nav-wrap:after {
	right:      -9999px;
	left:       100%;
	background: #333132;
}

.nav-steps ul {
	margin:         0;
	padding:        0;
	list-style:     none;
	overflow:       hidden;
	background:     #333132;
	font-size:      0;
	line-height:    0;
	letter-spacing: -4px;
}

.nav-steps ul li {
	text-align:     center;
	font-size:      16px;
	line-height:    20px;
	font-weight:    300;
	position:       relative;
	letter-spacing: 0;
	display:        inline-block;
	vertical-align: top;
	cursor:         pointer;
	min-height:     91px;
	background:     #333132;
	max-width:      16% !important;
}

.nav-steps ul li:first-child {
	/*
	text-align:  right;
	font-size:   20px;
	line-height: 24px;
	*/
	background:  #4c4c4c !important;
}

.nav-steps ul li:before, .nav-steps ul li:after {
	position:     absolute;
	right:        -26px;
	top:          50%;
	content:      '';
	width:        0;
	height:       0;
	border-style: solid;
	border-width: 22px 0 22px 26px;
	border-color: transparent transparent transparent #4c4c4c;
	margin-top:   -22px;
	z-index:      5;
}

.nav-steps ul li:after {
	border-color: transparent transparent transparent #333132;
	right:        -24px;
	z-index:      9;
}

.nav-steps ul li.last-child:before, .nav-steps ul li.last-child:after {
	display: none;
}

.nav-steps ul li:first-child:before {
	border-color: transparent transparent transparent #333132 !important;
}

.nav-steps ul li:first-child:after {
	border-color: transparent transparent transparent #4c4c4c !important;
}

.nav-steps ul li:hover, .nav-steps ul li.completed {
	background: #4c4c4c;
}

.nav-steps ul li:hover:after, .nav-steps ul li.completed:after {
	border-color: transparent transparent transparent #4c4c4c;
}

.nav-steps ul li.completed:before {
	border-color: transparent transparent transparent #333132;
}

.nav-steps ul .step-holder {
	display: table;
	width:   100%;
	height:  100%
}

.nav-steps ul li.last-child {
	background:  #333132;
	/*
	font-size:   20px;
	line-height: 24px;
	*/
}

.nav-steps ul .step-holder .wrap {
	display:        table-cell;
	vertical-align: middle;
	padding:        12px 5px 12px 35px;
}

.nav-steps ul .step-holder .wrap span {
	z-index: 20;
	position: relative;
	left: 10px;
	color: #ffffff;
}

.nav-steps ul .step-holder .wrap .completed {
	text-transform: capitalize;
	display:        block;
	text-align:     center;
	font-size:      16px;
	font-weight:    600;
	line-height:    20px;
	color:          #6C6869;
	margin-top:     8px;
}

.nav-steps ul li .active, .nav-steps ul li .next {
	width:         0;
	height:        0;
	display:       block;
	border-style:  solid;
	border-width:  8px 7px 0 7px;
	border-color:  #FCEA78 transparent transparent transparent;
	border-radius: 2px;
	font-size:     0;
	line-height:   0;
	position:      relative;
	text-align:    left;
	overflow:      hidden;
	left:          50%;
	margin-top:    17px;
	margin-left:   -7px;
}

.nav-steps ul li.active .active {
	border-color: #F15A25 transparent transparent transparent;
}

.nav-steps ul a {
	color: #B2AFB0;
}

.nav-steps ul li.active a, .nav-steps ul li:hover a {
	text-decoration: none;
	color:           #B2AFB0;
}

ul#steps {
	margin: 0 auto !important;
}

ul#steps li {
	margin:  0 !important;
	padding: 0 !important;
	width:   16.66667%;
}

.nav-steps ul li:before, .nav-steps ul li:after {
	border-width: 45.5px 0 45.5px 26px;
	margin-top:   -45.5px;
}

#quote_total,
#review_price {
	color: #0054a6;
	font-family: 'Proxima N W01 Bold', Arial;
	font-size: 1.5em;
	border-top: 2px solid #0054a6;
	border-bottom: 2px solid #0054a6;
	padding: 0.3em 0px;
	display: inline-block;
	min-width: 70%;
	margin: 20px 0px 40px 0px;
}

#review_price {
	width: 100%;
}

.chunky_form {
	font-size: 40px;
	color: #555555;
	padding: 100px 0px;
}

.chunky_form h1 {
	font-size: 1.5em;
	color: inherit;
	font-family: 'Proxima N W01 Reg', Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin-bottom: 0px;
}

.chunky_form p {
	font-size: 0.6em;
	margin-bottom: 1.66667em;
}

.chunky_form label {
	font-size: 0.4em;
	text-align: left;
}

.chunky_form input,
.chunky_form .form_section input {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #555555;
	margin-bottom: 20px;
}

.chunky_form input,
.chunky_form input:focus {
	border-radius: 0px;
}

.chunky_form .button {
	padding: 0.5em 0px !important;
	width: 100% !important;
	color: #ffffff !important;
	border-radius: 3em;
	text-transform: uppercase;
	font-family: 'Proxima N W01 Bold', Arial;
	font-size: 1em;
	line-height: 1.5 !important;
	border: 0px none transparent;
	margin-bottom: 20px;
	text-align: center;
	background: #0054a6;
	background-image: -webkit-linear-gradient(top, #007bca 0%, #0054a6 100%) !important;
	background-image: linear-gradient(to bottom, #007bca 0%, #0054a6 100%) !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.chunky_form .button:hover {
	color: #ffffff !important;
	background-image: -webkit-linear-gradient(top, #0090ec 0%, #0054a6 100%) !important;
	background-image: linear-gradient(to bottom, #0090ec 0%, #0054a6 100%) !important;
}

.chunky_form .button:focus {
	border-radius: 3em;
}

.chunky_form .button.yellow {
	background: #EAC11E;
	background-image: -webkit-linear-gradient(top, #EAC11E 0%, #EE9D1F 100%) !important;
	background-image: linear-gradient(to bottom, #EAC11E 0%, #EE9D1F 100%) !important;
}

.chunky_form table {
	margin: 0px auto 20px auto;
	font-size: 0.6em;
	width: 100%;
}

.chunky_form table td,
.chunky_form table th {
	font-size: inherit;
	line-height: 1.3;
	vertical-align: top;
}

.chunky_form table th {
	text-align: right;
}

.chunky_form table th,
.chunky_form table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.chunky_form .edit_col {
	padding-left: 10px;
	vertical-align: middle;
}

/*
	Google Maps Suggestion dropdowns
*/

.pac-container,
.ui-autocomplete.ui-widget-content {
	background: #0054a6;
	font-size: 18px;
	border: 0px none transparent;
	border-radius: 0px;
}

.pac-container .pac-item,
.ui-autocomplete.ui-widget-content .ui-menu-item {
	margin: 0px;
	border: 0px none transparent;
	color: #ffffff;
	padding: 12px 30px;
	font-family: 'Proxima N W01 Reg', Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: inherit;
}

.pac-container .pac-item:hover,
.ui-autocomplete.ui-widget-content .ui-menu-item:hover,
.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus {
	background: #EEC718;
	color: #0054a6;
}

.pac-container .pac-item:active,
.ui-autocomplete.ui-widget-content .ui-menu-item:active,
.ui-autocomplete.ui-widget-content .ui-menu-item.ui-state-focus:active {
	background: #ffffff;
	color: #0054a6;
}

.pac-container .pac-item > span {
	color: inherit;
	opacity: 0.5;
}

.pac-container .pac-item .pac-item-query {
	opacity: 1;
	margin-right: 5px;
	font-size: inherit;
}

.pac-container .pac-item .pac-matched {
	font-family: 'Proxima N W01 Bold';
}

.pac-container .pac-item .pac-icon {
	display: none;
}