@charset "utf-8";

/* CSS Document */

@import url("../webfonts/cabin/stylesheet.css");
@import url("../webfonts/cabin_bold/stylesheet.css");
@import url("../webfonts/cabin_medium/stylesheet.css");
@import url("../webfonts/cabin_italic/stylesheet.css");

/* CSS Document */


/* page sections */

body {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: cabin, sans-serif;
}

#main {
    padding: 0px;
    margin: 0px;
    width: 100%;
}


/* header */

#header {
    background-color: #003865;
    margin-top: 0px;
    color: #ffffff;
    max-height: 135px;
    width: 100%;
}

#headerContent {
    font-family: cabin, sans-serif;
    color: #fff;
    padding: 15px 40px 10px 40px;
    max-height: 125px;
    max-width: 1400px;
}

#fleetHead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#fleetLogo {
    width: auto;
    height: auto;
}


/* footer*/

#footer {
    background-color: #003865;
    width: 100%;
    text-align: center;
    min-height: 200px;
    padding: 0px 0px 50px 0px;
}

#footerContent {
    font-family: cabin, sans-serif;
    color: #fff;
    padding: 15px 40px 10px 40px;
    min-height: 200px;
    max-width: 1400px;
}

#fleetFoot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footMenu {
    font-size: 15px;
    line-height: 130%;
    text-align: center;
}

.footHeadline {
    font-family: cabin, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


/* sections */

#section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    width: 100%;
    height: 800px;
    padding: 40px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/pics/video-placeholder.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

/*#section1Content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1600px;
}*/

#section1Content .font24 {
    font-family: 'cabin italic';
}

#section2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 40px 70px 0px;
    margin: 0px;
}

#section2Content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 1600px;
    padding: 0px 20px;
}

#section3 {
    width: 100%;
    text-align: center;
    background-color: #ebeceb;
    padding: 70px 0px 100px 0px;
    margin: 0px;
}

#section3Content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1600px;
    padding: 0px 20px;
}

#section4 {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/pics/Homeform.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#section4Content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1600px;
	padding: 0px;
}

#sect4ABkgd>p {
    color: #ffffff;
    text-align: left;
}

#sect4ABkgd {
	width: 100%;
	height: 100%;
	/*background-image: url(../images/pics/fmcsa2.jpg);*/
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 100px 70px;
	background-color: rgba(84,89,83,0.55);
}

#sect4BBkgd {
    font-family: cabin, sans-serif !important;
    color: #003865 !important;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/pics/form2.jpg);*/
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 100px 70px;
	background-color: rgba(0,98,105,0.30);
}

#sect4BBkgd>p {
    font-family: cabin, sans-serif !important;
    color: #003865 !important;
}

#sect4BBkgd>li {
    font-family: cabin, sans-serif !important;
    color: #003865 !important;
}

