/*
Theme Name: Sanibel Trust
Theme URI: http://www.exploritech.com
Author: Exploritech, Inc.
Author URI: http://www.exploritech.com/
Version: 10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Alignments

 */


/**
 * 1.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}



#divForm{ text-align:left; padding:25px 25px 0 25px;     width: 910px;
    max-width: 100%;}
#divForm h2{ font-size: 35px;
    line-height: 38px; display:block;}
#divForm h4{ display:block;     line-height: 28px;
    font-size: 28px;}
#divForm h5{ display:block;     line-height: 30px;
    font-size: 21px;}
	
	
	
	#divForm1{ text-align:left; padding:25px 25px 0 25px;     width: 9100px;
    max-width: 100%;}
#divForm1 h2{ font-size: 35px;
    line-height: 38px; display:block;}
#divForm1 h4{ display:block;     line-height: 28px;
    font-size: 28px;}
#divForm1 h5{ display:block;     line-height: 30px;
    font-size: 21px;}
.fancybox-wrap{ margin:0 auto!important; left:0!important; max-width:910px; right:0 !important;}
.fancybox-inner{ width:100% !important;}
a.btnlink {
        display: inline-block;
    background: #006e51;
    font-family: 'RelishProMedium';
       color: #dbc79d !important;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 20px;
}
a.btnlink img {
    vertical-align: sub;
    max-height: 28px;
    margin-right: 10px;
}
ul.logo_company {
    clear: both;
	    margin-left: 0;
    margin-top: 50px;
}
img#fft2 {
    max-height: 76px;
}
ul.logo_company li span {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #4a4030;
    margin-top: 10px;
}
ul.logo_company li {
   
    display: inline-block;
	position:relative;
	    margin: 0 25px;
}
ul.logo_company li:first-child {
    margin-left: 0;
	vertical-align: top;
}
ul.logo_company li:last-child:after{
	display:none;
}
ul.logo_company li:after {
    background: url(images/seapline.png) no-repeat right top!important;
    content: "";
    width: 4px;
    height: 83px;
    position: absolute;
    display: inline-block;
    top: 0;
	right: -25px;
}
ul.logo_company li span {
    display: block;
}
/*#divForm a:last-child{ margin:15px auto 0; display:block; width:250px; text-align:center; color:#fff; font-weight:bold; font-size:22px; text-transform:uppercase; background:#3c7ca3; padding:15px 0;}*/
.fancybox-close {
    background: url(images/close-pop.png) no-repeat right top!important;
    width: 35px!important;
    height: 35px!important;
    right: 10px!important;
    top: 10px !important;
    background-size: 100% !important;
	
}

#divForm1 p{
	margin-bottom:10px;
}
.fancybox-skin{ background:#fff !important;}

.fancybox-skin{
	background:#fff url(images/bg1.png) no-repeat right bottom !important;
}

@media only screen and (max-width: 767px) {
	
	#divForm{   padding: 10px;}
	
	#divForm p {
    font-size: 14px;
    line-height: 22px;
	}
	#divForm h2 {
    font-size: 20px;
    line-height: 27px;
	}
	#divForm h4{
		    font-size: 18px;
    line-height: 20px;
	}
	#divForm h5{
		    font-size: 16px;    margin-bottom: 10px;
	}
	a.btnlink{
		    font-size: 14.26px;
    
    padding: 10px 15px;
	}
	a.btnlink img {
   
    max-height: 23px;
}
ul.logo_company{
	    margin-top: 10px;
    text-align: center;
}
ul.logo_company li{
	margin:0;
	margin-bottom:15px;
}
ul.logo_company li:after{
	display:none;
}
}