/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
	 2.0.1) Font Face
	 2.0.2) Global Headings
	 2.0.3) Form Elements
	 2.0.4) List styles
	 2.0.5) General Text Formatting
	 2.0.6) Link elements
	 2.0.7) Table Elements
	 2.0.8) Button Styles
	 2.0.9) Sprite Icons
	 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/
/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #545454;
  font-size: 13px;
  background: #f5f5f5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #f7f7f7;
}

table th {
	background: #29a643;
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	padding: 18px 10px;
	text-align: center !important;
}

table td  {	
	font-size:11px;
	line-height:21px;
	font-weight: 400;
	vertical-align: middle;
	padding:19px 7px 18px 7px;
}
table td strong {	
	font-size:11px;
	line-height:21px;
	font-weight: 600;
}

table td.row-title strong{
	display: block;
	font-size:12px;
}

/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  /*font-size: 62.5%;*/
  font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/
/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #323232;
}

h1 {
  /* font-size: 48px; */
  font-size: 4.8em;
  line-height: 0.875;
  margin: 0 0 0.4375em 0;
}

h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 0.65625em 0;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
}

.post-content a {
    font-size: 11px;
    color: #d51820;
    text-decoration: none;
}

.post-content a:hover {
	text-decoration:none;
}

strong {
    font-weight: 600;
    color: #323232;
}


a.post-title {
    font-size: 13px;
    line-height: 21px;
    color: #323232;
    text-decoration: none;
}
.post-date {
    font-size: 11px;
    color: #323232;
    line-height: 21px;
}

h3 {
  /* font-size: 24px; */
  font-size: 2.4em;
  line-height: 0.875;
  margin: 0 0 0.875em 0;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  /* font-size: 21px; */
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px 0;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
}


h5 {
  /* font-size: 18px; */
  font-size: 1.8em;
  line-height: 1.16667;
  margin: 0 0 1.16667em 0;
}

h6 {
  /* font-size: 14px; */
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
}
input, select, textarea{
    border:1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #f5f5f5;
    width: 100%;
    font-size: 13px;
    color:#323232;
    line-height: 1;
   padding: 10px 9px;
}
input, select{
    min-height: 47px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    background: #f5f5f5 url("../images/drop.png")no-repeat 95% center;
    color: #a6a6a6;
}

input {
  line-height: normal;
}
textarea{
    height: 150px;
}
input:focus, select:focus, textarea:focus, button:focus {
  border: 1px #888 solid;
  outline: 0;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: visible;

}

button[disabled], input[disabled] {
  cursor: default;
  color: #999;
  border-color: #ccc;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
  font-size: 100%;
  line-height: 1.5;
}

li, dt {
  line-height: 1.5em;
}

dl {
  margin: 0 0 1em 0;
}

dd {
  margin: 0 0 1em 0.8em;
}

ul {
  list-style-type: none;
  margin: 0;
}

ol {
  list-style-type: decimal;
  margin: 0 0 1em 0;
}

ul ul, ol ul {
  list-style-type: none;
  margin-top: 0;
}

ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    color: #545454;
}

blockquote, cite, q, var, dfn {
  font-style: italic;
}

blockquote {
  background: transparent;
  color: #666666;
}

small {
  /* font-size: 12px; */
  font-size: 85.71429%;
  line-height: 1.75;
}

pre, code, kbd, tt, samp, var {
  font-size: 100%;
}

pre {
  font-size: 100%;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre, code {
  color: #880000;
}

kbd, samp, var {
  color: #666666;
  font-weight: bold;
}

acronym, abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  cursor: help;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*
 2.0.6) Link style
 -------------------------*/
a {
    color: #d51820;
    text-decoration: underline;
}

a:hover, a:focus {
  color: #29a643;
  text-decoration: underline;
}

a:active {
  outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  color: #323232;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin: 20px 0 0px 0;
}

caption {
  font-variant: small-caps;
}

th, td {
  line-height: 1.5em;
  vertical-align: top;
  padding: 0.71429em 0.5em;
}

th *:first-child, td *:first-child {
  margin-top: 0;
}

