html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Titillium Web", sans-serif;
}

body {
    background-image: url(https://wtitransport.com/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    -ms-behavior: url(https://wtitransport.com/js/backgroundsize.min.htc);
}

.load-tracking input {
    height: 40px;
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.load-tracking-submit {
    height: 50px;
    font-size: 22px;
    background-color: #e6403b;
    color: #fff;
    border: none;
    margin: 0px;
}

.load-tracking-submit:hover {
    background-color: #000;
}

body img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

img {
    border:0;
}

#header {
    width: 100%;
    height: 129px;
    float: left;
    background: #004b8e;
}

#header .left {
    float: left;
    /*background-image: url(https://wtitransport.com/images/leftFill.png);
    background-repeat: repeat-x;*/
    width: 20%;
    height: 129px;
    margin-right: 50px;
    position: relative;
        background: #004b8e;
}

#header .left .internal {
    width: 107px;
    height: 129px;
    position: absolute;
    right: -105px;
    /*background-image: url(https://wtitransport.com/images/leftFinish.png);
    background-repeat: no-repeat;*/
        background: #004b8e;
}

#header .center {
    float: left;
    /*background-image: url(https://wtitransport.com/images/midFill.png);
    background-repeat: repeat-x;*/
    width: 960px;
    height: 129px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
        background: #004b8e;
}

#header .center .logo {
    width: 216px;
    height: 105px;
    float: left;
    position: relative;
    background-image: url(https://wtitransport.com/images/wti-logo.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -70px;
    cursor: pointer;
    top: 12px;
}

#header .center .topStuff {
    width: 65%;
    height: 114px;
    float: right;
}

#header .center .topStuff .top {
    width: 100%;
    float: left;
    height: 51px;
    padding-bottom: 4px;
    text-align: right;
}

#header .center .topStuff .top .topText {
    width: 330px;
    float: left;
    margin-top: 3px;
    padding-left: 90px;
}

#header .center .topStuff .top .search {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}

#header .center .topStuff .top .search input[type="text"]{
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    border: 0;
    width: 140px;
    font-family: "Titillium Web", sans-serif;
}

#header .center .topStuff .top .search input[type="submit"]{
    width: 17px;
    height: 15px;
    border: 0;
    background-color: transparent;
    background-image: url(https://wtitransport.com/images/magGlass.png);
    background-repeat: no-repeat;
    position: relative;
    left: -30px;
    top: 3px;
    cursor: pointer;
}

#header .center .topStuff .bottom {
    width: 100%;
    float: left;
    height: 58px;
}

#header .center .topStuff .bottom .nav {
    float: right;
    width: 755px;
    height: 58px;
}

#header .center .topStuff .bottom .nav ul {
    list-style-type: none;
    float: left;
    padding: 0;
}

/* #header .center .topStuff .bottom .nav ul li {
	float: left;
	padding: 12px 23px;
	border-right: 1px solid #d55e5e;
	position: relative;
} */

#header .center .topStuff .bottom .nav ul li {
    float: left;
    padding: 12px 10px;
    border-right: 1px solid #d55e5e;
    position: relative;
}

#header .center .topStuff .bottom .nav ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

#header .center .topStuff .bottom .nav ul li:last-child {
    border: 0;
}

#header .center .topStuff .bottom .nav ul li ul {
    position: absolute;
    left: 0;
    display: none;
    margin:22px 0 0 -1px !important;
    padding: 0;
    list-style: none;
    z-index: 999;
}

#header .center .topStuff .bottom .nav ul li ul li {
    width: 170px;
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Titillium Web", sans-serif;
    padding-right: 0;
    margin-right: 0;
    border: 0;
    padding-left: 15px;
    background-color: #004b8e;
}

#header .center .internal {
    width: 105px;
    height: 129px;
    position: absolute;
    right: -105px;
    /*background-image: url(https://wtitransport.com/images/midFinish.png);
    background-repeat: no-repeat;*/
    background: #004b8e;
}

#header .right {
    float: left;
    /*background-image: url(https://wtitransport.com/images/rightFill.png);
    background-repeat: repeat-x;*/
    width: 20%;
    margin-left: 50px;
    height: 129px;
    position: relative;
    background: #004b8e;
}

#header .right .internal {
    width: 62px;
    height: 129px;
    position: absolute;
    left: -62px;
    /*background-image: url(https://wtitransport.com/images/rightFinish.png);
    background-repeat: no-repeat;*/
    background: #004b8e;
}

#container {
    width: 100%;
    float: left;
}

#container .main {
    width: 960px;
    margin: 0 auto;
}

#container .main .slider {
    margin: 0 auto;
    width: 960px;
    height: 506px;
    position: relative;
}

#container .main .slider .slideNav {
    width: 1192px;
    height: 119px;
    position: absolute;
    top: 200px;
    left: -116px;
}

#container .main .slider .slideNav .prev {
    opacity: 0.5;
    position: absolute;
    left: 0;
    cursor: pointer;
}

#container .main .slider .slideNav .next {
    opacity: 0.5;
    position: absolute;
    right: 0;
    cursor: pointer;
}

