@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Book Antiqua;
    src: url(http://www.stewartinvestors.com/Static/font/BKANT.TTF) format('truetype');
}

@font-face {
    font-family: 'Book Antiqua bold';
    src: url(http://www.stewartinvestors.com/Static/font/ANTQUAB.TTF) format('truetype'), url(http://www.mail-stewartinvestors.com/assets/css/ANTQUAB.woff) format('woff');
}
@font-face {
    font-family: Book Antiqua bold;
    src: url(http://www.stewartinvestors.com/Static/font/ANTQUAB.TTF) format('truetype'), url(http://www.mail-stewartinvestors.com/assets/css/ANTQUAB.woff) format('woff');
}

@font-face {
    font-family: Book Antiqua BI;
    src: url(http://www.stewartinvestors.com/Static/font/ANTQUABI.TTF) format('truetype');
}

@font-face {
    font-family: Book Antiqua I;
    src: url(http://www.stewartinvestors.com/Static/font/ANTQUAI.TTF) format('truetype');
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #efefef;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
	
}
.container.white {
	background-color: #FFFFFF !important;
}
p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 17px;
    line-height: 26px;
	color: #000000;
}
a {
	color:#005844 !important;
	text-decoration: none;
}
/**a:hover {
	color:#005844 !important;
	text-decoration: underline;
}
/**a:visited {
	color:#005844 !important;
	text-decoration: none;
}**/
a:active {
	color:#005844 !important;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
#logo {
	width: 100% !important;
	background-color: #efefef;
	padding-top: 32px;
	padding-bottom: 48px;
	

	
}




#content {
	width: 100% !important;
	background-color: #efefef;
	padding-bottom:30px;
}
#footerTop {
	width: 100% !important;
	background-color: #595959;
    color: #fff;
    padding-top: 50px;
	padding-bottom: 30px;
    box-shadow: inset 1px 22px 19px -6px rgba(0,0,0,0.2);
	border-bottom: 1px solid #838383;
}
#footerTop .col-sm-2 {

	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footerTop .col-sm-2:last-child {
	border-right: none;
}


#footerTop .col-sm-3 {
	
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footerTop .col-sm-3:last-child {
	border-right: none;
}
#footerTop a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF !important;
}
#footerBot {
	width: 100% !important;
	background-color: #595959;
    color: #fff;
    padding-top: 30px;
	padding-bottom: 30px;
}
#footerBot .col-sm-12 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;

}
#logo img {
	width: 100%;
	max-width: 360px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
.indent {
	border-left: 1px solid #b4b4b4; 
	padding-left: 20px;
	margin-bottom: 30px;
	
}



h1 {
	font-family: alverata, serif;
	font-size: 4rem;
    line-height: 1.2;
	font-weight: 500;
	color: #c50084;
	
	padding-top: 40px;
	
	margin-top:0px;
	margin-bottom: 40px;
}
h2 {
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: 33px;
    line-height: 37px;
	color: #000000;
}
h3 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
    line-height: 30px;
	color: #000000;
	margin-top:0px;
}
.red {
	color: #000 !important;
}


form label {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 20px;
	color: #000000;
	font-weight: normal;
}
.form-control {
    border: 1px solid #522398;
    border-radius: 0px;
	height:47px;
	color: #000000;
	font-size: 18px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.dropdown-toggle:focus {   
  border-color: #522398;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #522398;
  outline: 0 none;
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid #005844;
    background: transparent;
	margin-top:-6px;
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 18px;
    line-height: 0.8;
    color: #005844;
    transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
select {
	background-image: url(http://www.stewartinvestors.com/Static/img/select-arrow.png);
    background-size: 39px 35px;
    background-position: 100%;
    background-origin: content-box;
    background-repeat: no-repeat;
    cursor: pointer;
}

.checkbox em {
    font-size: 17px;
}
strong em, .checkbox em {
    font-family: 'Book Antiqua BI';
    font-weight: normal;
}
.form-control {
	background-color: #ffffff;
}

.button {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid #522398;
    border-radius: 5px;
    padding: 12px 32px;
    margin: 1rem 0;
    font-size: 22px;
    background-color: #522398;
    color: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:2rem;
	font-weight: 600
}
.button:hover {
    background-color: #c50084;
    color: #ffffff;
}
p.prefTitle {
	margin-bottom:0px;
}
.hr {
	border-bottom: 1px solid #005844;
	padding-bottom:20px;
	margin-bottom:30px;
}
.botPadding20 {
	padding-bottom:20px;
}

.glyphicon-chevron-down {
	top:0px !important;
}
.error {
    font-size: 12px;
    color: red;
	padding-top: 5px;
}



@media only screen and (min-width: 980px) {
.container {
	width: 940px;
	
}
.button {
	width: 135px;
}

}

@media only screen and (max-width: 767px) {
#footerTop .col-sm-2 {
	border-right: none !important;
}

}



@media only screen and (max-width: 500px) {
h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 400px) {
h1 {
	font-size: 28px;
    line-height: 30px;
	font-weight: 500;
}
}

@media only screen and (max-width: 300px) {
h1 {
	font-size: 28px;
    line-height: 30px;
	font-weight: 500;
}
}

