*{margin:0; padding:0}

body{font-family: 'Source Sans Pro', sans-serif; color:#333; font-size:14px; line-height:22px; font-weight:400}

a {color: #337ab7; text-decoration: none;}

.wrapper{width:960px; margin:0 auto}
tbody{border-top:none}
.node p{margin:0 0 10px 0}

h2 {
    font-size: 16px;    margin-top: 20px;
}

h3 {
    font-size: 14px;
}
h2, h3, h4, h5, h6 {
    color: #00527f;
    font-weight: 600;
    margin-bottom: 2px;
}
h1{color: #00527f;    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;}
.node ul{list-style:inside}

	p{text-align:justify}
p strong{font-weight:600}

#toph{background: #006fad;width:100%;color: #fff; position:relative;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 0;}

	a.logo{z-index:99;display:block; position:absolute; top:-15px; left:50%; margin:0 0 0 -500px; width:90px; height:90px; background:url('../img/logo.png'); background-size:100% 100%}
	
	
#block-system-main-menu{float:left; padding:15px 0 0 90px}
#toph .menu li{list-style:none; display:inline-block; position:relative; margin:0 15px 0 0}
#toph .menu li a{border-radius: 2px;display:block;
    color: #fff;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    padding: 0 15px;}
#toph .menu li:hover a, #toph .menu li a.active{background: #59a1ca; text-decoration:none}

#toph .menu li ul{display:none}
#toph .menu li:hover ul{display:block; position:absolute; top:28px;     background: #00527f;
z-index: 99;
    border: none;
    border-radius: 5px;
    color: #fff;min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;} 
	#toph .menu li:hover ul li{margin:0 0 0 0; list-style:none; padding:0 0 0 0; display:block}
#toph .menu li:hover ul li a{display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
	font-size: 13px;
    line-height: 16px;
    height: 16px;
    color: #fff;background:none;}
#toph .menu li:hover ul li a:hover{background:none; text-decoration:underline}
#toph .menu li.expanded>a:after {content:'';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#block-search-form{float:right; margin:15px 15px 0 0; position:relative}
#block-search-form .form-text{ 
    border: none;
    border-radius: 2px;
    color: #00527f;
    font-size: 10px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 25px 0 10px;
    width: 200px;
    -webkit-box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
    -moz-box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
    box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
}
#block-search-form .form-actions{position:absolute; top:0; right:0;}
#block-search-form .form-submit{
    background: transparent;
    border:none; font-size:0;
    color: #006fad;
    height: 28px;
    
    padding: 0;
    width: 28px;
	
	display: inline-block;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
position:relative; z-index:9;
}

#block-search-form .form-actions:before { color: #006fad;position:absolute; top:5px; right:5px; display:block; z-index:1;
    content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}


.quote-request {
    background: rgba(51, 153, 204, .95);
    color: #fff;
    padding: 15px;
}
.quote-request .title {
    display: block;
    font-size: 22px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 15px;
}

