@charset "UTF-8";
/*   
 Theme Name: KRTA Custom Theme
 Theme URI: http://strategicadvisersllc.com.com
 Description: Custom theme template developed by Strategic Advisers
 Author: Dan Shields
 Author URI: http://strategicadvisersllc.com
 Version: 1
 */
/*@import "variables";*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, .center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: "Quattrocento Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
html {
  background: #c3c3c3;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
}
body {
  color: #464646;
  font-family: "Quattrocento", serif;
  line-height: 22px;
  margin: 0;
  padding: 0;
  /*padding: 0px 1% 10px;*/
  background: #ffffff;
}
/* **************************************** BEGIN TEXT STYLING **************************************** */
p, li {
  font-size: 18px;
  color: #474747;
  padding-bottom: 8px;
  line-height: 28px;
}
li {
  list-style-type: disc;
  padding-bottom: 5px;
}
a {
  color: #013f63;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
h1, h2, h3, h4 {
  font-weight: 400;
}
h1 {
  font-size: 35px;
  line-height: 39px;
  color: #001130;
  margin: 0px 0 0px;
  padding-bottom: 10px;
}
h2 {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 35px;
  color: #303030;
}
h3 {
  font-size: 29px;
  color: #303030;
  margin: 0px 0px 5px 0px;
  line-height: 33px;
}
h4 {
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 27px;
}
h6 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 24px;
}
ul {
  padding-bottom: 15px;
  margin: 0;
}
.entry-content ul, .maincontent ul {
  /*left: 25px;*/
  position: relative;
}
table, th, td {
  border: 1px solid rgba(177, 177, 177, 0.43);
}
table {
  border-spacing: 0;
}
th, td {
  padding: 5px 5px;
}
table h2 {
  padding-bottom: 40px;
}
.entry .nav-previous {
  padding-top: 20px;
}
.maincontent.entry h2 {
  margin-top: 12px;
}
.maincontent.searchentry {
  max-width: none;
  float: left;
  margin: auto auto 20px auto;
  padding: 0 0 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
/* ****************************************      IMAGES      **************************************** */
img {
  max-width: 100%;
  height: auto;
}
.floatright {
  float: right;
  margin: 5px 0px 5px 10px;
}
.floatleft {
  float: left;
  margin: 5px 10px 5px 0px;
}
.alignleft {
  float: left;
  padding: 2% 2% 2% 0 !important;
}
.alignright {
  float: right;
  padding: 2% 0 2% 2% !important;
}
.alignleft.bigimg {
  padding: 2% 4% 2% 0 !important;
}
.alignright.bigimg {
  padding: 2% 0 2% 4% !important;
}
.aligncenter {
  margin: 0 auto;
  clear: both;
  display: block;
}
.entry-content img {
  max-width: 70%;
  height: auto;
}
.maincontent .entry-content a > img {
  float: left;
}
img[usemap] {
  max-width: none !important;
}
.wp-caption {
  max-width: 100%;
}
/* ****************************************      CAPTIONS      **************************************** */
.wp-caption.alignleft {
  float: left;
  padding: 2% 2% 0 0 !important;
}
.wp-caption.alignright {
  float: right;
  padding: 2% 0 0 2% !important;
}
.wp-caption.alignleft.bigimg {
  padding: 2% 4% 0 0 !important;
}
.wp-caption.alignright.bigimg {
  padding: 2% 0 0 4% !important;
}
.entry-content div.wp-caption img {
  max-width: 100%;
}
/* ****************************************     FOOTER     **************************************** */
footer {
  min-height: 112px;
  background: #fff;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  border-top: 5px solid #e2e3e4;
  text-align: center;
  box-sizing: border-box;
  padding: 0 272px 0 128px;
}
footer p {
  text-align: center;
}
.footlogo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 128px;
  background-position: 14px 10px !important;
  background-size: 97px !important;
}
footer .bottomnav {
  display: block;
  float: left;
  width: 240px;
}
.copyright {
  position: relative;
  font-size: 11px;
  color: #fff;
  padding-right: 27px;
  padding-top: 10px;
}
.copyright a {
  color: #B3B3B3;
}
.copyright a:hover {
  color: #a61e21;
  transition: 0.3s ease;
  -webkit-transition: ease 0.3s;
}
.footcontact {
  display: inline-block;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}
