/* cmsms stylesheet: default_1200 modified: 09/17/26 12:27:42 */
/* cmsms stylesheet: default_1200 modified: 05/23/24 10:13:56 */
/* cmsms stylesheet: default_1200 modified: 05/03/24 13:47:36 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 115%;
	line-height: 130%;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 100;
	color: #000000;
	overflow-x: hidden;
}

#outer_menu {
    position:  absolute;
    left: 0px;
    top: 30px;
    width: 320px;
    height: 0px;
    overflow: hidden;
    background-color: #2a317a;
    color: #ffffff;
    z-index: 9999;
    transition: height 0.4s;
}

.openmenu {
	height: 640px !important;
}

#inner_menu {}

#dropdown_menu {}

#menu_hide {
    cursor:  pointer;
    position:  absolute;
    right: 40px;
    top: 3px;
    width: 70px;
}

#menu_hide span {
	display: inline-block;
	float:  left;
	width: 20px;
	transition: left 0.4s;
	position: absolute;
	height: 40px;
	left: 0px;
	top: 5px;
}

#menu_hide:hover span  {
	left: 0px;
}


#menu_hide span span {
    display:  block;
    background-color: #ffffff;
    height: 2px;
    width: 20px;
    font-size:  1px;
    margin-bottom: 4px;
    transition: background-color 0.4s, width 0.4s;
    position: relative;
}

#menu_hide:hover span span {
	background-color: #dd8228;
	width: 20px;
}

#menu_hide strong {
	display: inline-block;
	font-size: 70%;
	position:  relative;
	top: 4px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	color:  #ffffff;
	transition: color 0.4s, left 0.4s;
	position: absolute;
	left: 24px;
	width: 150px;
}

#menu_hide:hover strong {
	color: #dd8228;
}

#outer_menu ul {
	margin: 100px 0px 0px 0px;
	padding: 0px;
}

#outer_menu ul ul {
	margin-top: 0px;
padding-bottom: 10px;
}

#outer_menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#outer_menu a:link, #outer_menu a:visited {
	color: #ffffff;
	display:  block;
	font-size: 140%;
	padding: 0px 30px;
	transition: color 0.4s;
	min-height: 35px;
}

#outer_menu li li a:link, #outer_menu li li a:visited {
	font-size: 130%;
	padding: 0px 30px;
}

#outer_menu li.sectionheader span.sheader {
	color: #8c8fa9;
	display:  block;
	font-size: 80%;
	padding: 0px 30px;
	height: 30px;
}

#outer_menu a:hover {
	color: #dd8228;
	text-decoration: none;
}

.navsmalltext {
	font-size: 70%;
	padding:  20px;
	line-height:  100%;
	margin-top: 30px;
}

.navsmalltext a {
	display: inline !important;
	padding:  0px !important;
}

header {}

#hero_section_home {
    border: 1px solid #dd8228;
    width: 1218px;
    height: 690px;
    margin: 40px auto 30px auto;
    position:  relative;
    z-index: 1;
}

#hero_section_other {
    border-top: 1px solid #dd8228;
    border-left: 1px solid #dd8228;
    width: 1218px;
    height: 55px;
    margin: 40px auto;
    position:  relative;
    z-index: 1;
}

#logo {
    position:  absolute;
    top: -1px;
    right: -30px;
    width: 362px;
    height: 203px;
}

#logo a {} 

#logo a img {
    max-width: 100%;
    height: auto;
}

#hero_section_other #logo {
	width: 250px
}

#hero_section_other #logo a {} 

#hero_section_other #logo a img {
    max-width: 100%;
    height: auto;
}

#menu_section {
    position:  absolute;
    top:  30px;
    left:  0px;
    z-index: 1;
}

#menu_section_bar {
    width: 30px;
    height: 360px;
    background-color: #2a317a;
    position:  absolute;
    top:  0px;
    left:  0px;
}

#hero_section_other #menu_section_bar  {
	height: 24px;
}

#menu_show {
    cursor:  pointer;
    position:  absolute;
    left: 40px;
    width: 120px;
}

#menu_show span {
	display: inline-block;
	float:  left;
	width: 46px;
	transition: left 0.4s;
	position: absolute;
	height: 40px;
	left: 0px;
	top: 0px;
}

#menu_show:hover span  {
	left: 0px;
}


#menu_show span span {
    display:  block;
    background-color: #dd8228;
    height:  4px;
	width: 40px;
    font-size:  1px;
    margin-bottom: 6px;
	transition: background-color 0.4s, width 0.4s;
	position: relative;
}

#menu_show:hover span span {
	background-color: #2a317a;
	width: 44px;
}

#menu_show strong {
	display: inline-block;
	font-size: 110%;
	position:  relative;
	top: 4px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	color:  #2a317a;
	transition: color 0.4s, left 0.4s;
	position: absolute;
	left: 50px;
}

#menu_show:hover strong {
	color: #dd8228;
	left: 54px
}



#background_world {
    background-color: white;
    border: 20px solid #fff;
    width: 650px;
    height: 650px;
    -webkit-border-radius: 368px;
    -moz-border-radius: 368px;
    border-radius: 50%;
    text-align: right;
    position:  absolute;
    left: -76px;
    top: 80px;
    z-index: 1;
}

#background_world img {
    width: 97%;
    height: 100%;
    position:  relative;
    right: 0px;
}

#bottom_corner {
    position:  absolute;
    background-color: #ffffff;
    width:  200px;
    height:  200px;
    bottom: -1px;
    left: -31px;
}

#home_hero_left {
    position:  absolute;
    z-index:  3;
    width: 560px;
    left: 40px;
    top: 161px;
}

#home_hero_left h4 {
    font-size: 130%;
    line-height: 130%;
    font-weight: 300;
    font-family: montserrat, sans-serif;
    margin-bottom: 37px;
}

#home_hero_left h4 span {
    display: block;
    font-size: 80%;
}

#home_hero_left h3 {
    font-family: montserrat, sans-serif;
    font-size: 155%;
    line-height: 120%;
    font-weight: 600;
    color: #2a317a;
    text-align:  justify;
    margin-bottom: 50px;
}

#home_hero_left h3 span {
    color: #dd8228;
}

#home_hero_left h2 {
    font-family: montserrat, sans-serif;
    font-size: 236%;
    line-height: 120%;
    font-weight: 600;
    color: #dd8228;
    /* text-align: justify; */
}