.quote-request .title strong {
    font-size: 23px;
    font-weight: 400;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quote-request .btn.btn-quoterequest {
    background: #cc0000;
    background: -moz-linear-gradient(top, #f55959 50%, #cc0000 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f55959), color-stop(50%,#cc0000));
    background: -webkit-linear-gradient(top, #f55959 50%,#cc0000 50%);
    background: -o-linear-gradient(top, #f55959 50%,#cc0000 50%);
    background: -ms-linear-gradient(top, #f55959 50%,#cc0000 50%);
    background: linear-gradient(to bottom, #f55959 50%,#cc0000 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55959', endColorstr='#cc0000',GradientType=0 );
    border: none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 2px 15px;
    text-transform: uppercase;
    width: 155px;
}



.rightcol.mini{width:700px}
.region-left{width:220px; float:right; margin:0 0 0 20px}


.form-item {margin-bottom: 15px; overflow:hidden}
.form-item label{width:33%; display:block; float:left; margin:0 0 0 0; line-height:30px}
.form-item label.option{width:auto; display: inline-block; margin:0 15px 0 0; float: none;}
.form-item .form-text, .form-item textarea{
    display:block; float:left;
    width: 66%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-textarea-wrapper{display:block; float:left;  width: 66%;}
.form-textarea-wrapper textarea{height:50px; width:100%}
.form-item .form-required{color:#222}
.grippie{display:none}

#edit-submit {
    background: #006fad;
    background: -moz-linear-gradient(top, #006fad 50%, #00527f 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#006fad), color-stop(50%,#00527f));
    background: -webkit-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: -o-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: -ms-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: linear-gradient(to bottom, #006fad 50%,#00527f 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad', endColorstr='#00527f',GradientType=0 );
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 50;
    line-height: 24px;
    padding: 2px 15px;
    text-transform: uppercase;
	    margin: 10px 0 0 33%; cursor:pointer;
}

#block-block-2 {float:right;
    color: #006fad;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}
#block-block-2 i{padding:0 5px 0 0}

.toper{overflow:hidden}

.breadcrumb {float:left;
    background: transparent;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 0;
	
}
#block-block-8{color:#092135;font-size: 12px; float:left; width:300px;
    line-height: 14px;
    margin: 18px 0 18px 90px;}
.breadcrumb a:hover{color:#092135; text-decoration:underline}


#footer {overflow:hidden;
    color: #777777;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px 0;
}
#footer .wrapper{overflow:hidden;}
#block-block-3{border-right: 1px solid #e6e6e6; float:left; width:150px}
#block-block-3 ul li{list-style:none}
#block-block-3 ul li a{color: #777777;}
#block-block-3 ul li a:hover{text-decoration:underline}

#block-block-4{border-right: 1px solid #e6e6e6; float:left; width:380px; padding:0 0 0 40px}
#block-block-5{float:left; width:380px}
#block-block-5 img{margin:0 20px; float:left; width:112px}


.homepage-title {
    margin-bottom: 40px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-sm-4 {
    width: 300px;float: left; padding:0 10px;position: relative;
}

.highlight {
    margin-bottom: 10px;
    padding-bottom: 28px;
}
.highlight img {
    display: block;
    max-width: 100%;
    height: auto;
}

.highlights {
    margin-bottom: 50px; overflow:hidden;
}
.highlights h1{
    margin: 40px 0; font-size:24px;
}
.highlights .highlight h2 {
    margin: 0;
}
.highlight h2 {
    background: #006fad;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 5px 0;
    padding: 5px 15px;
}


.highlight ul {
    list-style: none;
    padding: 0;
}

.highlight .btn.btn-quoterequest {
    background: #828282;
    background: -moz-linear-gradient(top, #828282 50%, #666666 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#828282), color-stop(50%,#666666));
    background: -webkit-linear-gradient(top, #828282 50%,#666666 50%);
    background: -o-linear-gradient(top, #828282 50%,#666666 50%);
    background: -ms-linear-gradient(top, #828282 50%,#666666 50%);
    background: linear-gradient(to bottom, #828282 50%,#666666 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#666666',GradientType=0 );
    border: none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 2px 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 10px;
    right: 10px;
}

.highlight li {
    border-bottom: 1px solid #bfdbea;
    font-size: 15px;
}


.highlight li a {
    display: block;
    height: 29px;
    line-height: 29px;
}
.highlight li a:hover{color:#092135;}
.highlight li a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 29px;
    margin-right: 3px;
    vertical-align: bottom;
}

#node-13{width:940px; margin:0 auto}

.view-slider .views-field-nothing{background: rgb(56, 149, 196); color: #fff; position:absolute; bottom:0; width:100%; height:60px}
.view-slider .views-field-nothing span{width:960px; margin:0 auto; text-align:left; display:block}
.view-slider .views-field-nothing .title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 6px 0 0 0;
}
.view-slider .views-field-nothing .title .subtitle{line-height: 20px;}

.view-slider .views-field-nothing .title:before{
	    content: "\f101";
    font-family: FontAwesome;
    font-size: 27px;
    line-height: 24px;
    margin-right: 5px;
    vertical-align: bottom;
}
.view-slider .views-field-nothing .subtitle:after{
    content: "\f101";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

.region-slider{position:relative}
#block-block-6 {
    position: absolute;
    top: 50%;
    left: 50%;
	margin: -200px 0 0 260px;
    height: 320px;
	z-index:99; width:220px;
}

.quote-request .form-control {
    border: none;
    border-radius: 2px;
    color: #00527f;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
    -moz-box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
    box-shadow: inset 2px 2px 0px 0px rgba(191,219,234,1);
	width:100%
}

.quote-request .btn.btn-signup {
    background: #006fad;
    background: -moz-linear-gradient(top, #006fad 50%, #00527f 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#006fad), color-stop(50%,#00527f));
    background: -webkit-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: -o-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: -ms-linear-gradient(top, #006fad 50%,#00527f 50%);
    background: linear-gradient(to bottom, #006fad 50%,#00527f 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fad', endColorstr='#00527f',GradientType=0 );
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 2px 15px;
    text-transform: uppercase;
    width: 100%;
}
input::-webkit-input-placeholder { color: #00527f;
    font-size: 10px;
    font-weight: 400;}
input:-moz-placeholder { color: #00527f;
    font-size: 10px;
    font-weight: 400;}

	.quote-request hr {
    border-top: 1px solid #9bcbe3;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.bottom {
    background: #f0f0f0;
	overflow:hidden;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}


.view-blog .views-field-title a{font-size:17px}

.view-blog .views-row{margin:0 0 30px 0}


#block-block-7{width: 33%; float:left}
.bottom h3 {
    border-bottom: 1px solid #dadada;
    color: #666;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    padding: 20px 0 10px 0;
}
.bottom .highlight-content {
    margin-top: 24px;
}

.bottom .highlight-content p {
    color: #00527f;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}

.view-last-blog{float:left; margin: 0 0 0 30px; width: 600px;}
.view-last-blog h3 small {
    font-size: 14px;
    float: right;
    line-height: 16px;
    margin-top: 8px;
}
.view-last-blog .views-field-title a{font-weight:500}

.view-slider img{width:100%; height:auto; min-height:620px}