/***********************************************************************************************
************************************************************************************************
************************************************************************************************
GENERAL STYLES
************************************************************************************************
************************************************************************************************
***********************************************************************************************/ 

h1, h2, h3, h4, h5, h6 {
    clear: none;
}

a {
    outline: none;
    cursor: pointer;
    color: #000000;
    transition: all 0.5s ease;
}
a:visited {
	color: #000000;
}
a:hover {
    color: #666;
}
a:hover, a:active, a:focus {
    outline: 0;
}
a.tel {
    white-space: nowrap;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
   /* margin: 0 0 34px 0;*/
	margin: 0 0 30px 0;
    padding: 0;
}
p {
	margin: 0 0 35px 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
	height: auto;
}
form {
    margin: 0px;
    padding: 0px;
}
input, textarea, select, option {
    font-size: 1em;
    resize: none;
	outline: none;
}
input, textarea, select {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 2px;
}
input.formBoxWide, textarea.formBoxWide {
    width: 98%;
}
sup {
    font-size: 0.571em; /* 8/14 */
}
ul, ol {
    margin: 0 0 34px 20px;
    /*padding: 0 0 0 20px;*/
	padding:0;
}
ul ul, ol ol {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}
ul li {
    list-style:disc;
    margin: 0 0 0 2px;
    padding: 0 0 3px 2px;
}
iframe {
    border: none;
}
img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}
img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
img.aligncenter {
    margin: 20px auto;
    display: block;
}

picture.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}
picture.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
picture.aligncenter {
    margin: 20px auto;
    display: block;
}
picture.aligncenter img{
    margin: auto;
    display: block;
}



img.circle-img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    shape-margin: 20px;
}

.hoverImg:hover, a.hoverImg:hover, a.hoverImg img:hover, input.hoverImg:hover {
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}

hr {
    background-color: #ccc;
    margin: 0 auto 34px;
}
hr.hr-shorty {
    max-width: 80px;
}


/***btns***/


a.btn, input.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    font-size: 1em;
    color: #ffffff !important; 
    background-color: #05114d;
    border: 1px solid #05114d;
    line-height: 1.2;
	font-weight:700;
	/*border-radius: 25px;*/
	border-radius: 40px;
}
a.btn:hover, input.btn:hover {
    color: #05114d !important;
	background-color: #f6c974!important;
	border: 1px solid  #f6c974 !important;
}
.btn.outline:hover, input.btn.outline:hover {
    color: #05114d !important;
	background-color: #f6c974!important;
	border: 1px solid #05114d!important;
}

a.btn.transparent, input.btn.transparent {
	background-color: transparent;
	border: 1px solid  #05114d;
	color: #05114d !important;
}
a.btn.transparent:hover, input.btn.transparent:hover {
	color: #fff !important;  
	background-color: #05114d!important; 
	border: 1px solid  #05114d !important;
	/*color: #f15b28 !important;  
	border: 1px solid  #f15b28;  */
	/*background-color: rgba(241,91,40,.55) !important;*/
}

a.btn.transparent.white, input.btn.transparent.white {
	background-color: transparent;
	border: 1px solid  #fff;
	color: #fff !important;
}
a.btn.transparent.white:hover, input.btn.transparent.white:hover {
/*color: #f15b28 !important;  
	border: 1px solid  #f15b28; */
	color: #f6c974 !important;
	background-color: #f6c974!important;
	border: 1px solid  #f6c974;
}


a.btn.small, input.btn.small {
        padding: 5px 10px;
    font-size: 14px;
}

a.btn.large,input.btn.large{
	font-size:1.222222em; /*22*/
}


a.btn.alt, input.btn.alt{
   background-color: #f6c974;
   border: 1px solid  #f6c974;
	color:#05114d!important;
}
a.btn.alt:hover, input.btn.alt:hover {
    background-color: #05114d !important;
	border: 1px solid #05114d !important;
	color:#f6c974 !important;
}




ul.standard_btn_links {
    margin: 0 0 24px;
    padding: 0;
}
ul.standard_btn_links li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.standard_btn_links li:first-child {
    margin-right: 20px;
}
ul.standard_btn_links .btn {
    margin: 0;
    text-align: center;
}


h1, .title  {
	/*color:#05114d;*/
	color:#1c2b70;
	line-height: 1.1;
	font-size:  3.3em; /*66/20*/
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2, .subtitle  {
	line-height: 1.1;
    font-size: 2.3em; /*46/20*/
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}

h3, .subtitle2{
	line-height: 1.1;
    font-size: 1.6em; /*32/20*/
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}

h4, .subtitle4{
    line-height: 1.1;
    font-size: 1.2em; /*24/20*/
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}

/*strong, h1 strong, .title strong, h2 strong, h3 strong, h4 strong, .subtitle strong, .subtitle2 strong, .subtitle3 strong, .subtitle4 strong{
    font-weight: 600;
}*/
h4 strong, .subtitle4 strong{
    font-weight: 900;
}
h1 strong, .title strong, h2 strong, h3 strong, .subtitle strong, .subtitle2 strong, .subtitle3 strong{
    font-weight: 900;
}

.redtext {
color:#c71e32;
}

.allcaps{
text-transform: uppercase;
}

.alertTxt {
    color: #F00;
}
.largeTxt {
    font-size: 1.200em;
}
.smallTxt {
    font-size: 0.800em;
}

.nowrap, .tel {
    white-space: nowrap;
}
.tel {
	/*display: inline-block;
	margin-left: 4px;*/
}
a.tel {
	text-decoration: none;
	
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.circleNumber {
    background-color: #558dd9;
    display: block;
	float: left;
    margin-right: 10px;
	margin-top: -4px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #FFF;
    line-height: 1;
    text-align: center;
	padding: 4px;
}
.modal-title {
	font-size: 1.250em;
	line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/************ allow video & maps to resize  **************/
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /*the height of the box equal to % of its width*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container.embed-square {
	padding-bottom: 80%; /*the height of the box equal to % of its width*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**home**/

.lrgNumbers-number {
    float: left;
    width: 60px;
    font-weight: 900;
    font-size: 2.778em;/*50px*/
    line-height: 1;
    color: #558dd9;
}
.lrgNumbers-txt {
    float: left;
    width: calc(100% - 60px);
}





@media (max-width:767px){
	h1, .title  {
		font-size: 2.25em; /*45/20*/
	}

	h2, .subtitle  {
		font-size: 1.9em; /*38/20*/
	}

	h3, .subtitle2{
		font-size: 1.4em; /*28/20*/
		letter-spacing: 0px;
	}

	h4, .subtitle4{
		font-size: 1.1em; /*22/20*/
	}
}