thead th {
  text-align: left;
  color: #000;
  border-bottom: 2px #000 solid;
}

tbody th {
  text-align: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #25943c;
}

tbody td {
  text-align: center;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

tbody td:last-child{
	border-right: none;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn,button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
   background: #d51820;
    padding:10px 15px;
      border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border:none;
    font-weight: 500;
    width: auto;
    font-family: 'Montserrat', sans-serif;
}

.btn:hover, .btn:focus, input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus,input[type="submit"]:focus,input[type="submit"]:hover,input[type="reset"]:hover,input[type="reset"]:focus {
     background: #29a643;
    color:#ffffff;
    text-decoration:none;
}

/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
}

/*
 2.1.0) 960 Grid Style
 -------------------------*/
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 6.333%;
}

.container_12 .grid_2 {
  width: 14.667%;
}

.container_12 .grid_3 {
  width: 23.0%;
}

.container_12 .grid_4 {
  width: 31.333%;
}

.container_12 .grid_5 {
  width: 39.667%;
}

.container_12 .grid_6 {
  width: 48.0%;
}

.container_12 .grid_7 {
  width: 56.333%;
}

.container_12 .grid_8 {
  width: 64.667%;
}

.container_12 .grid_9 {
  width: 73.0%;
}

.container_12 .grid_10 {
  width: 81.333%;
}

.container_12 .grid_11 {
  width: 89.667%;
}

.container_12 .grid_12 {
  width: 98.0%;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 8.333%;
}

.container_12 .prefix_2 {
  padding-left: 16.667%;
}

.container_12 .prefix_3 {
  padding-left: 25.0%;
}

.container_12 .prefix_4 {
  padding-left: 33.333%;
}

.container_12 .prefix_5 {
  padding-left: 41.667%;
}

.container_12 .prefix_6 {
  padding-left: 50.0%;
}

.container_12 .prefix_7 {
  padding-left: 58.333%;
}

.container_12 .prefix_8 {
  padding-left: 66.667%;
}

.container_12 .prefix_9 {
  padding-left: 75.0%;
}

.container_12 .prefix_10 {
  padding-left: 83.333%;
}

.container_12 .prefix_11 {
  padding-left: 91.667%;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 8.333%;
}

.container_12 .suffix_2 {
  padding-right: 16.667%;
}

.container_12 .suffix_3 {
  padding-right: 25.0%;
}

.container_12 .suffix_4 {
  padding-right: 33.333%;
}

.container_12 .suffix_5 {
  padding-right: 41.667%;
}

.container_12 .suffix_6 {
  padding-right: 50.0%;
}

.container_12 .suffix_7 {
  padding-right: 58.333%;
}

.container_12 .suffix_8 {
  padding-right: 66.667%;
}

.container_12 .suffix_9 {
  padding-right: 75.0%;
}

.container_12 .suffix_10 {
  padding-right: 83.333%;
}

.container_12 .suffix_11 {
  padding-right: 91.667%;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 8.333%;
}

.container_12 .push_2 {
  left: 16.667%;
}

.container_12 .push_3 {
  left: 25.0%;
}

.container_12 .push_4 {
  left: 33.333%;
}

.container_12 .push_5 {
  left: 41.667%;
}

.container_12 .push_6 {
  left: 50.0%;
}

.container_12 .push_7 {
  left: 58.333%;
}

.container_12 .push_8 {
  left: 66.667%;
}

.container_12 .push_9 {
  left: 75.0%;
}

.container_12 .push_10 {
  left: 83.333%;
}

.container_12 .push_11 {
  left: 91.667%;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -8.333%;
}

.container_12 .pull_2 {
  left: -16.667%;
}

.container_12 .pull_3 {
  left: -25.0%;
}

.container_12 .pull_4 {
  left: -33.333%;
}

.container_12 .pull_5 {
  left: -41.667%;
}

.container_12 .pull_6 {
  left: -50.0%;
}

.container_12 .pull_7 {
  left: -58.333%;
}

.container_12 .pull_8 {
  left: -66.667%;
}

.container_12 .pull_9 {
  left: -75.0%;
}

