/*======================================================
Screen Style Sheet
Capstone Logistics
------------------------------------------------------
Author(s): Melody Tran
Created: 4/8/2019


======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");

/* Start General */
*{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:0px;height:0px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1200px;margin:0 auto;}
a,input,textarea,button,.button,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}


body {
	color:#49494a;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	margin:0 !important;
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}


/* Start Scaffolding */

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
  width: 33.33%;
}

.w40{
	width: 40%;
}

.w50 {
  width: 50%;
}

.w60{
	width: 60%;
}

.w66{
	width: 66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.block{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
	position: relative;
}
.block .nested .block{
	padding-top:0;
	padding-bottom:0;
}
.block .nested .block.extrapadding-bottom{
	padding-bottom:30px;
}
.block .nested .block:first-child{
	padding-top: 0;
}
.block .richtext + .nested .block{
	padding-top:20px;
}
.block .nested + .nested{
	padding-top:20px;
}
.block .nested .block .column:first-child{
	padding-left:0;
}
.block .nested .block .column:last-child{
	padding-right:0;
}
.block.full{
	max-width: 100%;
}
.block.full{
 	padding-left: calc(50vw - 600px);
 	padding-right: calc(50vw - 600px);
}
.block.full.column-has-bg .column:first-child{
    padding-left: calc(50vw - 600px);
}
.block.full.column-has-bg .column:last-child{
    padding-right: calc(50vw - 600px);
}
.block.verticalAlign{
	align-items: center;
}
.block.nopadding{
	padding-top:0;
	padding-bottom: 0;
}
.block.nopadding-bottom{
	padding-bottom: 0;
}
.block.extrapadding{
	padding-top:50px;
	padding-bottom:50px;
}
.block.has-bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.block.full.has-bg:not(.block-1){
	min-height:450px;	
	padding-top:100px;
	padding-bottom:100px;
}
.block.has-bg.auto-height{
	min-height:inherit !important;
}
.block.full.column-has-bg {
    padding-left:0;
    padding-right:0;
}
.block.column-has-bg{
	padding-top:0;
	padding-bottom:0;
}

.block.column-has-bg .column{
	padding-top: 30px;
	padding-bottom: 30px;
}

.block .column{
	background-size: cover;
	display: block;
    flex-direction: column;
}
.block .nested .block .column.w100 h2,
.block .nested .block .column.w100 h4{
	max-width: inherit;
}
.block .column:not(:first-child){
	padding-left: 40px;
}

.block .column:not(:last-child){
	padding-right: 40px;
}

.block .column:last-child{
	margin-right: auto;
}


/* End Scaffolding */
.quote {
	border-left:none;
	padding:10px 0 0 50px;
	position:relative;
}
.quote:before {
	content:"\201C";
	color:#fd8587;
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.quote .content {
	font-size:1.4em;
	display:block;
}
.quote .source {
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before {
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}


/* ***************************************** Primary Navigation */

@media only screen and (min-width:1200px) {
	#primary-nav-responsive{
		display: none;
	}
	.primary-nav a{
		font-family: 'Lato', sans-serif;
	}
	.primary-nav > li {
	    line-height: 106px;
	    height: 106px;
	    margin: 0;
	    padding: 0 15px;
	    float: left;
	    display: block;
	}
	.primary-nav > li > a {
	    color: #49494a;
	    font-size: 16px;
	    font-weight: 700;
	    display: inline-block;
	}
	.primary-nav > li > a:hover{
		color:#1271b9;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.primary-nav > li.parent > a + i.fa-sort-down {
	    display: inline-block;
	    margin-left: 3px;
	}
    .primary-nav > li > .fullwidth,
    .primary-nav .fullwidth ul li i.fa-sort-down,
    .primary-nav .fullwidth .fullwidth .last-block,
    .primary-nav h5{
	    display: none;
    }
	.primary-nav > li > .fullwidth >.constrain > h5 {
	    display: block;
	    width: 40%;
	    color: #fff;
	    margin: 0 0 20px 20px;
	    font-size:13px;
	    font-weight: 700;
	}
	.primary-nav > li > .fullwidth >.constrain > h5 a{
		color:#6bbfff;
	}
	.primary-nav > li > .fullwidth {
	    background: #3d5870;
	    width: 600px;
	    padding: 40px 0;
	    position: absolute;
	    z-index: 10;
	    min-height: 280px;
	}
	.primary-nav > li#navid-25 > .fullwidth/*,
	.primary-nav > li#navid-29 > .fullwidth*/{
	    right:0;
	}
	.primary-nav > li > .fullwidth > .constrain{
		width: 100%;
		position: relative;
	}
	.primary-nav > li > .fullwidth > .constrain > ul{
		width: 49%;
		display: inline-block;
		vertical-align: top;
		padding:0 20px;
	}
	.primary-nav > li > .fullwidth > .constrain > ul > li {
	    display: block;
	    padding-right: 25px;
	    line-height: 1;
	    margin-bottom: 10px;
	}
	.primary-nav > li > .fullwidth .last-block{
		width: 50%;
		position: absolute;
		right:0;
		top:0;
		padding:0 20px;
		border-left:1px solid #677382;
	}
	.primary-nav > li > .fullwidth .last-block img{
		width: 200px;
		margin-bottom:20px;
	}
	.primary-nav > li > .fullwidth .last-block p{
	    font-size: 13px;
        font-weight: 700;
        line-height: 1.71;
    }
    .primary-nav > li > .fullwidth .last-block a{
	    color:#fff;
	    text-transform: capitalize;
	    font-size:13px;
	    font-weight: 700;
    }
	.primary-nav > li > .fullwidth ul li a{
		color:#fff;
		font-size:13px;
		font-weight: 700;
		line-height: 1;
	}
	.primary-nav .fullwidth a:hover{
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.primary-nav .fullwidth .fullwidth{
		padding-left:20px;
		margin-bottom:20px;
	}
	.primary-nav .fullwidth .fullwidth li{
		line-height: 0.7;
		margin:10px 0;
	}
}

/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content,
.image-bg .text-blocks{
	color:#ccc;
	color:rgba(255,255,255,0.8);
}
.text-tabs.dark-bg .tab-title {
	color:#fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color:#2bc271 !important;
	cursor:pointer;
}
.bullet-tabs .tab-title span {
	line-height:1.2;
	vertical-align:middle;
}
.bullet-tabs .tab-title .title {
	display:inline-block;
}
.bullet-tabs .tab-title .bullet {
	background:#888;
	border:6px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:-31px;
}
.bullet-tabs .tab-title:before {
	content:"";
	height:100%;
	width:30px;
	display:block;
	position:absolute;
	top:0;
	left:-30px;
}
.bullet-tabs .tab-title.current .bullet {
	background:#fff;
	border:2px solid #0065aa !important;
	height:18px;
	width:18px;
	top:9px;
	left:-30px;
}

.text-tabs .tabs-menu-wrapper {
	margin:0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
	color:#888;
}
.text-tabs .tab-title {
	margin-right:10px;
	padding:5px;
	display:inline-block;
}
.text-tabs .tab-title.current {
	color:#f56c6e !important;
	font-weight:bold;
}
.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	border: 1px solid #89c2dc;
	padding: 32px;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .nav-tabs li{
	margin-right:-3px;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #292b2c;
}
.tabbed-content .nav-tabs li.active a{
	background-color: #89c2dc;
}
.tabbed-content .nav-tabs a:hover{
	border: 1px solid #89c2dc;
    border-bottom-color: transparent;
    background-color: #eeeeee;
}
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel-heading{
	padding:0;
	border: 1px solid #3d5870;
	border-radius: 0;
	background-color: white;
}
.panel-group .panel-heading a{
	padding: 10px 15px 10px 40px;
	display: block;
	position: relative;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
}
.panel-group .panel-heading a[aria-expanded="true"]{
	background-color: #1271b9;
	color: #fff;
}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 15px;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border: 1px solid #3d5870;
	border-radius: 0;
}
.panel-group .content-block{
	padding: 0;
}

/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:300px;
	width:100%;
	max-width: 520px;
	margin:0 auto 20px;
	padding:0 40px;
	display:block;
	position:relative;
}
.video .play {
	margin-top:-45px;
	margin-left:-30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.video .play i {
	font-size:40px;
	line-height:60px;
	border:2px solid #ccc;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	height:60px;
	width:60px;
	margin:0 auto 10px;
	display:block;
}
.video:hover .play i {
	color:#666;
	background:#ccc;
}
.video .play i:before {
	position:relative;
	left:3px;
	top: -2px;
}
.video-block .subtitle {
	color:#888;
	font-size:0.9em;
	margin-bottom:0;
}

/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* ****************************************** Forms */
#form-contact{
    width: 100%;
    height: 846px;
    border: none;
}
#form-owner{
    width: 100%;
    height: 1200px;
    border: none;	
}
#form-carrier{
    width: 100%;
    height: 1065px;
    border: none;	
}
#form-signup{
    width: 100%;
    height: 1200px;
    border: none;		
}
.forms .fieldset{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.forms .input-group{
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-bottom:15px;
    max-width: 50%;
}
.forms .input-group.w100{
    max-width: 100%;
}


.forms input[type=text], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select{
	color:#49494a !important;
	font-size:14px;
	line-height:35px !important;
	background:#fff;
	border:1px solid #d7d8d8;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width:100%;
	height:35px;
	margin:0;
	padding:0 10px;
	display:block;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms #file-uploader-image:focus,
.forms .select-border:focus{
	border-color: #1271b9;
}
.forms select,
.forms select:focus{
	border: 1px solid #d7d8d8;
}
.forms .select-border{
	border: 1px solid #3d5870;
}
.forms textarea {
	line-height:1.4 !important;
	height:96px !important;
}
.forms label{
	color: #49494a;
	font-size: 16px;
	font-weight: 400;
}
.forms label .required{
	color: #007bab;
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	border-color: #292b2c;
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
	color: #c50000;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 30px;
	height: 36px;
	line-height: 36px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 5 Pro";
	color: #292b2c;
	font-size:15px;
}
.forms .qq-upload-button:before{
	content:'\f0c6';
}
.forms .qq-clear-button:before{
	content:'\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: transparent; 
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{
	color: #89c2dc;
}
.forms .errorMessage{
	background-color: #c50000;
	color: white;
	padding: 8px 8px 5px 8px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}

/* Shifty Forms */

/*
.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
} 
*/

/* Custom Selects, Checkboxes & Radios */

/*
.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #292b2c;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
*/
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 4px;
    line-height: 30px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #d7d8d8;
    border: 1px solid #d7d8d8;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
    display: block;
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #da3037;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}

/* Gallery & Carousels */
.gallery{
	clear:both;
	position: relative;
	max-width: 100%;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
    margin:10px 8px;
    float:left;
}

.gallery.fullwidth .img-wrapper{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-col .img-wrapper{
    width:48%;
}
.gallery.three-col .img-wrapper{
    width:31%;
}
.gallery.four-col .img-wrapper{
    width:23%;
}
.gallery.five-col .img-wrapper{
    width:18%;
}

.img-wrapper{
	position: relative;
	text-align: center;
	margin-bottom:10px;
}
.block.verticalAlign .img-wrapper{
	margin:0;
}
.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 20px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 20px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
}

a.img-wrapper:focus{
	outline: 0;
}

a.img-wrapper p{
	color: #292b2c;
}

.img-wrapper p.img-caption-in{
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.img-wrapper p.img-caption-out{
	padding: 10px 15px;
}

.img-wrapper:before {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.gallery .caption {
	font-size: 0.9em;
	text-align:center;
	margin: 0;
	padding:10px 0;
	display:block;
}
.gallery.caption-inner .caption{
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.gallery.slider{
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper{
	margin:0;
}

.gallery.slider img{
	margin: 0 auto;
	display: block;
}

.gallery.slider .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: white;
}

.gallery.slider .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: white;
}
.gallery.carousel .slick-slide img {
    margin: 0 auto;
}
.gallery.carousel .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: #292b2c;
}

.gallery.carousel .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: #292b2c;
}

.slick-dots li button:before{
	font-size: 14px;
}

/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog {
    width: 450px;
    margin: 14% auto 0;
}
.modal-content {
    border-radius: 0;
    padding: 30px;
}
.modal .close {
    border-radius: 0;
    position: absolute;
    right: 28px;
    top: 22px;
    font-size: 16px;
    width: 30px;
    font-weight: 400;
    height: 30px;
    color: black;
    opacity: 1;
    z-index:99;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}

/* ************ Blog ************ */

/*
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}
*/

/* ************ PDF Buttons ************ */
.pdf-ctas a{
	margin-bottom:40px;
}
.pdf-ctas .button + .button{
	margin-left:20px;
}
.pdf-iframe {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.pdf-iframe .default {
		display: none;
	}
	.pdf-iframe .resp {
		display: block !important;
	}
}
_:-ms-fullscreen .pdf-iframe .default,
 :root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
 :root .ie11up .pdf-iframe .resp {
	display: block !important;
}

/* ************ File Downloads ************ */

.files{
	margin:25px 0;
	padding:0;
	width: 80%;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
.files li a{
	color: #fff;
	background: #3d5870;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 10px;
	display:block;
	text-align: right;
	font-size: 15px;
	text-transform: uppercase;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
	border-color: #292b2c;
}
.files li a:hover{
	background:#49494a;	
}
.files .title{
	color: #fff;
	font-weight: bold;
	float: left;
}
.files .icon-download:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	color: #fff;
	font-weight: 200;
	margin-right:10px;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f15b';
	color: #fff;
	font-weight: 200;
	margin-right: 5px;
}
.files .icon-pdf:before{
	content:'\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before{
	content:'\f1c2';
}
.files .icon-txt:before{
	content:'\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before{
	content:'\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before{
	content:'\f1c4';
}
.files .extension{
	text-transform: uppercase;
	padding: 0 14px;
	color:#fff;
}
.files .filesize{
	padding: 0 14px;
	color:#fff;
}
.files .filesize:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f3fd';
	margin-right: 5px;
	color: #fff;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
}

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color: #292b2c;
	font-size: 15px;
	padding: 5px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}

/* ************ Map ************ */
#map{
	height: 400px;
}
#map .infowindow-bg{
	background-color: white;
	display: block;
    width: 100%;
    height: 100%;
}
#map .infowindow-bg:before{
	content:'';
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#map .infowindow-bg div{
	border: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	box-shadow:none !important;
	background-color: transparent !important;
}
#map .infowindow{
	background-color: white;
}
#map ul{
	margin: 0;
	padding: 0;
}
#map ul li{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #292b2c;
	line-height: 20px;
	position: relative;
}
#map ul li i{
	font-weight: 400;
	position: absolute;
	left: 1px;
	top:4px;
}
#map .title{
	text-transform: uppercase;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}