#container .main .slider .pagerContainer {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#container .main .slider .pagerContainer .sliderNav {
    float: left;
}

#container .main .slider .pagerContainer .sliderNav a {
    float: left;
    width: 2px;
    height: 2px;
    margin: 0 3px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

#container .main .slider .pagerContainer .sliderNav .nonActiveSlide {
    /*background-image: url(https://wtitransport.com/images/nonActive.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    width: 18px;
    height: 26px;
    color: #004b8e;
    font-weight:900;
}

#container .main .slider .pagerContainer .sliderNav .activeSlide {
    /*background-image: url(https://wtitransport.com/images/active.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    width: 18px;
    height: 26px;
    color: #e6403b;
    font-weight:900;
}

#container .main .slider .pagerContainer .prev {
    float: left;
    width: 22px;
    height: 26px;
    margin: 4px 3px;
}

#container .main .slider .pagerContainer .next {
    float: left;
    width: 22px;
    height: 26px;
    margin: 4px 3px;
}

#container .main .headerImg {
    float: left;
    width: 960px;
    height: 315px;
    position: relative;
    margin-bottom: 10px;
}
#container .main .hp-content {
    float: left;
    width: 920px;
    margin-top: 15px;
    min-height: 150px;
    padding: 20px;
    border-radius: 5px;
    background-color: #FFF;
}

#container .main .hp-content h1 {
    color: #e6403b;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
}

#container .main .hp-content p {
    font-size: 20px;
    line-height: 32px;
}

#container .main .hp-content a {
    color: #e6403b;
    text-decoration: none;
}
#container .main .hp-content a:hover {
    color: #004b8e;
}


#container .main .content {
    float: left;
    width: 920px;
    min-height: 360px;
    padding: 20px;
    border-radius: 5px;
    background-color: #FFF;
}

#container .main .content .leftSidebar {
    float: left;
    width: 200px;
    margin-right: 20px;
}

#container .main .content .leftSidebar ul {
    margin: 0 3px 3px 3px;
    font-family:"Titillium Web", sans-serif;
    font-size:20px;
    display:block;
}
#container .main .content .mainCopy p a{
    text-decoration: none;
    color:#004b8e;
}
#container .main .content .mainCopy p a:hover{
    color:#e6403b;
}
#container .main .content .leftSidebar ul li {
    color:#000000;
}

#container .main .content .leftSidebar ul li a {
    color:#000000;
}

#container .main .content .leftSidebar ul li a:hover {
    color:#e6403b;
}

#container .main .content .mainCopy {
    float: left;
    width: 700px;
}

#container .main .content .mainCopy h1 {
    color: #e6403b;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

#container .main .content .mainCopy h2 {
    color: #004b8e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

#container .main .content .mainCopy h3 {
    color: #004b8e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 0 0;
}

#container .main .content .mainCopy p {
    font-size: 20px;
    line-height: 32px;
}
#container .main .content .mainCopy p strong {
    color: #004b8e;
}

#container .main .content .mainCopy ul {
    font-family:"Titillium Web", sans-serif;
    font-size: 20px;
    margin: 3px 0;
}

#container .main .content .mainCopy2 {
    float: left;
    width: 960px;
}

#container .main .content .mainCopy2 h1 {
    color: #e6403b;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0;
}

#container .main .content .mainCopy2 h2 {
    color: #004b8e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 25px 0 0 0;
}

#container .main .content .mainCopy2 p {
    font-size: 20px;
}

#container .main .content .mainCopy2 ul {
    font-family:"Titillium Web", sans-serif;
    font-size: 20px;
    margin: 3px 0;
}

#container .main .socialGallery {
    width: 100%;
    background-image: url(https://wtitransport.com/images/blockOpac.png);
    background-repeat: repeat;
    height: 80px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
}

#container .main .socialGallery .leftImage {
    width: 484px;
    height: 51px;
    margin: 14px 20px;
    float: left;
}
#container .main .socialGallery .leftImage img {
    float:left;
}

#container .main .socialGallery .rightImage {
    width: 325px;
    height: 51px;
    margin: 14px 20px;
    float: right;
}

#container .main .socialGallery .rightImage a img {
    margin: 0 5px;
    border: 0;
}

#footer {
    width: 100%;
    height: 300px;
    background-color: #004b8e;
    /*background-image: url(https://wtitransport.com/images/footerBG.png);
    background-repeat: no-repeat;
    background-position: top center;*/
    float: left;
    margin-top: 20px;
}

#footer .footerContent {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

#footer .footerContent .leftSide {
    width: 400px;
    height: 300px;
    float: left;
    position: relative;
}

#footer .footerContent .leftSide h2 {
    background-image: url(https://wtitransport.com/images/footerNewsBG.png);
    background-repeat: repeat;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    color: #506c81;
    width: 400px;
}

#footer .footerContent .leftSide ul {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
}

#footer .footerContent .leftSide ul li {
    background-image: url(https://wtitransport.com/images/footerListBG.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 10px;
    padding-bottom: 10px;
}

