/*
Theme Name: CTWA
Theme URI: https://pacerstudios.com
Author: Pacer Studios
Author URI: http://pacerstudios.com
Description: This is the main theme for your site. NOTE: Changes beyond this point may cause display issues.
Version: 2020.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/* Imports for Devices */
@import url('sp-port.css');
@import url('sp-landscape.css');
@import url('ipad-port.css');
@import url('ipad-landscape.css');
@import url('animate.css');

/* Font Imports */
@import url('https://fonts.googleapis.com/css?family=Prompt:400,500,600,700,800&display=swap');

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700i&display=swap');

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

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;
}

body {
    line-height: 1;
    font-family: 'Prompt', sans-serif;
    background: #143852;
}

button {
	outline: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

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

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	padding: 1vw;
}

big {
	font-size: 120%;
}

small,sup,sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del,strike,s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,cite,var {
	font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

body {
    width: 100%;
    position: relative;
}

* {
    box-sizing: border-box;
}

/* Globals */
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
}

table.blueTable tbody td {
}

table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}

table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.blueTable thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}

table.blueTable tfoot td {
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/* Swipe */
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

/* Workaround for clearing out DIVs that don't behave */
.cleardiv { clear:both; font-size:0px; line-height:0px; height:0; overflow:hidden; }

/* Main Declarations */

@media screen and (min-width: 1200px) {

* {
    font-size: .8vw;
    line-height: 1vw;
    margin-bottom: 1vw;
}
    
#wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

#header {
    width: 100%;
    height: 13.333vw;
    padding: 0vw 11.5vw;
}

#branding {
    width: 12vw;
    height: 13.333vw;
    background: url(images/logo_top-new.png) center center no-repeat;
    background-size: 75% 70%;
    position: absolute;
    top: 0vw;
    left: 12vw;
}

#branding a {
    display: block;
    width: 100%;
    height: 100%;
}

#menu {
    width: auto;
    height: 2.5vw;
    position: absolute;
    right: 12vw;
    top: 5vw;
}

#menu ul {
    list-style: none;
    text-align: center;
}

#menu ul li {
    font-size: 1vw;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

#menu ul li a {
    text-decoration: none;
    font-weight: bold;
    line-height: 2.5vw;
    color:#FFF;
    padding: 0vw 2vw;
}

/* 2nd Level */
#menu ul li ul {
    display: none;
}

#menu ul li:hover ul {
    display: block;
    width: 23vw;
    height: auto;
    border: 1px solid #ffffff;
    background: #143852;
    text-align: left;
    position: absolute;
    z-index: 9999;
    top: 2.5vw;
    left: 0vw;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
}

#menu ul li:hover ul li {
    position: relative;
    width: 100%;
    font-size: .8vw;
}

#menu ul li:hover ul li a {
    display: block;
    width: 100%;
}

#menu ul li:hover ul li ul {
    display: none;
}

/* 3rd Level */
#menu ul li ul li ul {
    display: none;
    width: 20vw;
    height: auto;
}

#menu ul li ul li:hover ul {
    display: block;
    position: absolute;
    top: 0vw;
    left: 20vw;
}

#mobile_toggle {
    display: none;
}

/* Slider */

#slider_homeindex {
    width: 100%;
    height: 36.875vw;
    position: relative;
}

#slider_homeindex #prev {
    display: block;
    width: 2vw;
    height: 2vw;
    font-family: 'ElegantIcons';
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
    color: #aaa;
    background: rgba(255,255,255,0.75);
    position: absolute;
    z-index: 99999;
    top: 17vw;
    left: 0vw;
    cursor: pointer;
}

#slider_homeindex #next {
    display: block;
    width: 2vw;
    height: 2vw;
    font-family: 'ElegantIcons';
    font-size: 1.5vw;
    line-height: 2vw;
    text-align: center;
    color: #aaa;
    background: rgba(255,255,255,0.75);
    position: absolute;
    z-index: 99999;
    top: 17vw;
    right: 0vw;
    cursor: pointer;
}