.container_12 .pull_10 {
  left: -83.333%;
}

.container_12 .pull_11 {
  left: -91.667%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*
 3.) Site Wide Content
 ------------------------------*/
/*
 4.) Header Styles
 ------------------------------*/
#header {
  background: #000000;
}

.logo, .header-ads, .language, .language a {
  display: inline-block;
  vertical-align: middle;
  color: #f5f5f5;
font-weight: 400;
    font-size: 13px;
}

.logo {
  width: 24%;
}

.header-ads {
  width: 65.3%;
  padding:15px 13px 12px 24px;
}

.language {
    cursor: pointer;
    width: 80px;
    text-transform: uppercase;
    margin-top: 49px;
    position: relative;
    text-align: center;
    margin-left: 19px;
    margin-right: auto;
    background: transparent;
    border: none;
    font-size: 13px;
    color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
}
.language.open{
    overflow: visible;
}
.language .active{
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    right: 11px;
}
.language li{
    padding-top:20px;
}
.language a{
    text-decoration: none;
}
.language-wrapper {
  position: relative;
  width: 110px;
  float: right;
  height: 120px;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
}

.language.open:after {
   content: "\f0d8";   
}
.language:after {
  position: absolute;
  color: #909090;
  top: 0px;
  right: 4px;
  width: 12px;
  height: 10px;
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 12px;
}

nav {
  border-top: 1px solid #252525;
    clear: both;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
}

.main-menu > .menu-item {
  flex-grow: 1;
  text-align: center;
}

.menu-item a {
  font-size: 13px;
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 20px 12px;
  display: inline-block;
  text-decoration: none;
}

.menu-item:hover,#site-navigation .menu-item.current-menu-item {
  background: #29a643;
}

/*
 5.) Footer Styles
 ------------------------------*/
#footer {
  background: #000000;
  padding: 50px 0 40px;
}
#footer h5 {
  color: #ffffff;
}

.footer-container {
  padding: 0 85px;
}

.footer-top {
  overflow: hidden;
}

.footer-top li a, .footer-top p {
  color: #d2d2d2;
font-size: 13px;
}
.footer-top li a:hover{
    color:#d51820;
}
.footer-top > li {
  float: left;
}

.footer-top > li:nth-child(1), .footer-container > li:nth-child(3) {
  width: 24.2%;
}

.footer-top > li:nth-child(2) {
  width: 51%;
}
.footer-top a[href^="tel:"] {
  color: #d2d2d2;
}
.footer-bottom {
  border-top: 1px solid #252525;
  overflow: hidden;
padding: 16px 13px 20px;
}

.copyright {
    float: left;
    font-size: 10px;
    color: #9e9e9e;
    font-weight: 300;
}

.cms-link {
    float: right;
    color: #9e9e9e;
    font-size: 10px;
    font-weight: 400;
    
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 20px;
}
.cms-link a {
	color: #9e9e9e;
    font-size: 10px;
    font-weight: 400;text-decoration:none;
   /* text-decoration: underline;*/
    border-bottom: 1px solid #595959;  
}
.cms-link span{
    padding: 0 5px;
}
.cms-link a:hover {
	color: #d51820;
}


.footer-top h3 {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 19px;
}
.footer-logo-section h3{
    margin-bottom: 20px;
}
.footer-contact-section h3{
    margin-bottom: 21px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*Notification*/
.error{
    padding-left: 15px;
    color: #d51820 !important;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.error:before{
    content:"\f071";
    font-family: 'fontawesome';
    color:#d51820;
    left: 0;
    top: 0px;
    font-size: 12px;
    position: absolute;
}
.success{
    padding-left: 15px;
    color: #29a643 !important;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}
.success:before{
    content:"\f00c";
    font-family: 'fontawesome';
    color:#29a643;
    left: 0;
    top: 0px;
    font-size: 12px;
    position: absolute;
}

/* comments list */
.comment-author-name{
	color:#000;
	font-weight:600;
}

.comment-list{
	margin: 1em 0 1em 0;
}		

.comments-area{
    border: 1px solid #b4e0bd;
	background: #f7f7f7;
	margin-top:50px;
}