/* ****************************************      STRUCTURE      **************************************** */
aside {
  display: block;
  position: absolute;
  width: 300px;
  padding: 0px 0 0 2%;
  box-sizing: border-box;
  right: 0;
  top: 0;
}
.fullpagewrap1 {
  position: relative;
  background: #fff;
  top: 0px;
  width: 100%;
  z-index: 9400;
  box-shadow: 3px 3px 6px rgba(51, 51, 51, 0.4);
}
.fullpagewrap2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
}
.bodywidth {
  /*position:relative;
	top:-693px;
	box-shadow: 0px 1px 9px 2px rgba(51, 51, 51, 0.24);*/
  margin: 0px auto 0px auto;
  background: #fff;
  max-width: 1300px;
}
.bodywidth2 {
  position: relative;
}
.bodywidth2.not-home {
  margin-top: 0;
  min-height: 1075px;
}
.pagewrap {
  min-height: 72vh;
  clear: both;
  overflow: hidden;
  padding: 20px 30px 40px;
  padding: 0;
}
.pagewrap.home {
  min-height: 0;
}
.maincontentwrap {
  display: inline-block;
  width: 100%;
  padding-right: 300px;
  box-sizing: border-box;
}
.maincontent {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 50px 30px;
}
.maincontent .maincontent {
  width: 100%;
}
.maincontent.single .maincontent.entry {
  padding-top: 10px;
  padding-left: 0px;
}
.maincontent.home {
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  float: none;
}
/* ****************************************      HEADER AREA      **************************************** */
header {
  /*height:90px;*/
  height: auto;
  background: #fff;
  font: 20px "Quattrocento Sans", sans-serif;
  position: relative;
  padding-top: 93px;
  background: #696a6e;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#696a6e+0,58595b+61,58595b+70,4c4c4e+100 */
  /* Old browsers */
  background: -moz-linear-gradient(top, #696a6e 0%, #58595b 61%, #58595b 70%, #4c4c4e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #696a6e 0%, #58595b 61%, #58595b 70%, #4c4c4e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #696a6e 0%, #58595b 61%, #58595b 70%, #4c4c4e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#696a6e", endColorstr="#4c4c4e",GradientType=0);
  /* IE6-9 */
}
.headarea {
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  max-width: none;
}
.logo1 {
  display: block;
  margin: 0px auto 0;
  box-sizing: border-box;
  width: 183px;
  height: 173px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 999;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.38);
}
/* ****************************************       SIDEBAR       **************************************** */
.sidebarspacer {
  height: 25px;
  color: transparent;
}
blockquote {
  padding: 1px 20px 21px;
  background: rgba(51, 51, 51, 0.07);
}
blockquote p {
  margin-bottom: 0px;
}
/* ****************************************      NO SIDEBAR       **************************************** */
.maincontent.nosidebar {
  padding: 0 !important;
  max-width: none;
}
.nosidebar h1.entry-title {
  font-size: 31px;
  font-weight: bold;
  color: #334590;
}
.nosidebar article {
  padding-bottom: 31px;
  margin-bottom: 42px;
  border-bottom: 1px solid #EBA934;
  /*min-height: 225px;*/
}
section.entry-content.nosidebar {
  overflow: hidden;
  /*background: rgba(242, 242, 242, 0.42);*/
  padding: 20px;
  margin: 10px;
}
section.entry-content.nosidebar:hover {
  background: none;
}
/* ****************************************      PAGE TITLE      **************************************** */
.headarea h1.entry-title {
  color: #414042;
  font-size: 46px;
  padding: 25.8vh 0px 0px 0px;
  margin: 0;
  background-position: left center !important;
  background-size: cover !important;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 49px;
}
.headarea h1.entry-title span {
  padding-right: 300px;
  display: block;
}
.headarea h1.entry-title span span {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.headarea h1.entry-title span span span {
  background: #fff;
  padding: 40px 50px 6px;
  width: 100%;
  display: block;
  text-align: left;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}
h1.entry-title {
  letter-spacing: 1px;
  padding-bottom: 17px;
}
.entry-title h2 {
  font-size: 23px;
  line-height: 29px;
}
.entry-title a {
  color: #1a2765;
}
.headarea.entry h1.entry-title span span span {
  text-align: center;
}
/* ****************************************      FEATURED IMAGES      **************************************** */
.bodywidth.headarea img {
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
}
.featimage img {
  width: 16%;
  float: left;
  height: auto;
  padding: 0 10px 10px 0;
}
.maincontent .featimage {
  padding-top: 5px;
  float: left;
  margin-right: 15px;
  height: 250px;
  width: 250px;
  overflow: hidden;
}
.maincontent .featimage img {
  width: 100%;
  height: auto;
}
.maincontent .featimage p {
  margin: 0;
  padding: 0;
}
.maincontent .featimage iframe {
  height: 150px !important;
  width: 250px !important;
  overflow: hidden;
}
.featimage.home {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}
.featimage.home img {
  width: 100%;
  height: auto;
}
.featimage.home.mobile .metaslider {
  margin: 0 auto;
}
/* **************************************** 		SOCIAL		 **************************************** */
.social-icons li {
  display: inline-flex;
  list-style-type: none;
  align-items: baseline;
  background: transparent;
  width: 40px;
  height: 40px;
  transition: background 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.social-icons a {
  color: #626365;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: color 0.3s;
  display: block;
}
a.facebook:hover {
  color: #3b5998 !important;
}
a.twitter:hover {
  color: #55acee !important;
}
a.instagram:hover {
  color: #e95950 !important;
}
a.youtube:hover {
  color: #bb0000 !important;
}
a.linkedin:hover {
  color: #007bb5 !important;
}
a.pinterest:hover {
  color: #cb2027 !important;
}
a.google-plus:hover {
  color: #dd4b39 !important;
}
.topsocial {
  position: absolute;
  left: 18px;
  top: 13px;
}
.topsocial ul {
  padding: 0;
}
.topsocial .social-icons i {
  position: relative;
  bottom: -3px;
}
.topsocial img {
  float: right;
  width: 20px;
  height: 20px;
  padding-left: 8px;
  padding-top: 9px;
}
.topsocial .icon {
  float: right;
  display: block;
  margin-left: 8px;
  margin-top: 10px;
  padding: 15px;
  background: url(images/socialicons_blk.png) no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0;
  border-radius: 50%;
  behavior: url(PIE.htc);
}
.topsocial .icon.twitter {
  background-position: 0 -42px;
}
.topsocial .icon.youtube, .icon.youtube {
  background-position: 0 -125px;
}
.topsocial .icon.linkedin, .icon.linkedin {
  background-position: 0 -84px;
}
.bottomsocial .icon.twitter {
  background-position: 0 -32px;
}
.bottomsocial .icon.fbook {
  background-position: 0 10px;
}
.bottomsocial .icon.youtube {
  background-position: 0 -125px;
}
.bottomsocial .icon.linkedin {
  background-position: 0 -84px;
}
.topsocial .icon:hover, .bottomsocial .icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
}
.topsocial .icon:hover, .bottomsocial .icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
}
.topsocial .icon:hover, .bottomsocial .icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
}
.topsocial .icon:hover, .bottomsocial .icon:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 50;
}
.bottomsocial {
  position: absolute;
  width: 272px;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  padding: 25px 35px;
  box-sizing: border-box;
  background: #f12e13;
}
.bottomsocial a {
  max-height: 30px;
}
.bottomsocial ul.social-icons {
  padding: 0;
}
.bottomsocial .social-icons li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 56px;
  height: 56px;
  margin: 0;
  display: block;
  float: left;
  margin-left: 17px;
}
.bottomsocial .social-icons:first-child li:first-child {
  margin: 0;
}
.bottomsocial .social-icons li i.fa {
  font-size: 28px;
  position: relative;
  top: 2px;
}
.bottomsocial .social-icons li a {
  color: #f12e13;
}
footer .social-icons i.fa-phone::before {
  content: "";
}
/* **************************************** 		HEADER ICONS		 **************************************** */
.topphone {
  position: absolute;
  top: 13px;
  right: 18px;
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  line-height: 40px;
}
.topphone a {
  color: #fff;
}
.topphone img {
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px;
  position: relative;
  padding: 0;
}
.topphone .phonemobile {
  display: none;
}
/* ****************************************      HOME STYLING      **************************************** */
.homecontentwrap {
  position: relative;
  width: 96%;
  margin: 0 2%;
  padding-top: 30px;
  display: inline-block;
}
.homecontent {
  position: relative;
  float: left;
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 0 20px;
}
.hometitle {
  width: 80%;
  margin: 0 10% 40px;
  top: 20px;
  position: relative;
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 30px 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  font-weight: bold;
  font-style: italic;
  border-top: 2px solid #000000;
  line-height: 40px;
}
.homecontent a {
  display: block;
  padding: 9px 0 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.homeposttitle {
  line-height: 19px;
}
.maincontent.home p {
  line-height: 29px;
  color: #fff;
}
.homeservicestitle {
  color: #fff;
}
.homebuttons {
  width: 100%;
  background: #6193cf;
  background: -moz-linear-gradient(-70deg, #6193cf 0%, #486d99 52%, #153a58 100%);
  background: -webkit-linear-gradient(-70deg, #6193cf 0%, #486d99 52%, #153a58 100%);
  background: linear-gradient(110deg, #6193cf 0%, #486d99 52%, #153a58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6193cf", endColorstr="#153a58",GradientType=1);
  position: relative;
  float: left;
  clear: both;
  z-index: 1;
  padding: 50px 0 41px;
}
.hbpattern {
  background: url(images/hbbackground.png);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
ul.homebtns {
  padding: 0 26px;
  margin: 0 auto;
  box-sizing: border-box;
}
.homebtns li {
  list-style-type: none;
  width: 25%;
  float: left;
  display: block;
  margin-bottom: 26px;
}
.homebtns li a {
  text-align: center;
  display: block;
  width: 85%;
  color: #fff;
  margin: 0 auto;
  font-family: "Quattrocento", serif;
  padding-top: 18vw;
  background-size: 100% auto !important;
  background-position: top center !important;
  font-size: 26px;
  -webkit-font-smoothing: auto;
  height: 0;
}
.homebuttons .homebtns li:nth-child(1) a {
  background: url(images/homeicon_join3.png) no-repeat;
}
.homebuttons .homebtns li:nth-child(2) a {
  background: url(images/homeicon_faq3.png) no-repeat;
}
.homebuttons .homebtns li:nth-child(3) a {
  background: url(images/homeicon_memb3.png) no-repeat;
}
.homebuttons .homebtns li:nth-child(4) a {
  background: url(images/homeicon_leg3.png) no-repeat;
}
.homebuttons .homebtns li a:hover {
  background-position: center 100% !important;
  background-size: 100% auto !important;
}
.homene {
  clear: both;
  width: 100%;
  display: inline-block;
  background: url(images/nebackground.png), #edeeee;
}
.homenecontent {
  max-width: 1400px;
  margin: 0 auto;
}
.homene .blog {
  width: 50%;
  float: left;
}
.blog.homeevents {
  padding-right: 23px;
  box-sizing: border-box;
}
.blog.homenews {
  padding-left: 23px;
  box-sizing: border-box;
}
.homene .hneouter {
  padding: 6.8%;
}
.homene .gbar {
  background: #363636;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gbar .blogpost {
  width: 108%;
  height: auto;
  padding: 15px 22px 26px;
  margin: 0 0 18px -4%;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  border: 2px solid #cdcfcf;
  box-sizing: border-box;
}
.gbar h1.newstitle, .gbar h1.eventstitle {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 29px 29px 40px 29px;
  font-size: 39px;
  letter-spacing: 3.5px;
  line-height: 38px;
}
.gbar h1.newstitle {
  color: #edab95;
}
.gbar h1.eventstitle {
  color: #c5bcd3;
}
.gbar .blogpost p {
  font-size: 21px;
  font-family: "Quattrocento", serif;
  color: #000;
}
.gbar .allbtn {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #2c373d;
  line-height: 63px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 5px;
  margin-top: 22px;
}
.homenews .gbar .allbtn {
  background: #edab95;
}
.homeevents .gbar .allbtn {
  background: #a49bb0;
}
.gbar h4.eventdate {
  text-align: center;
  font-size: 26.3px;
  color: #3c3c68;
  font-weight: bold;
}
.gbar h3 {
  font-size: 28px;
}
.homeevents .gbar h3 {
  text-align: center;
}
.nebackground {
  background: url(images/nebackground.png) #edeeee;
}
.internal.blog.homeevents {
  padding-right: 0;
}
.internal.blog.homenews {
  padding-left: 0;
}
.nebackground .maincontent {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.homescholar {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 5%;
  background: #43b554;
  color: #fff;
  font-size: 22px;
  line-height: 37px;
  /* font-weight: bold; */
  -webkit-font-smoothing: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60c46f+1,43b554+50,43b554+60,3b9b58+100 */
  background: #60c46f;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #60c46f 1%, #43b554 50%, #43b554 60%, #3b9b58 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #60c46f 1%, #43b554 50%, #43b554 60%, #3b9b58 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #60c46f 1%, #43b554 50%, #43b554 60%, #3b9b58 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#60c46f", endColorstr="#3b9b58",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.homescholar .button {
  margin: 22px auto 0;
  /*background: #ffa72f;*/
  background: #fff;
  color: #0b7119;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: auto;
}
/* ****************************************			BLOG			**************************************** */
.blog {
  display: inline-block;
}
.blog p {
  margin-top: 10px;
}
.blog h2 {
  line-height: 31px;
  color: #373737;
  margin: 10px 0 0px;
  display: block;
}
.blog h3 {
  background-position: center;
  margin-top: 0px;
  font-family: "Quattrocento", serif;
}
.blogfeatimg {
  height: 175px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
}
.blogreadmore {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  background: #b8babc;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 100px;
}
.blogreadmore:hover {
  color: #A20A04;
}
.blogpost {
  width: 48.5%;
  float: left;
  height: 500px;
  overflow: hidden;
  margin-right: 3%;
  padding: 175px 1.5% 0;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  background: #fff;
  box-shadow: 2px 3px 3px 3px rgba(0, 0, 0, 0.02), 5px 5px 20px rgba(64, 64, 64, 0.3);
  margin-bottom: 25px;
  position: relative;
}
/*.blog .blogpost:nth-child(even) {
    margin-right: 0;
	}
.blog.blogthree .blogpost:nth-child(even) {
    margin-right: 3%;
	}
.blog.blogthree .blogpost {
    min-height: 416px;
    max-height: 416px;
    height: auto;
    width: 31.2%;
    }
.blog.blogthree .blogpost:nth-child(3n+3) {
	margin-right:0;
	}*/
.blogpost a.read-more {
  display: none;
}
a.read-more {
  display: inline-block;
  border: 1px solid;
  padding: 0px 7px 0px 6px;
  margin-left: 5px;
}
.maincontent.blogentry {
  max-width: none;
  float: left;
  margin: auto auto 20px auto;
  padding: 0 0 45px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
/* ****************************************			NEWSLINK			**************************************** */
.readmore {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  background: #fff;
  width: 100%;
  z-index: 0;
  -webkit-font-smoothing: auto;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
/* ****************************************  		NAVIGATION		  **************************************** */
header .jquery-responsive-select-menu {
  width: 100%;
  background: url(images/mobilemenuimg.png) no-repeat center center;
  padding: 0 !important;
  border: none;
  color: transparent;
  font-size: 0px;
  height: 83px !important;
  margin: 0 !important;
  background-size: 41px;
}
footer .jquery-responsive-select-menu {
  width: 100%;
  background: url(images/bottommenumobile.png) no-repeat center center;
  padding: 0 !important;
  border: none;
  color: transparent;
  font-size: 0px;
  height: 100%;
  margin: 0 !important;
}
.mobilesidebar {
  display: none;
}
/* ****************************************  		TOP NAV         **************************************** */
.nav {
  display: block;
  overflow: hidden;
  background: #fff;
  width: 100%;
  max-width: 100000px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecedee+0,e2e3e4+100 */
  background: #ecedee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ecedee 0%, #e2e3e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ecedee 0%, #e2e3e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecedee 0%, #e2e3e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecedee", endColorstr="#e2e3e4",GradientType=0);
  /* IE6-9 */
}
.mainmenu {
  display: block;
  width: 100%;
  overflow: hidden;
  /*margin: 12px auto 5px;*/
}
.mainmenu #items {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  width: auto;
  /* width: 873px; */
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mainmenu ul {
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 500;
}
.mainmenu ul ul li:first-child {
  border-top: 4px solid #828282;
}
.mainmenu ul ul li, .mainmenu ul ul {
  display: none;
}
#items li:hover > ul, #items li:hover > ul li {
  display: block;
}
.mainmenu ul ul li {
  text-align: left;
  float: left;
  line-height: 18px;
  background: #2a2a2a;
  width: 100%;
  border-bottom: 2px solid #828282;
}
.mainmenu ul li {
  display: block;
  position: relative;
  float: left;
  color: #fff;
  list-style-type: none;
  text-decoration: none;
  padding-top: 4px;
  border-bottom: 2px solid #c5250e;
  line-height: 51px !important;
  box-sizing: border-box;
  border-right: 1px solid #d6d6d6;
}
.mainmenu ul li.current_page_item {
  background: #c62f28;
  border-bottom: 2px solid #fff;
}
.mainmenu ul li.current_page_item a {
  color: #fff;
}
.mainmenu ul li:hover {
  color: #000000;
  border-bottom: 2px solid #fff;
  background: #fff;
}
.mainmenu ul li:hover a {
  color: #000000;
}
.mainmenu ul ul li a {
  margin-bottom: 0 !important;
  padding: 9px 13px !important;
  line-height: 21px !important;
}
.mainmenu ul ul li:hover, .mainmenu ul ul li:hover > a {
  background: #505050;
  color: #f1ae00;
}
.mainmenu li a {
  font: 18px "Quattrocento Sans", sans-serif;
  color: #353535;
  list-style: none;
  text-decoration: none;
  display: inline;
  text-transform: uppercase;
}
.mainmenu ul ul li a {
  padding: 13px 20px;
}
.mainmenu ul ul ul {
  left: 178px;
  position: absolute;
  top: -2px;
}
.mainmenu ul ul {
  display: block;
  float: right;
  margin: 0;
  z-index: 500;
  right: 100%;
}
ul.sub-menu {
  width: 100%;
  height: 1px;
}
.mainmenu ul.sub-menu {
  display: none !important;
}
.topleftnav .mainmenu ul li:nth-child(1) {
  width: 26.46%;
}
.topleftnav .mainmenu ul li:nth-child(2) {
  width: 24.82%;
}
.topleftnav .mainmenu ul li:nth-child(3) {
  width: 22.04%;
}
.topleftnav .mainmenu ul li:nth-child(4) {
  width: 26.68%;
}
.toprightnav .mainmenu ul li:nth-child(5) {
  width: 20.99%;
}
.toprightnav .mainmenu ul li:nth-child(6) {
  width: 29.01%;
}
.toprightnav .mainmenu ul li:nth-child(7) {
  width: 22.59%;
}
.toprightnav .mainmenu ul li:nth-child(8) {
  width: 27.41%;
  border-right: none;
}
.toprightnav .mainmenu ul li:nth-child(n+9) {
  display: none;
}
.mainmenu ul li:last-child {
  border-right: none;
}
.topleftnav {
  padding-right: 91px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.toprightnav {
  padding-left: 91px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topleftnav .mainmenu ul li:nth-child(n+5) {
  display: none;
}
.toprightnav .mainmenu ul li:nth-child(-n+4) {
  display: none;
}
.mobilenav {
  display: none;
}
/* ****************************************  		SIDEBAR NAV          **************************************** */
.sidebarmenu ul {
  padding: 0;
}
.sidebarmenu li {
  list-style-type: none;
  float: left;
  /* width: 100%; */
  clear: both;
  line-height: 15px;
}
.sidebarmenu li a {
  color: #555;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  display: block;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 3px;
}
.sidebarmenu .sub-menu {
  border-left: 1px solid #a9a8a8;
  display: inline-block;
  width: inherit;
  height: auto;
  display: none;
}
.sidebarmenu .sub-menu .sub-menu {
  border-color: #b1b1b1;
}
.sidebarmenu li.menu-item-has-children > ul {
  display: inline-block !important;
  padding-left: 0;
  padding-bottom: 0;
}
.sidebarmenu ul ul {
  border-left: 1px solid #000000;
  height: 100%;
  width: 100%;
}
.sidebarmenu ul ul li {
  padding: 0px 0 0px 15px;
}
.sidebarmenu ul ul li a {
  color: #676767 !important;
  font-size: 14px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  line-height: 24px;
  font-weight: normal;
}
.sidebarmenu li ul ul li a {
  font-weight: normal;
  color: #1f1e1e !important;
}
.sidebarmenu li.menu-item-has-children {
  padding-bottom: 0;
}
.sidebarmenu li.menu-item-has-children a {
  padding-bottom: 1px;
}
.sidebarmenu li.current-menu-item a:first-child {
  color: #7b1611;
}
.sidebarmenu a:hover {
  color: #0088ce;
}
.sidebarmenu ul ul li a:hover {
  text-decoration: underline;
}
.sidebarmenu ul ul.sub-menu li {
  border: none;
}
.sidebarmenu .current-menu-parent ul.sub-menu {
  display: inline-block;
}
aside li.current-page-parent ul.sub-menu {
  display: inline-block !important;
}
h4.sidenavhead {
  text-decoration: underline;
  color: #013f63;
  font-family: "quattrocento";
  font-weight: bold;
  letter-spacing: 1px;
}
.sidebarmenu ul ul ul li a {
  text-transform: capitalize;
}
/* ****************************************  		BOTTOM NAV         **************************************** */
#btmitems {
  text-align: left;
  padding: 0;
  margin: 0;
}
.bottommenu {
  width: 100%;
  padding: 64px 25px 15px 11px;
  box-sizing: border-box;
}
.bottommenu li {
  display: inline-block;
  border-right: 1px solid #585858;
  text-align: center;
  padding-bottom: 4px;
  padding-top: 0px;
  line-height: 20px;
  margin-bottom: 2px;
}
.bottommenu li:last-child {
  border: transparent;
}
.bottommenu a {
  color: #c62717;
  text-align: center;
  margin: 0px 10px 0px 6px;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.bottommenu a:hover {
  color: #000000;
}
.bottommenu ul ul {
  display: none;
}
.bottommenumobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  height: 98px;
}
/* ****************************************  		ENTRY NAVIGATION         **************************************** */
nav#nav-below {
  width: 100%;
  padding-top: 30px;
}
.nav-previous, .nav-next {
  display: block;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  min-width: 120px;
  box-shadow: 3.5px 3.5px 0px #cdcfd0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.nav-previous:hover, .nav-next:hover {
  box-shadow: 0px 0px 0px #cdcfd0;
  color: #fff;
  left: 3.5px;
  top: 3.5px;
}
.nav-previous {
  margin: 0px 3% 10px 0;
  background: #5e5b94;
  float: left;
}
.nav-next {
  margin: 0px 0 10px 3%;
  text-align: right;
  float: right;
  background: #8d73b0;
}
.nav-previous a, .nav-next a {
  color: #fff;
  letter-spacing: 1px;
}
.tagline {
  position: absolute;
  width: 90%;
  top: 135px;
  text-align: center;
  padding-left: 10%;
  color: #6E0E09;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
span.topspan1 {
  font-size: 12px;
  line-height: 0px;
  margin-top: 2px;
  display: block;
}
span.btmspan {
  line-height: 0px;
  margin-top: -6px;
  display: block;
  padding-bottom: 5px;
}
body.tribe-is-responsive {
  background: #f12e13 !important;
}
/* ****************************************         BUTTON COLORS         **************************************** */
.button {
  background-color: #013f63;
  font: 20px "Quattrocento Sans", sans-serif;
}
.button:hover {
  color: #ffffff;
  background: #0e2b3f;
  background: #0d3351;
}
.button.buttongreen {
  background: #43b554;
}
.button.buttongreen:hover {
  background: #3aa34d;
}
.button.buttonblue {
  background: #415f82;
}
.button.buttonblue:hover {
  background: #3e597c;
}
/* ****************************************        BREADCRUMBS         **************************************** */
.breadcrumbs span {
  color: #7C7D7F;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumbs {
  padding: 11px 0 0 18px;
  color: #7C7D7F;
}
.headarea a {
  text-decoration: underline;
  color: #7C7D7F;
}
/* ****************************************        COLLAPSE-O-MATIC      **************************************** */
.collapseomatic {
  background: none !important;
  padding: 0 0 10px 0px;
  cursor: pointer;
  width: 100% !important;
  display: block;
  font-size: 29px;
}
.collapseomatic:hover {
  text-decoration: underline;
}
.collapseomatic_content {
  margin: 0px 0px 10px 3px !important;
  background: rgba(0, 0, 0, 0.02);
  width: 101.5%;
}
/* ****************************************        CONTACT FORM      **************************************** */
.addressbox {
  width: 310px;
  font-size: 14px;
  margin-left: 34.5%;
  margin-top: 54px;
  text-align: center;
  color: #fff;
  line-height: 19px;
}
.wpcf7 {
  font-size: 18px;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 span {
  color: #000000 !important;
  font-size: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
  margin: 11px auto;
  display: block;
  /* width: 52px; */
  padding: 8px 19px !important;
  border: none;
  background: #f12e13;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-form-control-wrap.your-message textarea {
  max-width: 100%;
  display: block;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required {
  /*height: 24px;
	width: 300px;
	padding: 3px;
	text-align: center;
	font-size: 13px;
	margin-top: 13px;*/
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-size: 12px;
  color: #fff;
  margin-top: -29px;
}
span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 15px;
  background: rgba(255, 0, 0, 0.85);
  display: block;
  text-align: center;
  padding: 3px;
}
form.wpcf7-form {
  font-size: 15px;
}
.highlight {
  border: 4px solid #FF7300;
}
/* ****************************************  		FOOTER NEWSLETTER SIGN UP         **************************************** */
.newsletterarea {
  min-height: 520px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #544f4f;
}
.newsletterarea h1 {
  font-size: 38px;
  border-bottom: 1px solid #544f4f;
  color: #414042;
  text-align: left;
  padding: 48px 0 25px 50%;
}
.newsletterarea .newslettericon {
  margin: 0 auto;
  display: block;
}
/*.newsletterarea .onehalf {
    height: 324px;
    position: relative;
    overflow: hidden;
    }   */
.newsletterarea .onehalf.last {
  padding: 30px 3% 0px 8%;
  box-sizing: border-box;
}
.newsletterarea input.wpcf7-text {
  width: 100% !important;
  padding: 0 20px !important;
  height: 50px !important;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border-style: none;
  border: 1px solid #888;
  background: #f9f9f9;
  text-align: left !important;
  margin: 0 !important;
  font-size: 16px !important;
  letter-spacing: -0.5px;
  color: #616161;
  box-sizing: border-box;
}
.newsletterarea input.wpcf7-submit {
  background: #f12e13;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px !important;
  height: 40px !important;
  margin-top: 22px !important;
  float: right;
  text-align: center !important;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100px !important;
  font-size: 16px;
}
/* ****************************************  		METASLIDER         **************************************** */
.metaslider .flexslider {
  margin: 0 !important;
}
.metaslider .slides img {
  min-height: 79px;
}
.metaslider .caption-wrap {
  top: 0;
  bottom: 0;
  width: 29.5% !important;
  background: #fff !important;
  opacity: 1 !important;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.45);
  color: #000 !important;
  box-sizing: border-box;
}
.homeslider {
  overflow: hidden;
}
.metaslider .caption {
  padding: 6vw 20px 0 33px !important;
  font-size: 19.5px;
  line-height: 29px;
}
.metaslider .caption h3 {
  font-size: 27px;
  font-weight: normal;
  padding-bottom: 10px;
}
.metaslider .caption h3::after {
  content: "";
  border-top: 7px solid #f12f13;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  left: -33px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.metaslider .slides img {
  padding-left: 29% !important;
  box-sizing: border-box;
}
/* ****************************************  		HOME FOOTER PICTURE SLIDER         **************************************** */
.msacwl-carousel-slide {
  box-sizing: border-box;
  padding: 0 10px;
}
.msacwl-gallery-carousel button.slick-arrow {
  padding: 33px 21px !important;
}
#msacwl-carousel-1 .msacwl-gallery-carousel button.slick-arrow.slick-next {
  background-size: 19px 34px !important;
  background: rgba(0, 0, 0, 0.4) url("images/arrow_next.png") center center no-repeat !important;
}
#msacwl-carousel-1 .msacwl-gallery-carousel button.slick-arrow.slick-prev {
  background-size: 19px 34px !important;
  background: rgba(0, 0, 0, 0.4) url("images/arrow_prev.png") center center no-repeat !important;
}
.homegallery h1 {
  max-width: 1400px;
  font-family: "Quattrocento", serif;
  color: #153a58;
  font-size: 35px;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  box-sizing: border-box;
}
.homegallery h1 a {
  font-family: "Quattrocento", serif;
  font-weight: bold;
}
.homegallery h1 span {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px;
  color: #e5a391;
  font-weight: normal;
}
.homegallery {
  clear: both;
  padding-bottom: 56px;
}
/* ****************************************         TEXT TRANSFORM          **************************************** */
.text-resize {
  position: absolute;
  right: 0;
  padding: 9px 18px;
  background: #153a58;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.text-resize span {
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
#resize-nml {
  font-size: 14.5px;
}
#resize-med {
  font-size: 16.5px;
}
#resize-lrg {
  font-size: 18.5px;
}
/* ****************************************         RANDOM STYLES          **************************************** */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-float {
  clear: both;
}
.fb-comments.fb_iframe_widget {
  padding-top: 35px;
}
.rfwbs_pagination {
  display: none;
}
.flex-control-nav {
  bottom: 5px !important;
}
.head {
  font-size: 30px;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.accordions-head {
  margin-top: 18px !important;
  padding: 15px !important;
  border: none !important;
}
.accordion-content p {
  font-size: inherit;
}
.grecaptcha-badge {
  display: none !important;
}
/* ****************************************         NEW SHIT          **************************************** */
.mainmenu li {
  height: 62px;
  line-height: unset !important;
  width: 25% !important;
}
.mainmenu li a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 95%;
}
/* ****************************************         TEXT RESIZING TOOL          **************************************** */
.resize-lrg body, .resize-med body {
  background: #000;
}
.resize-lrg .maincontent p, .resize-lrg .maincontent h1, .resize-lrg .maincontent h2, .resize-lrg .maincontent h3, .resize-lrg .maincontent h4, .resize-lrg .maincontent h5, .resize-lrg .maincontent h6 {
  color: #000;
}
.resize-med .maincontent p, .resize-med .maincontent h1, .resize-med .maincontent h2, .resize-med .maincontent h3, .resize-med .maincontent h4, .resize-med .maincontent h5, .resize-med .maincontent h6 {
  color: #000;
}
.resize-med .maincontent p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 11px;
}
.resize-med .maincontent h1 {
  font-size: 37px;
  line-height: 41px;
  padding-bottom: 11px;
}
.resize-med .maincontent h2 {
  font-size: 34px;
  line-height: 37px;
  margin-bottom: 6px;
}
.resize-med .maincontent h3 {
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 6px;
}
.resize-med .maincontent h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 6px;
}
.resize-med .maincontent h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 6px;
}
.resize-med .maincontent h6 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 6px;
}
.resize-lrg .maincontent p {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 13px;
}
.resize-lrg .maincontent h1 {
  font-size: 39px;
  line-height: 42px;
  padding-bottom: 12px;
}
.resize-lrg .maincontent h2 {
  font-size: 36px;
  line-height: 39px;
  margin-bottom: 7px;
}
.resize-lrg .maincontent h3 {
  font-size: 33px;
  line-height: 37px;
  margin-bottom: 7px;
}
.resize-lrg .maincontent h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 6px;
}
.resize-lrg .maincontent h5 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 6px;
}
.resize-lrg .maincontent h6 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 6px;
}
/*******    ENTRY TITLE    *******/
.resize-med .headarea h1.entry-title, .resize-lrg .headarea h1.entry-title {
  color: #000;
}
.resize-med .headarea h1.entry-title {
  font-size: 48px;
  line-height: 51px;
}
.resize-lrg .headarea h1.entry-title {
  font-size: 50px;
  line-height: 53px;
}
/*******    TOP NAV    *******/
.resize-lrg .nav, .resize-med .nav {
  background: #f5f5f5;
}
.resize-lrg .mainmenu li a, .resize-med .mainmenu li a {
  color: #000000;
}
/*******    SIDE NAV    *******/
.resize-med .sidebarmenu li a {
  font-size: 17px;
}
.resize-med .sidebarmenu ul ul li a {
  font-size: 15px !important;
}
.resize-lrg .sidebarmenu li a {
  font-size: 18px;
}
.resize-lrg .sidebarmenu ul ul li a {
  font-size: 16px !important;
}
/*******    BUTTONS    *******/
.resize-med .button {
  font-size: 22px;
  line-height: 25px;
}
.resize-lrg .button {
  font-size: 24px;
  line-height: 28px;
}