.ohioHero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 350px;
    padding: 40px 0px 50px 0px;
}
#pbbtSolHero {
    background-image: url(../images/pics/pbbtSolHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#aboutHero {
    background-image: url(../images/pics/aboutHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#placeholderHero {
    background-image: url(../images/placeholderHeros.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}#contactHero {
    background-image: url(../images/pics/contactHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#absHero {
    background-image: url(../images/pics/absHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#endoflineHero {
    background-image: url(../images/pics/endoflineHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#fleetHero {
    background-image: url(../images/pics/fleetHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#industriesHero {
    background-image: url(../images/pics/industriesHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#pbbt14200Hero {
    background-image: url(../images/pics/pbbt14200Hero2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#enforcementHero {
    background-image: url(../images/pics/enforcementHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

#pbbt20200Hero {
    background-image: url(../images/pics/pbbt20200Hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#pbbt3010Hero {
    background-image: url(../images/pics/pbbt3010Hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#pbbtplayHero {
    background-image: url(../images/pics/playHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#pbbtsoftwareHero {
    background-image: url(../images/pics/pbbtSoftwareHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
#enforcementHero {
    background-image: url(../images/pics/enforcementHero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
.prodPic {
    Max-width: 350px;
    height: auto;
}
.landingHeading1 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 100px 0px 45px 0px !important;
}

.landingContent1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.lH1 {
    width: 25%;
    padding: 0px;
    margin: 0px;
}

.greenStrp1 {
    height: 25px;
    background-color: #006269;
    padding: 0px;
    margin: 0px;
}

.greenStrp2 {
    height: 10px;
    background-color: #006269;
    padding: 0px;
    margin: 13px 0px 0px 0px;
}

.lH2 {
    width: 75%;
    padding: 0px 20px;
}

.landingCopy1 {
    padding: 0px;
    margin: 0px;
}

.basicTextSect {
    max-width: 1200px;
    text-align: left;
    padding: 0px 25px 50px 25px;
}

.multipleButtons {
    width: 100%;
    padding: 70px 0px 100px 0px;
    margin: 0px;
    background-color: #EBECEB;
    text-align: center;
}

.multipleButtonsContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    width: 100%;
    max-width: 1600px;
    text-align: center;
    margin: 0px;
}

.pic200 {
    max-width: 200px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.bullPic1 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 45px 0px !important;
}

.bullPicContent1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    max-width: 1200px;
    padding: 0px;
    margin: 0px;
}

.bP1 {
    width: 60%;
    padding: 0% 0% 0% 15%;
}

.bP2 {
    width: 40%;
    padding: 0px 20px;
}

.bullPic {
    width: 100%;
    margin: 0px;
}

.bullPicContent {
    max-width: 1200px;
}

.bulletSect {
    max-width: 900px;
    margin: 0px;
    padding: 0px;
}

.productPics {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ProductPicsContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    max-width: 1600px;
    text-align: center;
    margin: 0px 0px 70px 0px;
}
#contForm {
    background-image: url(../images/pics/contact-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbt14200Form {
    background-image: url(../images/pics/14200-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbt20200Form {
    background-image: url(../images/pics/20200-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbt3010Form {
    background-image: url(../images/pics/3010-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbtPlayForm {
    background-image: url(../images/pics/play-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbtAseForm {
    background-image: url(../images/pics/ase-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}
#pbbtLAForm {
    background-image: url(../images/pics/ase-form.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}

#placeholderForm {
    background-image: url(../images/placeholderDownload.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}

.dwnldBroch {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dwnldBrochContent {
    max-width: 800px;
    margin: 0px;
    padding: 50px 50px;
}


/* float button over image */

.img-wrapper {
    position: relative;
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.img-overlay:before {
    content: ' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    height: 70%;
}
#introPic {
    margin: auto;
}

/* buttons */

.buttonHome {
    background-color: #003865;
    border-left: none;
    border-right: 1px solid #003865;
    border-bottom: 1px solid #003865;
    border-top: 1px solid #003865;
    color: white;
    padding: 8px 30px 8px 10px;
    text-align: right;
    text-decoration: none !important;
    display: inline-block;
    font-size: 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 300px;
    height: 50px;
    opacity: 70%;
}

.buttonHome {
    transition-duration: 0.4s;
}

.buttonHome:hover {
    background-color: #00579D;
    color: white;
}

.buttonLearn {
    background-color: #003865;
    border-left: none;
    border-right: 1px solid #003865;
    border-bottom: 1px solid #003865;
    border-top: 1px solid #003865;
    color: white;
    padding: 4px 15px 4px 5px;
    text-align: right;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 200px;
    height: 40px;
}

.buttonLearn {
    transition-duration: 0.4s;
}

.buttonLearn:hover {
    background-color: #00579D;
    color: white;
}
.buttonLearn2 {
	background-color: #fff;
	border: #373A36;
	color: #373A36;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	font-size: 18px;
	border-radius: 20px;
	width: 200px;
	height: 40px;
	text-transform: uppercase;
    margin-top: 25px;
    transition-duration: 0.4s;
}

.buttonLearn2:hover {
    background-color: #006269;
    color: #fff;
	text-decoration: none !important;
}


/* form*/

.formThreeCol {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

#formSubmit {
    display: flex;
    justify-content: flex-end;
    width: 95%;
}

#fleetLast {
    border-radius: 27px;
    height: 54px;
    width: 100%;
    border: 1px solid #373A36;
}

#fleetFirst {
    border-radius: 27px;
    height: 54px;
    width: 100%;
    border: 1px solid #373A36;
}

#fleetEmail {
    border-radius: 27px;
    height: 54px;
    width: 100%;
    border: 1px solid #373A36;
}

#fleetIndustry {
    border-radius: 27px;
    height: 54px;
    width: 100%;
    border: 1px solid #373A36;
}

#fleetSubmit {
    border-radius: 27px;
    height: 54px;
    width: 100%;
    align-content: right;
    border: 1px solid #373A36;
    text-align: center;
    background-color: #003865;
}

.label {
    color: #373A36;
    font-family: cabin, sans-serif;
    font-size: 16px;
}


/* general settings */

.wideCol {
    width: 65%;
    text-align: left;
}

.smallCol {
    width: 35%;
}

.oneCol {
    width: 100%;
    text-align: left;
}

.col90 {
    width: 90%;
    text-align: left;
}

.col95 {
    width: 95%;
    text-align: left;
}

.twoCol {
    width: 45%;
}

.twoColTitle {
    width: 90%;
}

.threeCol {
    width: 30%;
    text-align: left;
}

.threeColForm {
    width: 30%;
    text-align: left;
}

.threeCol2 {
    width: 30%;
    text-align: left;
}

.fourCol {
    width: 23%;
    text-align: left;
}

.sixCol {
    width: 15%;
    text-align: left;
}

.fiveCol {
    width: 18%;
    text-align: left;
}

.max1600 {
    max-width: 1600 px;
}

.max1400 {
    max-width: 1400 px;
}

.max1200 {
    max-width: 1200px;
}

.max500 {
    max-width: 500px;
}


/* colors */

.hyperlinkBlue {
    color: #00579D;
}

.green1 {
    color: #006269;
}

.green2 {
    color: #008993;
}

.green3 {
    color: #77A8AC;
}
.green4 {
	color: #AFCBCD;
}

.blue1 {
    color: #003865;
}

.blue2 {
    color: #2874B2;
}

.blue3 {
    color: #7A99AC;
}

.grey5 {
    color: #C7C9C7;
}

.grey4 {
    color: #C2C2C2;
}

.grey3 {
    color: #939493;
}

.grey2 {
    color: #6D6E6D;
}

.grey1 {
    color: #545953;
}

.black1 {
    color: #373A36;
}

.green1Bkgd {
    background-color: #006269;
}

.green2Bkgd {
    background-color: #008993;
}

.green3Bkgd {
    background-color: #77A8AC;
}

.blue1Bkgd {
    background-color: #003865;
}

.blue2Bkgd {
    background-color: #2874B2;
}

.blueBkgd {
    background-color: #7A99AC;
}

.greyBkgd {
    background-color: #C7C9C7;
}

.grey4Bkgd {
    background-color: #C2C2C2;
}

.grey3Bkgd {
    background-color: #939493;
}

.grey2Bkgd {
    background-color: #6D6E6D;
}

.grey1Bkgd {
    background-color: #545953;
}

.black1Bkgd {
    background-color: #373A36;
}


/* effects, spacing and alignment adjustments */

.row.match-my-cols {
    overflow: hidden;
}

.row.match-my-cols [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.under991 {
    display: block;
}

.under767 {
    display: block;
}

.over767 {
    display: none;
}

.under479 {
    display: block;
}

.centerMobile {
    text-align: left;
}

.pllRt {
    float: right;
    max-width: 320px;
}

.noMargin {
    margin: 0px 0px 0px 0px !important;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}
.marginTop70 {
    margin-top: 70px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 20px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginTopBot10 {
    margin-top: 10px 0px 10px 0px;
}

.marginTopBot20 {
    margin-top: 20px 0px 20px 0px;
}

.marginTopBot30 {
    margin-top: 30px 0px 30px 0px;
}

.marginTopBot40 {
    margin-top: 40px 0px 40px 0px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 20px;
}

.marginRight40 {
    margin-right: 40px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 20px;
}

.marginLeft40 {
    margin-left: 40px;
}
.marginLeft100 {
    margin-left: 100px;
}
.marginLeft10p {
    margin-left: 10%;
}

.marginRightLeft10 {
    margin-top: 0px 10px 0px 10px;
}

.marginRightLeft20 {
    margin-top: 0px 20px 0px 20px;
}

.marginRightLeft30 {
    margin-top: 0px 30px 0px 30px;
}

.marginRightLeft40 {
    margin-top: 0px 40px 0px 40px;
}

.noPadding {
    padding: 0px 0px 0px 0px !important;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 20px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 20px;
}

.paddingBottom40 {
    padding-bottom: 40px;
}

.paddingTopBot10 {
    padding-top: 10px 0px 10px 0px;
}

.paddingTopBot20 {
    padding-top: 20px 0px 20px 0px;
}

.paddingTopBot30 {
    padding-top: 30px 0px 30px 0px;
}

.paddingTopBot40 {
    padding-top: 40px 0px 40px 0px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 20px;
}

.paddingRight40 {
    padding-right: 40px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingRightLeft10 {
    padding-top: 0px 10px 0px 10px;
}

.paddingRightLeft20 {
    padding-top: 0px 20px 0px 20px;
}

.paddingRightLeft30 {
    padding-top: 0px 30px 0px 30px;
}

.paddingRightLeft40 {
    padding-top: 0px 40px 0px 40px;
}

.noPadMarg {
    padding: 0 !important;
    margin: 0 !important;
}

.width100Per {
    width: 100%;
}

.width90Per {
    width: 90%;
}

.width80Per {
    width: 80%;
}

.width70Per {
    width: 70%;
}

.width60Per {
    width: 60%;
}

.width50Per {
    width: 50%;
}


/* preset fonts */

p {
    font-family: cabin, sans-serif;
    color: #373A36;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

h1,
.h1 {
    letter-spacing: 3px;
    color: #fff;
    font-family: cabin, sans-serif;
}

h2,
.h2 {
    letter-spacing: 2px;
    color: #003865;
    font-family: cabin, sans-serif;
}

h3,
.h3 {
    letter-spacing: 2px;
    color: #006269;
    font-family: cabin, sans-serif;
}

h4,
.h4 {
    letter-spacing: 2px;
    color: #fff;
    font-family: cabin, sans-serif;
}

h5,
.h5 {
    letter-spacing: 2px;
    color: #373A36;
    font-family: cabin, sans-serif;
}

h6,
.h6 {
    letter-spacing: 2px;
    color: #C7C9C7;
    font-family: cabin, sans-serif;
}

ul {
    letter-spacing: 1px;
    font-family: cabin, sans-serif;
    font-size: 15px;
    line-height: 24px;
    list-style-position: outside;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #545953;
    list-style-image: url(../images/pics/ltblbullet.png);
    text-indent: 2px;
}

li:padList {
    padding-bottom: 15px;
}

ol {
    font-family: cabin, sans-serif;
    font-size: 16px;
    line-height: 24px;
    list-style-position: outside;
}


/* custom fonts */

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
    line-height: 24px;
}

.font19 {
    font-size: 19px;
    line-height: 25px;
}

.font20 {
    font-size: 20px;
    line-height: 26px;
}

.font21 {
    font-size: 21px;
    line-height: 27px;
}

.font22 {
    font-size: 22px;
    line-height: 28px;
}

.font24 {
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
}

.font26 {
    font-size: 26px;
    line-height: 32px;
}

.font28 {
    font-size: 28px;
    line-height: 34px;
}

.font32 {
    font-size: 32px;
    line-height: 38px;
}

.font36 {
    font-size: 36px;
    line-height: 42px;
}

.font42 {
    font-size: 42px;
    line-height: 48px;
}

.font50 {
    font-size: 50px;
    line-height: 56px;
}

.font60caps {
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
}

.font50caps {
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
}

.bulletHd {
    font-size: 24px;
    text-indent: 4%;
}

.content767 {
    font-size: 16px;
    font-weight: 700;
}

.noteSmall {
    font-style: italic;
    font-size: 15px;
    line-height: 120%;
    color: #006269;
}

.note {
    font-family: cabin, sans-serif;
    color: #545953;
    font-size: 10px;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
}

.noteWht {
    font-family: cabin, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
}

.largeNote {
    font-family: cabin, sans-serif;
    color: #545953;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
}

.indentNote {
    font-family: cabin, sans-serif;
    color: #6D6E6D;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    font-style: italic;
    margin-left: 30px;
}

.inlineNote {
    font-family: cabin, sans-serif;
    color: #6D6E6D;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    font-style: italic;
}

.leftCenter767 {
    text-align: left;
}

.rightCenter767 {
    text-align: right;
}


/* links */

a:link {
    color: #00579D;
    text-decoration: none;
}

a:visited {
    color: #00579D;
    text-decoration: none;
}

a:hover {
    color: #008993;
    text-decoration: none;
}

a:active {
    color: #008993;
    text-decoration: none;
}

a:selected {
    color: #006269;
    text-decoration: none;
}

a.menuSub:link {
    color: #C7C9C7;
    text-decoration: none;
    background-color: #457481;
    padding: 10px;
}

a.menuSub:visited {
    color: #C7C9C7;
    text-decoration: none;
    background-color: #457481;
    padding: 10px;
}

a.menuSub:hover {
    color: #fff;
    text-decoration: none;
    background-color: #457481;
    padding: 10px;
}

a.menuSub:active {
    color: #fff;
    text-decoration: none;
    background-color: #457481;
    padding: 10px;
}

a.menuSub:selected {
    color: #77A8AC;
    text-decoration: none;
    background-color: #457481;
    padding: 10px;
}

a.menuAlt:link {
    color: #006269;
    text-decoration: none;
}

a.menuAlt:visited {
    color: #006269;
    text-decoration: none;
}

a.menuAlt:hover {
    color: #003865;
    text-decoration: none;
}

a.menuAlt:active {
    color: #003865;
    text-decoration: none;
}


/* carousel*/

.carousel-item p {
    font-family: 'cabin italic';
    text-align: left;
}

.carousel-item h4 {
    text-align: left;
    color: #006269;
}
.carousel-item h1 {
	font-size: 38px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
    width: 100% !important;
}
.carousel-inner {
    max-width: 92% !important;
}
#myCarouselHome {
    width: 100%;
}
#section1ContentVideo {
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 100% !important;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15% !important;
    margin-left: 15% !important;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px !important;
    height: 5px !important;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #7A99AC !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

.carousel-control {
    max-width: 25px;
}
.fa-caret-left {
	color: rgba(0,98,105,0.50);
}
.fa-caret-right {
	color: rgba(0,98,105,0.50);
}

/* end page sections */


/* begin animations */

div.animFade1 {
    color: #373A36;
    position: relative;
    -webkit-animation-name: inFade;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: inFade;
    animation-duration: 4s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes inFade {
    0% {
        color: #fff;
        left: 0px;
        top: 70px;
    }
    100% {
        color: #373A36;
        left: 0px;
        top: 0px;
    }
}


/* Standard syntax */

@keyframes inFade {
    0% {
        color: #fff;
        left: 0px;
        top: 70px;
    }
    100% {
        color: #373A36;
        left: 0px;
        top: 0px;
    }
}

.animFade2 {
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-animation-name: inFade2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: inFade2;
    animation-duration: 4s;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes inFade2 {
    0% {
        opacity: 0;
        left: 0px;
        top: 70px;
    }
    100% {
        opacity: 1;
        left: 0px;
        top: 0px;
    }
}


/* Standard syntax */

@keyframes inFade2 {
    0% {
        opacity: 0;
        left: 0px;
        top: 70px;
    }
    100% {
        opacity: 1;
        left: 0px;
        top: 0px;
    }
}


/* end animations */



/* PHONE OR LESS */

@media screen and (max-width:299px) {}

@media screen and (max-width:358px) {}

@media screen and (min-width:300px) and (max-width:399px) {}

@media screen and (min-width:351px) and (max-width:479px) {}

@media screen and (min-width:400px) and (max-width:479px) {}

@media screen and (max-width:479px) {
    #footerContent {
        padding: 15px 5px 10px 5px;
    }
    #section1 {
        padding: 0px 0px 10px 0px;
    }
    #section2 {
        padding: 10px 0px 40px 0px;
    }
    #section3 {
        padding: 40px 0px 70px 0px;
    }
    #section4 {
        padding: 0px 0px 0px 0px;
    }
    .lH1 {
        width: 20%;
    }
    .lH2 {
        width: 80%;
    }
    .under479 {
        display: none;
    }
    #footerContent {
        padding: 15px 5px 10px 5px;
    }
    #headerContent {
        padding: 15px 5px 10px 5px;
    }
    .ohioHero {
        height: 250px;
    }
    .bP1 {
        width: 100%;
        padding: 0% 0% 0% 5%;
    }
    .font20 {
        font-size: 15px;
        line-height: 21px;
    }
    .font21 {
        font-size: 16px;
        line-height: 22px;
    }
    .font22 {
        font-size: 17px;
        line-height: 23px;
    }
    .font24 {
        font-size: 19px;
        line-height: 25px;
        text-transform: none;
    }
    .font26 {
        font-size: 21px;
        line-height: 27px;
    }
    .font28 {
        font-size: 23px;
        line-height: 29px;
    }
    .font32 {
        font-size: 27px;
        line-height: 33px;
    }
    .font36 {
        font-size: 31px;
        line-height: 37px;
    }
    .font42 {
        font-size: 40px;
        line-height: 46px;
    }
    .font42caps {
        font-size: 40px;
        line-height: 46px;
        text-transform: uppercase;
    }
    .font50 {
        font-size: 25px;
        line-height: 31px;
    }
    .font60caps {
        font-size: 35px;
        line-height: 41px;
        text-transform: uppercase;
    }
    .font50caps {
        font-size: 30px;
        line-height: 36px;
        text-transform: uppercase;
    }
    .carousel-indicators {
        top: 105% !important;
    }
    .buttonHome {
        font-size: 16px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 190px;
        height: 40px;
        opacity: 70%;
    }
    .img-overlay:before {
        height: 85%;
    }
    .basicTextSect {
        padding: 0px 10px 50px 10px;
    }
}

@media screen and (min-width:480px) {}

@media screen and (max-width:480px) {
    #headerContent {
        font-family: cabin, sans-serif;
        color: #fff;
        padding: 15px 40px 10 px 40 px;
        max-height: 125px;
        max-width: 1400px;
    }
    #fleetHead {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width:470px) {
    #headerContent {
        font-family: cabin, sans-serif;
        color: #fff;
        padding: 15px 110px 10px 40px;
        max-height: 125px;
        max-width: 1400px;
    }
    #fleetHead {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #fleetHead>div.paddingTop10 {
        float: left;
    }
    .rightCenter767 {
        text-align: center !important;
        padding-right: none !important;
        padding-left: none !important;
    }
}

@media screen and (min-width:480px) and (max-width:600px) {}

@media screen and (min-width:480px) and (max-width:767px) {
    #headerContent {
        font-family: cabin, sans-serif;
        color: #fff;
        padding: 15px 40px 10 px 40 px;
        max-height: 125px;
        max-width: 1400px;
    }
    #fleetHead {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #fleetFoot {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
    #section2 {
        padding: 10px 0px 40px 0px;
    }
    #section3 {
        padding: 40px 0px 70px 0px;
    }
    #section4 {
        padding: 0px 0px 0px 0px;
    }
    .bP1 {
        width: 100%;
        padding: 0% 0% 0% 15%;
    }
    .font20 {
        font-size: 16px;
        line-height: 22px;
    }
    .font21 {
        font-size: 17px;
        line-height: 23px;
    }
    .font22 {
        font-size: 18px;
        line-height: 24px;
    }
    .font24 {
        font-size: 20px;
        line-height: 26px;
        text-transform: none;
    }
    .font26 {
        font-size: 22px;
        line-height: 28px;
    }
    .font28 {
        font-size: 24px;
        line-height: 30px;
    }
    .font32 {
        font-size: 28px;
        line-height: 34px;
    }
    .font36 {
        font-size: 32px;
        line-height: 38px;
    }
    .font42 {
        font-size: 41px;
        line-height: 47px;
    }
    .font50 {
        font-size: 30px;
        line-height: 36px;
    }
    .font60caps {
        font-size: 40px;
        line-height: 46px;
        text-transform: uppercase;
    }
    .font50caps {
        font-size: 38px;
        line-height: 44px;
        text-transform: uppercase;
    }
    .carousel-indicators {
        top: 100% !important;
    }
    .img-overlay:before {
        height: 85%;
    }
    .basicTextSect {
        padding: 0px 18px 50px 18px;
    }
}

@media screen and (max-width:600px) {}

@media screen and (min-width: 601px) and (max-width: 767px) {}

@media screen and (min-width:680px) {}

@media screen and (max-width:679px) {}

@media screen and (min-width:680px) and (max-width:767px) {}

@media screen and (max-width:767px) {
    .wideCol {
        width: 100%;
    }
    .smallCol {
        width: 100%;
    }
    .twoCol {
        width: 100%;
    }
    .twoColTitle {
        width: 100%;
    }
    .threeCol {
        width: 100%;
    }
    .fourCol {
        width: 100%;
    }
    .sixCol {
        width: 47%;
    }
    .fiveCol {
        width: 47%;
    }
    .under767 {
        display: none;
    }
    .over767 {
        display: block;
    }
    #fleetFoot {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
    #fleetLogo {
        max-width: 175px;
        height: auto;
    }
    .leftCenter767 {
        text-align: center;
        padding-left: none !important;
        padding-right: none !important;
    }
    .rightCenter767 {
        text-align: center;
        padding-right: none !important;
        padding-left: none !important;
    }
    .bP2 {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
    }
    .carousel-inner {
    max-width: 100%;
}
    .carousel-control {
    position: absolute;
    bottom: 0;
    top: 100% !important;
    z-index: 25;
}
}


/* TABLET TO SMALL MONITOR */

@media screen and (min-width:768px) {}

@media (min-width: 480px) and (max-width: 991px) {
    #section1 {
        padding: 30px 0px 35px 0px;
    }
    #under991 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .threeCol {
        width: 45%;
    }
    .fourCol {
        width: 45%;
    }
    .sixCol {
        width: 31%;
    }
    .buttonHome {
        font-size: 16px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 190px;
        height: 40px;
        opacity: 70%;
    }
    #introPic {
    margin: 75px auto auto auto;
}
}

@media screen and (max-width:991px) {
    .threeCol2 {
        width: 100%;
    }
    .threeColForm {
        width: 100%;
    }
    #fleetLast {
        width: 100%;
    }
    #fleetFirst {
        width: 100%;
    }
    #fleetEmail {
        width: 100%;
    }
}