#home_hero_left h2 span {
    color: #2a317a;
}

#home_hero_right {
    position:  absolute;
    right:  0px;
    top: 232px;
    width: 550px;
}

.home_hero_boxes {}

.home_hero_boxes h5 {
	position: absolute;
	top: 13px;
	right: -18px;
	z-index:2;
}

.home_hero_boxes h5 span {
    font-weight:  300;
    position:  absolute;
    top: 31px;
    right: 52px;
    font-size: 130%;
    width:  150px;
    font-family: montserrat, sans-serif;
    text-align: right;
}

.home_hero_boxes h5 span strong {}

.home_hero_boxes h5 img {
	width: 70px;
	height: auto;
}

.herobox_column {
	position: relative;
	padding-top: 75px;
	z-index:1;
}

.splashbox {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
} 

.splashbox h3 {
	font-family: montserrat, sans-serif;
	font-size: 100%;
	font-weight:  600;
	margin: 0px 0px 10px 0px;
}

.splashbox p { margin-bottom: 0px}

.splashbox_purple_back {
    background-color: #2a317a;
    color: #ffffff;
}

.splashbox_purple_back h3 {
    color: #dd8228;
}

.splashbox_purple_back a:link, .splashbox_purple_back a:visited {
	color: #dd8228;
	display: block;
	text-align: right;
	text-decoration:  none;
	transition:  color 0.4s;
	font-size: 100%;
	font-weight: 500;
} 



.splashbox_orange_back {
    background-color: #dd8228;
}

.splashbox_orange_back h3 {
    color: #2a317a;
}

.splashbox_orange_back a:link, .splashbox_orange_back a:visited {
	color: #2a317a;
	display: block;
	text-align: right;
	text-decoration:  none;
	transition:  color 0.4s;
	font-size: 100%;
	font-weight: 500;
} 

.splashbox_purple_back a:hover, .splashbox_orange_back a:hover {
	color: #ffffff;
}

#below_hero {
	position: relative;
	z-index:2;
	padding-bottom: 10px;
}

.section_purple_back {
    background-color: #2a317a;
    color:  #ffffff;
}

.section_purple_back h2 {
    
}

.section_purple_back p {}

.section_purple_back p {}

.section_purple_back p em {
    font-style: normal;
    color: #dd8228;
}

.section_purple_back p strong {
    color: #dd8228;
}

.section_orange_back {
    background-color: #dd8228;
}

.section_orange_back h2 {
    color: #2a317a;
}

.section_orange_back h2 span, .section_orange_back h2 em {
    display:  block;
    font-size:  80%;
    padding-bottom:  10px;
font-style: normal;
}

.section_orange_back h2 span strong, .section_orange_back h2 strong {
	font-weight: 600;
	color: #ffffff;
}

.section_orange_back h3 {
    font-weight:  600;
    color: #2a317a;
}

.section_orange_back p {}

.section_orange_back p {}

.section_orange_back p em {}

.section_orange_back p strong {}

