@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

Light Background: #f7f6f3
Grey Borders: #d2d2d2
Blue: #005ca9
Green: #2fa500
Red: #cf2e2e

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

body{
font-family: 'Montserrat', sans-serif;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
float: left;
}

.center{text-align: center;}
.clear{clear: both;}

.redtext{color: #cf2e2e}
.greentext{color: #2fa500}
.bluetext{color: #005ca9}
.blacktext{color: #000}

/*********************
LINK STYLES
*********************/
a{
color: #005ca9;
}

a:link, a:visited:link {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.button{
background: #005ca9;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-weight: 700;
}
.button.green{
background: #2fa500;
}

.button:hover{
-webkit-transition: 500ms ease;
transition: 500ms ease;
background: #464646;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, h2, h3, h4, h5{
font-family: 'Montserrat', sans-serif;
}

h1{
font-size: 2.4rem;
font-weight: 700;
}
h2{
font-size: 2rem;
font-weight: 700;
}
h3{
font-size: 1.7rem;
font-weight: 700;
}
h4{
font-size: 1.35rem;
font-weight: 700;
}

p, ul, ol{
font-size: 1.1rem;
}

/* Small */
@media screen and (max-width: 40em) {
	h1{
	font-size: 2rem;
	}
	h2{
	font-size: 1.7rem;
	}
	h3{
	font-size: 1.35rem;
	}
	h4{
	font-size: 1.15rem;
	}
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.page-header{
background-image: url('../images/header.jpg');
background-repeat: repeat-x;
background-position: center center;
height: 180px;
}
.blue-title-bar{
background: #005ca9;
text-align: center;
padding: 0.3rem 1rem;
margin-bottom: 1em;
}
	.blue-title-bar h1{
	font-size: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	}

/* Small */
@media screen and (max-width: 40em) {
	.page-header{
	height: 100px;
	}
	.blue-title-bar h1{
	font-size: 1.2rem;
	line-height: 1.2;
	}
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.top-bar{
background: none;
padding: 1rem 0.5rem 1rem 0.5rem;
}
.top-bar, .top-bar ul{
background: none;
}

.menu{
font-size: 1rem;
font-weight: 600;
margin-top: 1em;
}

.menu > li > a{

}
.menu > li > a:hover{

}

.menu .active > a{
background: #005ca9;
}

/* change dropdown arrow color (desktop and mobile) */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
border-color: #000 transparent transparent;
}
	.is-accordion-submenu-parent > a::after {
	border-color: #000 transparent transparent;
	}


/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.shadow-callout {
  background: #fff;
  border: 2px solid #8d8d8d;
  -moz-box-shadow: 5px 5px 2px 2px #8fccf2;
  -webkit-box-shadow: 5px 5px 2px 2px #8fccf2;
  box-shadow: 5px 5px 2px 2px #8fccf2;
  padding: 20px;
  margin: 5px 20px 20px 0px;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
margin: 0;
}
	.widget ul li {
	list-style: none; 
	}

.widget_search{
margin-bottom: 20px;
}

.dcjq-accordion{
}
.dcjq-accordion ul{
background: #f7f6f3;
font-size: 0.95rem;
line-height: 1.3;
font-weight: 600;
}
	.dcjq-accordion > ul > li{
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	}
	.dcjq-accordion ul li a.dcjq-parent::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/arrow-down.png') no-repeat right 2px;
    padding: 0;
    float: right;
	}
	.dcjq-accordion ul li a.dcjq-parent.active::after {
    background: url('../images/arrow-up.png') no-repeat right 2px;
	}

	.dcjq-accordion ul a{
	display: block;
	padding: 0.5rem 0.6rem 0.5rem 0.6rem;
	}

.dcjq-accordion ul.sub-menu{
font-size: 0.8rem;
list-style: disc;
margin-left: 1.4rem;
padding-bottom: 0.7rem;
}
	.dcjq-accordion ul.sub-menu li{
	list-style: disc;
	}
	.dcjq-accordion ul.sub-menu a{
	padding: 0.35rem 0.5rem 0.3rem 0.4rem;
	}


/*********************
FOOTER STYLES
Light Background: #f7f6f3
Grey Borders: #d2d2d2
Blue: #005ca9
*********************/
.footer {
clear: both;
margin-top: 1em; 
}

.copyright{
font-weight: 600;
font-size: 0.85rem;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"]{
vertical-align: text-top;
margin: 0.1rem 0.3rem 0.2rem 0;
}
.gform_wrapper.gf_browser_gecko select{
padding: 2px 25px 2px 2px;
}

.woocommerce .woocommerce-breadcrumb{
display: none
}
.woocommerce table.variations .label{
background: none !important;
}
.woocommerce div.product form.cart .variations select{
margin: 0 !important;
}

.woocommerce div.product .woocommerce-variation-price{
margin-bottom: 8px !important;
}

.woocommerce .product p.price{display: none !important;}

.woocommerce span.onsale{
background: #cf2e2e !important; 
line-height: 3 !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
width: 26%
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
width: 70%
}
.woocommerce div.product div.summary{
margin-bottom: 1em;
}
.woocommerce div.product form.cart{
margin-bottom: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
display: none;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
background-color: #2fa500;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
background-color: #8d8d8d;
}

#wlm_form_field_wp-submit{
background: #2fa500;
border: none;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
padding: 0.5rem 1rem;
}

/* Hiding the Subscriptions Details table */
.woocommerce .woocommerce-order-details .woocommerce-orders-table--subscriptions{
display: none;
}
.woocommerce .woocommerce-order-details header h2{
display: none;
}

/* Styling login prompt on checkout page */
.woocommerce-form-login-toggle{
} 
	.woocommerce-form-login-toggle .woocommerce-info{
	border: 3px solid #005ca9;
	}
.woocommerce-form-coupon-toggle{
display: none;
}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