#map .address,
#map .phone,
#map .fax{
	padding-left: 30px;
}

/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}
.zoho-form .checkboxes .checkbox, .custom-form-container .checkboxes .checkbox {
	    display: inline-flex !important;
}
/* ****************************************** Sidebar */
/*

/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}

#update-browser{
	display: none;
}

/* --- IE ---- */

@media all and (-ms-high-contrast:none){
     .button.default-white-btn, 
     .button.default-blue-btn{
         border-bottom-style: none !important;
         border-bottom-width: 0 !important;
         text-decoration: underline !important;
     }
     .homeBkt .bucket{
        align-items: initial !important;
        justify-content: normal !important;
     }
     .singleBkt .bucket .content{
        align-items: stretch !important;
        justify-content: normal !important;
     }
}

#home-banner h2,#home-banner .h2 {
    font-size: 48px !important;
}
.tpl-3 h6.heading,.tpl-5 h6.heading,.tpl-2 h6.heading,.tpl-4 h6.heading  {
    font-size: 48px !important;
}

.tpl-5 h1.heading-large,.tpl-11 h1.heading-large { 
	font-size: 48px !important;
}

.tpl-3 h1.heading,.tpl-5 h1.heading.tpl-2 h1.heading {
    font-size: 36px;
}

#id-1 h1 {
    font-size: 36px !important;
}
body #jump-form{
    top:0 !important;
    visibility:visible !Important;
}