.slider_wrap {
    width: 100%;
    height: 36.875vw;
    background-size: cover !important;
    position: relative;
}

.slider_content {
    width: 50%;
    height: auto;
    padding: 1.5vw;
    text-align: center;
    margin: 0 auto;
    background-color:rgba(128,128,128,0.5);
    border-radius: .8vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.slider_title {
    color: #FFF;
    font-weight: 800;
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.slider_content p {
    font-size: .9vw;
    line-height: 1.1vw;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.slider_content p a {
    width: auto !important;
    font-size: .9vw;
    font-weight: 600;
    color: #FFF;
    margin: 1.5vw auto 0vw auto;
    text-shadow: none;
    text-decoration: none;
    padding: .4vw 1vw;
    border-radius: .6vw;
    background-color:rgba(41,171,227,1);
    display: table;
}

#alerts_homeindex {
    width: 100%;
    height: auto;
    padding: 3vw 0vw;
}

#alerts_inner {
    width: 76vw;
    height: auto;
    margin: 0 auto;
    background: #FFF;
    border-radius: .8vw;
    padding: 1.2vw;
}

#alerts_inner h2 {
    color: #1b4982;
    font-weight: 700;
    font-size: 1.3vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}

.alert_item {
    padding: .8vw 0vw;
}

.alert_title {
    font-size: 1vw;
    margin-bottom: 1vw;
    color:#11a3e2;
    font-weight: 600;
}

.alert_itemcontent p {
    font-size: .8vw;
}

.alert_readmore {
    display: block;
    float: right;
    color:#11a3e2;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9vw;
    font-weight: 600;
    border: .2vw solid #11a3e2;
    border-radius: .8vw;
    padding: .3vw 1.3vw;
}

#csr_homeindex {
    width: 100%;
    height: 29.635vw;
    padding: 5vw 12vw;
    background: url(images/water_dropback.jpg) center center no-repeat;
    background-size: cover;
}

.csr_item {
    width: 20vw;
    height: 18.125vw;
    float: left;
    background-color: #FFF;
    border-radius: .8vw;
    position: relative;
}

.csr_item:nth-child(2) {
    width: 20.260vw;
    height: 18.125vw;
    margin: 0vw 7.2vw;
    float: left;
    background-color: #FFF;
    border-radius: .8vw;
}

.csr_title {
    width: 100%;
    color:#FFF;
    background: #666666;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 1vw 0vw .7vw 0vw;
    border-top-left-radius: .8vw;
    border-top-right-radius: .8vw;
}

.csr_itemcontent {
    min-height: 13.5vw;
    padding: 1.4vw;
    position: relative;
}

.csr_itemcontent p {
    font-style: .75vw;
    line-height: 1vw;
}

.csr_itemcontent p a {
    display: block;
    max-width: 12vw;
    color: #11a3e2;
    margin: 2vw auto 0vw auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9vw;
    font-weight: 600;
    border: .2vw solid #11a3e2;
    border-radius: .8vw;
    padding: .3vw 1.3vw;
    position: absolute;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
}

#whoweare_homeindex {
    width: 100%;
    height: 34.947vw;
    padding: 5vw 12vw;
    background: url(images/trucks_backdrop.jpg) center center no-repeat;
    background-size: cover;
}

#whoweare_homeinner {
    width: 50%;
    height: auto;
    padding: 1.5vw;
    text-align: center;
    margin: 0 auto;
    background-color:rgba(128,128,128,0.7);
    border-radius: .8vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#whoweare_homeinner h1 {
    color: #FFF;
    font-weight: 800;
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

#whoweare_homeinner p {
    display: block;
    font-size: .9vw;
    line-height: 1.1vw;
    margin-bottom: 1.4vw;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

