@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500);
body {
    background: #fff;
    color: #777;
    color: #555;
    /*Must be at least #555 for ADA compliance for contrast*/
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-weight: 400;
}

label, strong, h3, h4, h5, h6, h2.block-title {
    font-weight: 500;
}

.hidden {
    display: none;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#colorbox, #colorbox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.group:after, .clearfix:after, .view:after, .view-content:after, .region:after, .container:after, .block:after, .views-row:after, .panel-panel:after, .center-wrapper:after, #main .container:before, .content-wrapper:after, .content-wrapper-wrapper:after, .field-label-inline:after {
    content: "";
    display: table;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    color: #333;
    margin: 1.5rem 0;
    padding: 0;
}

h1 {
    font-size: 2rem;
}

h2, .view-grouping-header {
    font-size: 1.5rem;
}

h2.block-title, h3 {
    font-size: 0.875rem;
}

h2.block-title, .form-item h3 {
    text-transform: uppercase;
    margin-top: 0;
}

h4, h5, h6 {
    font-size: 1.2rem;
    line-height: 1.2em;
}

h5 {
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #B31E3B;
    /*Anythink red*/
    color: #2366b3;
    /*Anythink Blue*/
    color: #1271d7;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

.main a:hover {
    text-decoration: none;
}

li ul, li ol {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.content-wrapper ul, .content-wrapper ol {
    margin: 1.5rem 0;
    padding: 0 0 0 1.5rem;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl dt {
    font-weight: 500;
}

dd {
    margin-left: 1.5rem;
}

hr {
    border: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    float: none;
    height: 1px;
    width: 100%;
    margin: 0 0 1.4375rem;
}

fieldset {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: .5rem 0 1.5rem;
    padding: 1rem;
}

table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    font-size: .875rem;
}

th, tr, td {
    vertical-align: top;
}

th, td, td.active {
    border: 1px solid #dedede;
    padding: 0.75rem;
}

td.active {
    background-color: rgba(255, 255, 255, 0.6);
}

.sticky-header th, .sticky-table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-right: 1rem;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
}

.field:last-child, .node-block .field {
    margin-bottom: 0;
}

.field-label-inline {
    clear: both;
}

.node-links {
    margin: 1.5rem 0;
}

.rooftop, .navigation, #header, #main, #footer, .container, .region, .panel-pane, .views-row, .view-header, .view-footer, .block, ul.menu li, .views-row, .block, th, td, .slick__slide {
    position: relative;
}

#main, #footer {
    padding: 0;
}

#main .container {
    min-height: 400px;
}

.item-list ul, .item-list ul li, ul.menu, ul.menu li, ul.inline li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu ul.menu {
    margin: 0 0 0 1rem;
}

ul.inline {
    clear: both;
}

ul.inline-buttons.links.inline li {
    margin-right: 0.25rem;
}

.rooftop {
    z-index: 4;
}

.navigation {
    z-index: 3;
}

.region-navigation ul.menu ul.menu {
    position: absolute;
    z-index: 3;
    width: 250px;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, 0.1);
    margin: 0;
}

.region-navigation ul.menu ul.menu li {
    width: 100%;
}

.region-navigation ul.menu ul.menu ul.menu {
    display: none;
    background: #fdfdfd;
    position: relative;
    /*border: 1px solid #ddd;
    border-top: 1px solid rgba(0,0,0,0.15);
    margin-left: -1px;*/
}

.region-navigation ul.menu li:hover>ul.menu {
    display: block;
}

.region-navigation li.expanded:after {
    content: "▾";
    font-size: 12px;
    position: absolute;
    top: 0.75rem;
    right: 0.5rem;
    color: #999;
    padding: 0;
}

.region-navigation ul.menu li.expanded a {
    padding-right: 1.5rem;
}

.region-navigation ul.menu ul.menu li.expanded:hover ul.menu {
    display: block;
    position: absolute;
    right: 248px;
    top: 0;
}