@media screen and (min-width:992px) {}

@media (min-width: 768px) and (max-width: 1199px) {
    .font20 {
        font-size: 18px;
        line-height: 24px;
    }
    .font21 {
        font-size: 19px;
        line-height: 25px;
    }
    .font22 {
        font-size: 20px;
        line-height: 26px;
    }
    .font24 {
        font-size: 22px;
        line-height: 28px;
        text-transform: none;
    }
    .font26 {
        font-size: 24px;
        line-height: 30px;
    }
    .font28 {
        font-size: 26px;
        line-height: 32px;
    }
    .font32 {
        font-size: 30px;
        line-height: 36px;
    }
    .font36 {
        font-size: 34px;
        line-height: 40px;
    }
    .font42 {
        font-size: 41px;
        line-height: 47px;
    }
    .font50 {
        font-size: 40px;
        line-height: 46px;
    }
    .font60caps {
        font-size: 50px;
        line-height: 56px;
        text-transform: uppercase;
    }
    .font50caps {
        font-size: 45px;
        line-height: 51px;
        text-transform: uppercase;
    }
    .fiveCol {
        width: 31%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fourCol {
        width: 30%;
    }
    .buttonHome {
        font-size: 16px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        width: 250px;
        height: 50px;
        opacity: 70%;
    }
}


/* ANYTHING SMALLER THAN 1200 */

@media screen and (max-width:1199px) {}


/* LARGEST MONITOR ONLY */

@media screen and (min-width:1200px) {}