/*
 * This file is intended to overwrite default rules in Bootstrap css files instead of
 * editing the Bootstrap css directly. This should make updating Bootstrap releases
 * easier.
 *
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Titillium Web", Arial, sans-serif;
    font-weight: 500;
    color: #09143a;
}

.post h3, .page h3 {
    padding-bottom: 15px;
}

p, ul, ol, li, body {
     line-height: 1.4em;
  font-size: 16px;
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 400;
    color: #000; 
}

.nav-stacked  {
    margin-right: 20px;
    border-top: 1px solid #ddd;
}

.nav-stacked li a {
    font-size: 16px;
    text-decoration: none;
}

.nav-stacked li {
    border-bottom: 1px solid #ddd;

}


.container {
    padding-left: 0px;
}

.dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


a {
    text-decoration: underline;
    color: #09143a;
}

.children
{ display: none; }

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children

{ display: block; }

.current_page_item .children {
    margin-bottom:15px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

[class^="icon-"], [class*=" icon-"] {
    text-decoration: none;
}
@media only screen and (min-width: 600px) {
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width:500px;
}
}

@media only screen and (max-width: 599px) {
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width:100%;
}
}


input[type="radio"], input[type="checkbox"] {
    width:15px;
    margin-top:-3px;
}

.table-noborder, .table-noborder tbody th, .table-noborder tbody tr, .table-noborder tbody td, table-noborder tbody tr:last-child {
    border: 0;
    border-left:0; border-right:0; border-top:0; border-bottom:0 !important;
}

.youtube-player {
    max-width:100%;
}

.section-head label {
    font-size: 24px;
}

.columns-2 .column { width: 47.5%; margin-left:0 !important;} /* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
.columns-3 .column { width: 30%; margin-left:0 !important;}
.columns-4 .column { width: 21.25%; margin-left:0 !important;}

.columns-3 .column-span-2 { width: 65%; margin-left:0 !important;} /* $width * $span + $margin * ( $span - 1 ) */
.columns-4 .column-span-2 { width: 47.5%; margin-left:0 !important;}
.columns-4 .column-span-3 { width: 73.75%; margin-left:0 !important;}


.btn-primary {
    color: #fff;
    background-color: #0a304b;
    border-color: #0a304b;
    border-radius: 0px !important;
    text-decoration:none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

@media only screen and (max-width: 767px) {
    .mobile-padding{
        padding-left:15px;
    }
}

input, textarea {
    border: 1px solid #626262;
}