#footer .footerContent .leftSide ul li a {
    color: #506c81;
    text-decoration: none;
    position: relative;
    top: 5px;
}

#footer .footerContent .leftSide .copyright {
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: #fff;
    font-size: 12px;
}

#footer .footerContent .leftSide .copyright a {
    color: #FFF;
    text-decoration: none;
}

#footer .footerContent .rightSide {
    float: right;
    position: relative;
    height: 300px;
}

#footer .footerContent .rightSide .topImages {
    margin-top: 110px;
}

#footer .footerContent .rightSide .topImages a img {
    margin: 5px;
}

#footer .footerContent .rightSide .employeeLogin {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#frame {
    margin: 20px auto;
    width: 800px;
    height: 400px;
}

.playlists .special{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 420px;
}

.playlists .ytv-list-header > a{
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.playlists .ytv-list-header.ytv-playlist-open > a{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

/*CONTACT US FORM*/
#container .main .content .mainCopy .contactus p.origin {
    padding-left: 15px;
}
#container .main .content .mainCopy .contactus p hr {
    height:1px;
    float:left;
    width:30%;
}
#container .main .content .mainCopy .contactus  label {
    width: 330px;
    float: left;
    /*background-color: #c0ccd7;*/
    /*height: 20px;*/
    padding: 5px;
    font-size: 14px;
    color: #545658;
    padding-left: 10px;
    margin-right:5px;
}
#container .main .content .mainCopy .contactus p label {
    width: 330px;
    float: left;
    background-color: #c0ccd7;
    /*height: 20px;*/
    padding: 5px;
    font-size: 14px;
    color: #545658;
    padding-left: 10px;
    margin-right:5px;
}

#container .main .content .mainCopy .contactus p input[type="text"] {
    height: 23px;
    float:left;
    margin-bottom:2px;
}
#container .main .content .mainCopy .contactus  input[type="text"] {
    height: 23px;
    float:left;
    margin-bottom:2px;
    width:200px;
}

#container .main .content .mainCopy .contactus  input[type="email"] {
    height: 23px;
    float:left;
    margin-bottom:2px;
    width:200px;
}

#container .main .content .mainCopy .contactus p textarea {
    margin-left:1px;
    margin-top:0;
    float:left;
}

#container .main .content .mainCopy .contactus  textarea {
    margin-left:1px;
    margin-top:0;
    float:left;
    width:200px;

}

#container .main .content .mainCopy .contactus img {
    float:left;
    width:272px;
    margin-bottom: 5px;
    margin-left: 1px;
}
#container .main .content .mainCopy .contactus p input[type="submit"] {
    border: 2px solid #c0ccd7;
    background-color: #fd0202;
    color: #FFF;
    font-size: 16px;
    padding: 17px;
    cursor: pointer;
    float:left;
}

#container .main .content .mainCopy .contactus input[type="submit"] {
    border: 2px solid #c0ccd7;
    background-color: #fd0202;
    color: #FFF;
    font-size: 16px;
    padding: 17px;
    cursor: pointer;
    float:left;
}

#container > div > div.content > div.mainCopy > div > form > div:nth-child(20) > div > button,
#container > div > div.content > div.mainCopy > div > form > div:nth-child(13) > div > button,
#container > div > div.content > div.mainCopy > div > form > div:nth-child(12) > div > button{
    border: 2px solid #e6403b;
    background-color: #e6403b;
    color: #FFF;
    font-size: 16px;
    padding: 17px;
    cursor: pointer;
    margin: 10px 50%;
    /*float:left;*/
    width:150px;
    border-radius: .25rem;
}
#container > div > div.content > div.mainCopy > div > form > div:nth-child(20) > div > button:hover{
    border: 2px solid #004b8e;
    background-color: #004b8e;
    color: #FFF;
}



/*END CONTACT US FORM*/

.logout {
    width: 180px;
    height: 18px;
    margin: 10px 0 20px 20px;
    float:left;
}

.flickrwrap {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.flickrwrap iframe {
    position:absolute;
    top:0;
    left:0
;width:100%;
    height:100%;
}

img {
    max-width: 100%;
}




.pdfSection h2{
    color:#ffffff;
}

.pdfSection a{
    color:#ffffff;
}

.pdfSection a:hover{
    color:#f0f0f0;
}


/*Adjusting for craftcms figure element insertions*/
figure{
    margin: 0;
}
ul li::marker{
 color: #004b8e
}

.mb-6{
    margin-bottom:5px;
}
.bg-blue-500{
    border: 2px solid #e6403b;
    background-color: #e6403b;
    color: #FFF;
    font-size: 16px;
    padding: 17px;
    cursor: pointer;
    margin: 10px 50%;
    float: left; 
    width: 150px;
    border-radius: .25rem;
}
.bg-blue-500:hover{
    border: 2px solid #004b8e;
    background-color: #004b8e;
    color: #FFF;
}
#container .main .content .mainCopy .errors {
    font-size: 14px;
    color: red;
    display: inline-block;
    margin-block-start: 0;
    padding-inline-start: 5px;
}
.errors li::marker {
        color: #fff !important;
}