.forms select.required {
    padding: 5px;
    border: 1px solid #d7d8d8;
}

.page-7 .tabbed-content .nav-tabs a, .tabbed-content .nav-tabs li.active a {
border: 1px solid #89c2dc;
	border-bottom-color: transparent;
	border-radius: 0;
	color: #292b2c;
	font-size: 15px;
}

.page-11 .tabbed-content .nav-tabs a, .tabbed-content .nav-tabs li.active a {
border: 1px solid #89c2dc;
	border-bottom-color: transparent;
	border-radius: 0;
	color: #292b2c;
	font-size: 15px;
}

.page-226 .zf-subContWrap ul {
    list-style: none;
    margin-left: -25px;
}

.page-226 .zf-subContWrap {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    background-color: white;
    padding: 20px;
}

.page-226 .block.white-bg {
    background: #ecf0f3 !important;
}

.page-226 #content-wrap {
    background: #ecf0f3 !important;
}

.page-226 .zf-templateWrapper ul {
    list-style: none;
}
#loadDelivered-modal .modal-dialog{
    width: 725px;
    margin: 5% auto 0px;
    height: 626px;
}
#loadDelivered-modal h4{
    font-weight: 800;
    font-size: 17px;
}
#loadDelivered-modal p{
    padding: 0 5px 0;
    font-size:15px;
}
#loadDelivered-modal .close-modal{
    float: right;
    margin: -20px -15px 0 0;
}
#loadDelivered-modal img{
   margin: 10px 0px 25px;
    width: 80%;
}
#loadDelivered-modal a{
    margin: 8px 0 8px;
}