a.blockbutton:link, a.blockbutton:visited, span.blockbutton {
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 13px 30px 0px 30px;
	height: 50px;
	line-height: 100%;
	margin-top: 30px;
	font-family: montserrat, sans-serif;
	font-size:  120%;
	font-weight:  600;
	cursor: pointer;
} 

a.a_purple_back:link, a.a_purple_back:visited, span.a_purple_back {
	background-color: #2a317a;
	color: #ffffff;
	transition: color 0.4s, background-color 0.4s;
}

a.a_purple_back:hover, span.a_purple_back:hover {
	background-color: #ffffff;
	color: #2a317a;
}

a.a_orange_back:link, a.a_orange_back:visited, span.a_orange_back  {
	background-color: #dd8228;
	color: #ffffff;
	transition: color 0.4s, background-color 0.4s;
}

a.a_orange_back:hover, span.a_orange_back:hover{
	background-color: #ffffff;
	color: #2a317a;
}

#quotesection {
    height: 240px;
}

#mobilequotesection {
display: none;
}

.quotes {
    /* max-width: 100px; */
}

.quote {
    width: 580px;
    padding: 60px 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.quote_image {
	width: 95px;
	height: 95px;
	line-height: 0px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	overflow: hidden;
	display: block;
	float: right;
}

.quote_image img {

}

.quote_headline {
	color:  #dd8228;
	font-weight: 500;
	padding: 20px 0px;
	display:  block;
	white-space: normal;
}

.quote_actual {
    white-space: wrap;
}

.quote_link {
    display: block;
    text-align:  right;
    font-size: 90%;
}

.quote_link a:link, .quote_link a:visited {
	text-decoration: none;
	color:  #dd8228;
}

.quote_link a:hover {
	text-decoration: underline;
}

#kevin_hero {
    position: relative;
    height: 810px;
}

#kevin_hero .left {
	float: none;
}

#kevin_hero .left p {
	color: #ffffff
}

#kevin_hero_back {
    position:  absolute;
    width:  100%;
    height: 470px;
    top: 276px;
}

#kevin {
    position:  absolute;
    right: 0px;
    /* top: 30px; */
    line-height: 0px;
}

#kevin img {
    width: 560px;
    height: auto;
} 

#hero_kevin_content {
	padding-top: 190px;
}

#hero_kevin_content h2 {
	color: #2a317a;
	margin-bottom: 10px;
}

#hero_kevin_content h3 {
	color: #dd8228;
	margin: 10px 0px 50px 0px;
}

#themtharvideos {
	float: none;
}

.videoblock {
	background-color: #000000;
	margin-top: 20px;
	height: 320px;
	width: 570px;
	float: left;
	margin-right: 40px;
}

#lastvideo {
	margin-right: 0px;
}

.narrow {} 

.center {}

#mainaltcontent {}

#mainaltcontent h1, #mainaltcontent_alt h1 {
    font-family: montserrat, sans-serif;
    font-size: 200%;
    line-height: 120%;
    font-weight: 600;
    color: #2a317a;
    text-align: left;
    margin-bottom: 30px;
}

#mainaltcontent h1 em, #mainaltcontent_alt h1 em {
	font-size: 80%;
	font-style: normal;
	color: #dd8228;
	
}

#mainaltcontent h1 em strong, #mainaltcontent_alt h1 em strong {
	font-size: 80%;
	font-weight: inherit;
	
}

#mainaltcontentm #mainaltcontent_alt {
    padding: 50px 0px;
}

#altheroimage {
        position: absolute;
        right: -0px;
        bottom: 0px;
        width: 380px;
        z-index: -1;
    }

#altheroimage img {
	width: 100%;
	height: auto;
}

#mainaltcontent a:link, #mainaltcontent a:visited, span.launcherlink {
	display: block;
	display: inline-block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 13px 30px 0px 30px;
	height: 50px;
	line-height: 100%;
	margin: 10px 0px 30px 0px;
	font-family: montserrat, sans-serif;
	font-size: 120%;
	font-weight: 600;
	background-color: #2a317a;
	color: #ffffff;
	transition: color 0.4s, background-color 0.4s;
        cursor: pointer;
}

#mainaltcontent a:hover, span.launcherlink:hover  {
	background-color: #dd8228;
}

#mainaltcontent ul li {
	display: inline-block;
	width: 33%;
	min-height:  50px;
	vertical-align: top;
	line-height: 100%;
}

#mainaltcontent ul li:before { 
	content:'\ffed'; 
	margin-right:0.8em; 
	color: #dd8228;
}

#mainaltcontent ol li {
	list-style: none;
}

#mainaltcontent ol li:before { 
	content:'\ffed'; 
	margin-right:0.8em; 
	color: #dd8228;
}