.tabs-wrapper {
    margin: 0;
    padding: 1.5rem 0 0;
}

.field-name-field-tags .field-item {
    margin: 0 1rem 0 0;
}

.field-name-field-tags div {
    display: inline;
}

form div {
    max-width: 100%;
}

input, input[type="password"], input[type="text"], input[type="email"], textarea {
    line-height: 1.5;
    height: auto;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
    border: 1px solid rgba(0, 0, 0, 0.6);
    max-width: 100%;
    font-size: 0.8125rem;
    padding: 0.75rem;
    color: #333;
    font-weight: 400;
}

.main input, .main input[type="password"], .main input[type="text"], .main input[type="email"], .main textarea {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

textarea {
    line-height: 1.5em;
}

input[type="submit"], a.button, a.btn, .main input[type="submit"], .main a.button, .main a.btn, .submit-button input[type="button"] {
    background: #f9a451;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8125rem;
    border-radius: 0;
    color: #FFF;
    border: none;
    box-shadow: none;
    letter-spacing: .5px;
    margin: 1.5rem 1.5rem 0 0;
    padding: .75rem 3rem;
    border: 1px solid #f9a451;
}

.main input[type="submit"] {
    margin-bottom: 1.5rem;
}

input[type="submit"]:hover, a.button:hover, a.btn:hover {
    background: #fcb774;
}

input[type="submit"]:active, a.button:active, a.btn:active {
    background: #e5964a;
    padding: .75rem 3rem;
}

input#edit-preview {
    background: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

html.js input.form-autocomplete {
    background-position: 100% 9px;
}

html.js input.throbbing {
    background-position: 100% -18px;
}

.form-item label {
    margin: 0 0 5px;
}

.form-item .description {
    padding: 5px;
}

.webform-confirmation {
    background: #befdd7;
    border: 1px solid #a7eac2;
    margin: 0 0 1.5em;
    padding: 1.5rem;
}

input[type="submit"], input[type="password"], input[type="text"], input[type="email"] {
    -webkit-appearance: none;
}

.views-row {
    list-style: none;
    margin: 0;
    padding: 0;
}

.views-row, .view-header, .view-footer, .view-filters {
    margin: 0;
    padding: 0;
}

.field .field-label, .views-label {
    font-weight: 500;
    color: #444;
}

.field-label {
    margin: 0 0.75rem 0 0;
}

.views-field-edit-node, .edit-link {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px;
    z-index: 2;
}

th.views-field-edit-node, td.views-field-edit-node {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
}

div.messages, div.breadcrumb {
    margin: 1.5rem 0;
}

div.breadcrumb {
    text-transform: uppercase;
    font-size: .75rem;
    padding: 1rem 0;
}

ul.contextual-links li a {
    font-size: 12px!important;
    font-family: sans-serif!important;
    padding: .25em 1em .25em .5em !important;
}

.cols:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cols {
    display: inherit;
}

* html .cols {
    height: 1%;
}

.cols>.col {
    float: left;
    width: 100%;
}

.cols-2>.col:nth-of-type(2n+1), .cols-3>.col:nth-of-type(3n+1), .cols-4>.col:nth-of-type(4n+1), .cols-5>.col:nth-of-type(5n+1), .cols-6>.col:nth-of-type(6n+1) {
    clear: left;
}

p, table, .by-line, .field, dl, .field-name-field-tags, .field-name-field-blog-video .field-item, .location-locations-display {
    margin: 0 0 1.5rem;
}

table.cols-2 td, .cols-2>.col {
    width: 50%;
}

table.cols-3 td, .cols-3>.col {
    width: 33.3333%;
}

table.cols-4 td, .cols-4>.col {
    width: 25%;
}

table.cols-5 td, .cols-5>.col {
    width: 20%;
}

table.cols-6 td, .cols-6>.col {
    width: 16.6666%;
}