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

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

a {
    outline: none;
    cursor: pointer;
    color: #b01b2e;
    transition: all 0.5s ease;

}
a:visited {
	color: #b01b2e;
}
a:hover {
    color: #333;
}
a:hover, a:active, a:focus {
    outline: 0;
}
a.tel {
    white-space: nowrap;
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
   /* margin: 0 0 34px 0;*/
	margin: 0 0 25px 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: 15px 25px;
    font-size: 1em;
font-weight: 700;
    color: #ffffff !important;
    background-color: #b01b2e;
    border: none;
    line-height: 1.2;
	/*border-radius: 25px;*/
	border-radius: 40px;
}
a.btn:hover, input.btn:hover {
    color: #FFF !important;
    background-color:#f21531;
}

a.btn.transparent, input.btn.transparent {
	background-color: transparent;
	border: 1px solid  #fff;
	color: #fff !important;
}
a.btn.transparent:hover, input.btn.transparent:hover {
	color: #fff !important;    
	background-color: rgba(0,0,0,.55) !important;
}

a.btn.transparent.black, input.btn.transparent.black {
	background-color: transparent;
	border: 1px solid  #000;
	color: #000 !important;
}
a.btn.transparent.black:hover, input.btn.transparent.black:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,.55) !important;
}




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: #00293f;
	color:#fff !important;
}
a.btn.alt:hover, input.btn.alt:hover {
    background-color: #02679e;
	color:#fff;
}







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;
}


/* classes */

.purple-text{
	color:#5c468e !important;
}

.green-text{
	color:#63a400 !important;
}

h1, .title  {
	line-height: 1.2;
    font-size: 2.8em; /*56*/
font-weight:500;
font-style: normal;
	color:#000;
}


strong, h1 strong, .title strong, h2 strong, h3 strong, h4 strong{
    font-weight: 700;
}

/*h1 strong.heavy, .title strong.heavy, h2 strong.heavy, h3 strong.heavy, h4 strong.heavy{
    font-weight: 900;
}
*/
.heavy{
	 font-weight: 900 !important;
}

h2, .subtitle  {
	line-height: 1.2;
    font-size: 2.5em; /*50*/
font-style: normal;
	font-weight: 500;
	color:#000;
}


h3{
    font-size: 1.9em; /*38*/
    line-height: 1.2;
    font-weight: 500;
 
    color:#000;
}

h4, .subtitle2 {
    line-height: 1.1;
	font-size: 1.4em; /*28*/
    font-weight: 500;
	color:#000;
}

.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:1100px){
h1, .title  {
    font-size: 2em; /*36*/
}

h2, .subtitle  {
font-size: 1.666666em; /*30*/
}


h3{
    font-size: 1.222222em; /*22*/
}

h4, .subtitle2 {
  font-size: 1em; /*18*/
}
}