#mainaltcontent p em {
	font-size: 130%;
	line-height: 140%;
	color: #2a317a;
}

#inner_footer  {
	padding-top: 100px;
	text-align: center;
	line-height: 200%;
	font-size: 80%;
}

#inner_footer ul {
    margin: 0px auto;
    padding:  0px;
    display: table;
}

#inner_footer li {
    margin: 0px;
    padding:  0px;
    float:  left;
	list-style: none;
}

#inner_footer p {
	margin-bottom: 0px;
}

#inner_footer li a { padding: 0px 10px;} 

h1 {
	font-size: 160%;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: montserrat, sans-serif;
	font-size: 150%;
	font-weight: 600;
	margin: 0px 0px 30px 0px;
	line-height: 120%;
}

h3 {
	font-size: 120%;
	margin: 30px 0px 30px 0px;
	font-family: montserrat, sans-serif;
}

h4 {
	font-size: 140%;
	margin: 10px 0px 30px 0px;
	line-height: 130%;
	font-weight: 400;
	text-align:  left;
}

h4 em {
	font-style: normal;
	color: #dd8228;
}

h5 {
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}

h6 {
	font-size: 110%;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

a:link, a:visited {
	color: #2a317a;
	text-decoration: none;
	transition:  color 0.4s;
}

a:hover  {
	color: #dd8228;
	text-decoration: underline;
}

a img {
border: 0px;
}

.inner {
	width: 1180px;
	height: 100%;
	margin: 0px auto;
	position:  relative;
}

.left {
	float: left;
    position: relative;
}

.right {
	float: right;
    position: relative;
}

.onecol {
    width: 265px;
    box-sizing: border-box;
}

.twocol {
    /* width: 600px; */
    box-sizing: border-box;
}

.fourcol {
    width: 800px;
    box-sizing: border-box;
}

.twocol img {
	max-width: 100%;height: auto;
}


.threecol {
    width: 100%;
    box-sizing: border-box;
}

.vertical_padder {
    padding: 20px 0px 15px 0px;
}

.standard_padder {
    padding: 19px;
}

.bigger {
	font-size: 110%
}

.undercol {
	clear: both;
	height: 0px;
}

.orange {
    color: #dd8228;
}

.purple {
color: #2a317a;
}

.iframevid {
    height: 320px;
    width: 570px;
    border: 0px;
}

#faqs {
	padding-top: 50px;
}

#faqs_image {
	width: 350px;position: absolute;z-index: 1;
}

.faq {
    background-color: #2a317a;
    padding: 2px;
    margin-bottom: 20px;
    color: #171e28;
    position: relative;
    z-index:2;
}
.inner_faq {
     background-color: #ffffff;
     padding: 20px;
}
.faq_question {
    font-size:  120%;
    cursor:  pointer;
	transition: color 0.4s;
}

.faq_question:hover {
	color: #b038a3;
}

.faq_answer {
    display:  none;
	color: #ffffff;
    transition: color 1.4s;
	padding-top: 30px
}

.faq_answer p {
	margin-bottom: 7px;
}

.darktext {
color: #171e28;
}

.faq_closer {
	cursor: pointer;
	transition: color 0.4s;
	padding-top: 20px;
	display: block
}

.faq_closer:hover {
	color: #b038a3;
}

#blog_left {
	float: left;
	width: 842px;
}

.BlogSummary {/* clear: both; */border: 1px solid #cccccc;width: 370px;float:  left;margin-right: 20px;box-sizing:  border-box;margin-bottom:  20px;}

.BlogSummary_text {
padding: 20px;
width: 260px;
height: 210px;
vertical-align: middle;
}

.BlogSummary_text_title {}

.BlogSummary_text_date {
color: #666666;
font-size: 80%;
padding: 10px 0px;
}

.BlogSummary_text_summary {
font-size: 95%;
margin-bottom: 10px;
line-height: 120%;
}

.BlogSummary_text_link {}

a.BlogSummary_top:link, a.BlogSummary_top:visited {
	display: block;
	font-size: 70%;
	color: #cccccc;
	margin-top: 10px;
}

.BlogSummary_image {/* padding: 30px 0px; */width: 100%;}

.BlogSummary_image img {
	width: 100%;
	height: auto;
}

#blog_right {
	float: right;
	width: 290px;
}

#blog_right a {
	display: block;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	padding: 8px 0px;
}

#blogimage{
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 450px
}

#blogimage iframe{
	width:  450px;
height: 253px;
}

#blogimage img {
	width: 100%;height: auto;
}

#NewsPostDetailReturnLink {
	margin-top: 10px;
}

/*
font-family: gill-sans-nova, sans-serif;
font-family: montserrat, sans-serif;
*/