/*Case study request modal and form*/
.casestudy-link:hover {
    cursor:pointer;
}
#caseStudy-modal .modal-dialog {
    width:550px;
}
#caseStudy-modal h2,
#form-success-modal h2{
    font-size:24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 25px;
}
#caseStudy-modal p,
#form-success-modal p{
    font-size:14px;
}
#requestCaseStudyForm label {
    font-size:12px;
}
#header-top .contact-sales .svg-icon.sort-down {
    display:inline;
}
.svg-icon.sort-down,
.svg-icon.sort-down svg{
    margin-left:1px;
    width:12px;
}
.svg-icon.search,
.svg-icon.search svg{
    width:16px;
    fill: #1271b9;
    cursor: pointer;
}
.svg-icon.bars,
.svg-icon.bars svg {
    width:14px;
}
.button.blue-btn:disabled {
    background: #424242;
}
body .block.dark-blue-bg{
    background: #3d5870;
}
.richtext.whitetxt{
    color: #fff;
} 
.heading.white.boldRedtext b{
    color: #f50e02;
}
.block.no-left-padding .column:not(:first-child){
    padding-left: 0;
}
body.tpl-5 #main-content > .block-1.full-reduceHeight > .column {
    min-height: 380px;
}

.cookie-policy {
    bottom:0;
    top:unset !important;
}
}