#whoweare_homeinner p a {
    display: inline-block;
    max-width: 16vw;
    color: #11a3e2;
    background: #FFF;
    margin: 1vw auto 0vw auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    font-size: .9vw;
    font-weight: 600;
    border: .2vw solid #11a3e2;
    border-radius: .8vw;
    padding: .3vw 1.3vw;
}

/* Footer */
#footer {
    width: 100%;
    height: auto;
    min-height: 28.125vw;
    padding: 3vw 12vw;
    position: relative;
}

.footer_column {
    display: block;
    width: 17.5%;
    height: auto;
    margin: 0vw 1vw;
    float: left;
}

.footer_column:nth-child(1) {
    margin: 0vw 1vw 0vw 0vw;
}

.footer_column:nth-child(5) {
    width: 17.5%;
    margin: 0vw 0vw 0vw 1vw;
    position: relative;
}

.footer_column h3 {
    font-size: 1vw;
    color:#3dadfc;
    text-transform: uppercase;
}

.footer_column ul {
    margin-top: 1.2vw;
}

.footer_column ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding-bottom: .6vw;
}

.contact_content {
    margin-top: 1.2vw;
}

.contact_content iframe {
    width: 100%;
}

.contact_content p {
    color: #FFF;
    text-decoration: none;
    padding-bottom: .6vw;
}

#copyright {
    position: absolute;
    bottom: 5vw;
    color: #FFF;
}

#copyright a {
    color: #3dadfc;
}

/* Subpages */
#subpage_content {
    width: 100%;
    height: auto;
    padding: 5vw 12vw;
    min-height: 50vw;
    background: #FFF;
}

#content_left {
    display: block;
    width: calc(100% - 16vw);
    height: auto;
    float: left;
}

#content_left h1 {
    color: #1c4a83;
    font-weight: 800;
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;   
}

#content_left h2 {
    font-size: 1vw;
    margin-bottom: 1vw;
    color: #11a3e2;
    font-weight: 600;
}

#content_left h3 {
    font-size: .9vw;
    margin-bottom: 1vw;
    color: #11a3e2;
    font-weight: 600;
}

#content_left h4 {
    font-size: .8vw;
    margin-bottom: 1vw;
    font-weight: bold;
}

#content_left p {
    font-size: .8vw;
    line-height: 1vw;
    margin-bottom: 1vw;
}

#content_left ul {
    margin: 1vw 0vw 1vw 1vw;
    list-style-type: disc;
}

#content_left ul li {
    font-size: .8vw;
    margin-left: 1vw;
    padding-bottom: .6vw;
}

#content_left ol {
    margin: 1vw 0vw 1vw 1vw;
}

#content_left ol li {
    margin-left: 1vw;
    padding-bottom: .6vw;
}

.content_button {
    display: inline-block;
    color: #11a3e2;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9vw;
    font-weight: 600;
    border: .2vw solid #11a3e2;
    border-radius: .8vw;
    margin: .8vw 0vw;
    padding: .3vw 1.3vw;
}

.post-edit-link {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
    padding:9px 23px;
    margin-bottom: 1.3vw;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}

.post-edit-link:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}

.post-edit-link:active {
	position:relative;
	top:1px;
}

#subpage_sidebar {
    display: block;
    width: 15vw;
    height: auto;
    float: right;
}

#subpage_sidebar .widget_nav_menu {
    width: 100%;
    height: auto;
    padding: 1.2vw 2vw;
    background-color:rgba(0,0,0,0.6);
    border-radius: .8vw;
    position: relative;
}

#subpage_sidebar .widget_nav_menu h3 {
    color: #FFF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1vw;
}

#subpage_sidebar .widget_nav_menu ul li a {
    display: inline-block;
    width: 100%;
    color: #000;
    background: #FFF;
    margin: .5vw auto 0vw auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    font-size: .8vw;
    border: .1vw solid #000;
    border-radius: .6vw;
    padding: .4vw 1vw;
}

.gform_description {
    font-size: .8vw;
}

/* END Desktop */ 
}


