/*
Theme Name: 	LenoirCC
Description: 	Custom Wordpress theme for Lenoir Community College
Version: 		  0.1
Authors: 		  Jacob Harris & Daniel Westcott
Author URI: 	http://bluetonemedia.com
*/


/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Home page styles
04 Other page styles Media queries 
===========================
*/


/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

@font-face {
  font-family: 'gothic';
  src: url('/wp-content/themes/lenoircc/fonts/CenturyGothic/gothic.eot');
  src: local('/fonts/CenturyGothic/gothic'), url('/wp-content/themes/lenoircc/fonts/CenturyGothic/gothic.woff') format('woff'), url('/wp-content/themes/lenoircc/fonts/CenturyGothic/gothic.ttf') format('truetype');
}

@font-face {
  font-family: 'ITCAvantGardeGothicStdBook';
  src: url('/wp-content/themes/lenoircc/Fonts/ITCAvantGardeGothicStdBook/itcavantgardegothicstdbook.eot');
  src: url('/wp-content/themes/lenoircc/Fonts/ITCAvantGardeGothicStdBook/itcavantgardegothicstdbook.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/lenoircc/Fonts/ITCAvantGardeGothicStdBook/itcavantgardegothicstdbook.woff') format('woff'), url('/wp-content/themes/lenoircc/Fonts/ITCAvantGardeGothicStdBook/itcavantgardegothicstdbook.ttf') format('truetype'), url('/wp-content/themes/lenoircc/Fonts/ITCAvantGardeGothicStdBook/itcavantgardegothicstdbook.svg#ITCAvantGardeGothicStdBook') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ---------------------------------------------------------------------------------------------------------- 
03 Home page styles -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



.line-separator {

  height: 1px;

  background: #ffffff;

  border-bottom: 1px solid #333333;

}

#slide-wrapper {
  position: relative;
  min-width: 1125px;
}

.prevControl,
.nextControl {
  display: block;
  position: absolute;
  top: 425px;
  width: 99px;
  height: 99px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.prevControl {
  background: url("/wp-content/themes/lenoircc/images/template/slide-lf-arrow.png") no-repeat;
  left: -30px;
}

.nextControl {
  background: url("/wp-content/themes/lenoircc/images/template/slide-rt-arrow.png") no-repeat;
  right: -30px;
}

.prevControl:hover,
.nextControl:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  transition: all 1s ease-in-out;
}

.cycle-slideshow div {
  width: 100%;
}

.cycle-slideshow div .align {
  display: block;
  height: 550px;
}

#healthfair19 {
  background: url("/wp-content/themes/lenoircc/images/slides/healthfair19.jpg") no-repeat center center
}

#aamc {
  background: url("/wp-content/themes/lenoircc/images/slides/aamc.jpg") no-repeat center center
}

#spain19 {
  background: url("/wp-content/themes/lenoircc/images/slides/spain19.jpg") no-repeat center center
}

#lccguarantee18 {
  background: url("/wp-content/themes/lenoircc/images/slides/lccguarantee18.jpg") no-repeat center center
}

#lancermail101617 {
  background: url("/wp-content/themes/lenoircc/images/slides/lancermail101617.jpg") no-repeat center center
}

#gotpell022218 {
  background: url("/wp-content/themes/lenoircc/images/slides/gotpell022218.jpg") no-repeat center center
}

#idbadge022218 {
  background: url("/wp-content/themes/lenoircc/images/slides/idbadge022218.jpg") no-repeat center center
}

#lanceralert {
  background: url("/wp-content/themes/lenoircc/images/slides/lanceralert.jpg") no-repeat center center
}

#zero {
  background: url("/wp-content/themes/lenoircc/images/slides/zero.jpg") no-repeat center center
}

#healthfair19,
#aamc,
#spain19,
#mlkday19,
#lccguarantee18,
#lancermail101617,
#gotpell022218,
#idbadge022218,
#lanceralert,
#zero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-text {
  display: block;
  padding: 125px 0 0 100px;
  width: 335px;
}

.slide-text p {
  color: #ccc;
  margin: 0;
  max-width: 285px;
}

#blue-wrapper {
  background: url("/wp-content/themes/lenoircc/images/pages/home/blue-bg.jpg") no-repeat center center #213D71;
  min-width: 1125px;
}

.ball-player {
  background: url("/wp-content/themes/lenoircc/images/pages/home/lancermascot.png") no-repeat;
  width: 353px;
  height: 556px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -60px;
}

.blue-content {
  padding: 35px 0 0 255px;
}

.blue-content h2,
.blue-content p {
  padding: 0 25px 0 100px;
}

.blue-content h2 {
  color: #fff
}

.blue-content p {
  color: #fff
}

.blue-content img {
  margin: 35px 0
}

#home-intro {
  padding: 10px 0 50px 0;
}

.academic-block {
  background: url("/wp-content/themes/lenoircc/images/pages/home/tag19.png") no-repeat scroll left center #333333;
  height: 267px;
  padding: 0 15px 0 364px;
  margin: 10px 0;
  width: 255px;
}

img.cont-ed-img {
  float: right;
  margin-top: 10px;
}

.academic-blockLink {
  position: absolute;
  top: 20px;
  width: 342px;
  height: 265px;
}

.academic-block h2 {
  text-shadow: none;
  font-size: 24px;
  padding-top: 25px;
}

.academic-block a {
  text-decoration: none;
  color: white;
}

.academic-block p {
  color: #ffffff;
  text-align: left;
}

.academic-block p a {
  color: #ffffff;
  text-decoration: none;
}

.academic-block p a:hover {
  text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------------------- 
04 Other styles and Media queries  ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#pnlCaptcha {
  text-align: center;
  width: 300px;
  margin: auto;
  padding: 20px;
}

.BTMError404 {
  width: 1125px;
  margin: 50px auto !important;
}

body {
  font-family: 'gothic', Helvetica;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

header,
nav,
footer,
section,
aside {
  display: block;
  position: relative;
}

a img {
  border: none;
  outline: none;
}

.mobile,
.mobile-intro {
  display: none !important;
}


/*----------------------- HEADER */

header {
  background: url("images/template/header-bg.jpg") no-repeat center top #222223;
  background-size: cover;
  min-height: 75px;
  min-width: 1125px;
}

a.m-logo {
  display: block;
  max-width: 270px;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

#head-right {
  float: right;
}

header .social {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

#search-wrapper {
  background: url("images/template/search-bg.png") no-repeat;
  width: 325px;
  height: 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 8px 10px 7px;
}

#search-wrapper input[type="text"] {
  background: transparent;
  color: #333;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 10px 15px 0;
  width: 265px;
}

#search-wrapper input[type="img"] {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  height: 32px;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 2px;
  width: 35px;
  z-index: 99;
}

.mobile-nav-btn {
  display: none;
  outline: none;
  border: none;
  width: 8%;
  max-width: 25px;
  position: absolute;
  top: 25px;
  right: 18px;
  z-index: 999;
  cursor: pointer;
}

.mobile-nav-wrap {
  display: none;
}


/*----------------------- SOCIAL */

.social {
  width: 287px;
  height: 32px;
}

a.moo,
a.mail,
a.fa,
a.in,
a.fb,
a.tw,
a.yt {
  background: url("images/template/social4.png") no-repeat;
  display: block;
  float: left;
  width: 39px;
  height: 32px;
}

a.moo {
  background-position: 0px 0;
}

a.moo:hover {
  background-position: 0px -32px;
}

a.mail {
  background-position: -39px 0;
}

a.mail:hover {
  background-position: -39px -32px;
}

a.fa {
  background-position: -78px 0;
}

a.fa:hover {
  background-position: -78px -32px;
}

a.in {
  background-position: -117px 0;
}

a.in:hover {
  background-position: -117px -32px;
}

a.fb {
  background-position: -156px 0;
}

a.fb:hover {
  background-position: -156px -32px;
}

a.tw {
  background-position: -195px 0;
}

a.tw:hover {
  background-position: -195px -32px;
}

a.yt {
  background-position: -234px 0;
}

a.yt:hover {
  background-position: -234px -32px;
}


/*----------------------- MAIN CONTENT */

#main {
  padding-bottom: 30px;
}

#banner {
  height: 200px;
  margin-bottom: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/banners/about.jpg");
  min-width: 1125px;
}

#bannerfsd {
  height: 400px;
  margin-bottom: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/banners/about.jpg");
  min-width: 1125px;
}

#bannerguarantee {
  height: 550px;
  margin-bottom: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/banners/guarantee.header.jpg");
  min-width: 1125px;
}

#sec-nav-col,
#content,
#right-col {
  display: inline-block;
  vertical-align: top;
}

#sec-nav-col {
  width: 288px;
}

#content {
  width: 584px;
  padding: 5px 15px 15px;
}

#content a:link,
#content a:visited {
  color: #001a66;
  text-decoration: underline;
  outline: none;
  border: none;
}

#content a:hover,
a:active,
a:focus {
  text-shadow: 0px 1px white;
  color: #8e2538;
  text-decoration: underline;
  /* text-transform: uppercase; */
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  /* border: 1px solid rgba(81, 203, 238, 1); */
}

#right-col {
  width: 215px;
}

.recentlink {
  color: #000000;
  text-decoration: none;
}

.bar {
  display: block;
  background-color: #CCCCCC;
  background-repeat: no-repeat;
  background-position: 95% center;
  text-decoration: none !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 50px 5px 10px;
  margin: 5px 0;
  outline: none;
  border: none;
}

.barx {
  display: block;
  background-color: #CCCCCC;
  background-repeat: no-repeat;
  background-position: 95% center;
  text-decoration: none !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 50px 5px 10px;
  margin: 5px 0;
  outline: none;
  border: none;
}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mag {
  background-image: url("images/universal/mag-glass.png")
}

.pencil {
  background-image: url("images/universal/pencil.png")
}

.arrow {
  background-image: url("images/universal/arrow.png")
}

.arrow3 {
  background-image: url("images/universal/arrow3.png")
}

.pdf {
  background-image: url("images/universal/pdf.png")
}

.html {
  background-image: url("images/universal/html.png")
}

.word {
  background-image: url("images/universal/word.png")
}

.excel {
  background-image: url("images/universal/excel.png")
}

a.bar:hover {
  background-color: #B5B5B5;
}

ul li.add-pdf a:after {
  content: url("images/universal/pdf2.png");
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}

ul li.add-word a:after {
  content: url("images/universal/word.png");
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}

.std-list ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.std-list ul li {
  padding: 3px 0;
  color: #000;
  font-size: 14px;
}

.std-list ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  outline: none;
  border: none;
}

.std-list ul li a:hover {
  color: #013B7D;
}

.std-list ul li span,
p.bar span {
  display: inline-block;
  float: right;
  color: #000;
}

ul.abc {
  list-style-type: lower-alpha;
}

.course-id-num {
  display: block;
  float: right;
  color: #333;
  font-size: 11px;
  padding: 0 5px;
  margin-top: -5px;
}


/*----------------------- UNIVERSAL */

.align {
  width: 1125px;
  margin: auto;
  position: relative;
}

h1 {
  color: #013B7D;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-align: left;
}

h2 {
  color: #000;
  font-size: 36px;
  margin: 5px 0;
  line-height: 1.1em;
  font-weight: normal;
}

#content>h3 {
  margin-bottom: 15px
}

h3+p {
  margin-top: 5px;
}

h3+p.bar {
  margin-top: 15px;
}

h4 {}

h5 {}

h3 {
  font-weight: normal;
  line-height: 1.1em;
}

0 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-align: left;
}

h8 {
  color: #013B7D;
  font-size: 28px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-align: left;
}

#main p,
#content li {
  line-height: 1.5em;
}

p.no-marg-top {
  margin-top: 0
}

pred {
  color: #d90000;
}

/*----------------------- SIDE BLOCKS & ADVERTISEMENTS */

span.widget-title {
  display: none;
}

/*---------MENU HEADERS */

.menu-header {
  color: #013B7D;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.menu-header {
  color: #013B7D;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.menu-header h2 {
  color: #000000;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.menu-header x {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.menu-header2 h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  margin: 10px 5px 5px 5px;
  text-decoration: underline;
}

.menu-header3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.menu-header h2y {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-decoration: underline;
}

.ssheader {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.ssheaderblk {
  color: #000000;
  font-size: 36px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}

.ssheaderwht h3 {
  font: Century Gothic;
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  line-height: 1em;
  margin: 5px;
}


/*----- BLUE BLOCK */

.blue-block {
  background: url("images/pages/side-banners/apply-blue-bg-Copy.jpg") no-repeat center center #253D72;
  width: 195px;
  padding: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.blue-blockw {
  background: url("images/pages/side-banners/apply-blue-bg-Copy.jpg") no-repeat center center #253D72;
  width: 280px;
  padding: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.blue-block h3 {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.bbheader {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.bbheaderw {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.blue-block p {
  font-size: 11px;
  margin: 5px 0;
}

.blue-block p a {
  color: #FFFFFF;
  display: block;
  margin: 5px 5px 0 0;
  text-align: right;
  text-decoration: none;
}

.blue-block p a:hover {
  text-decoration: underline;
}

.blue-blockw p {
  font-size: 11px;
  margin: 5px 0;
}

.blue-blockw p a {
  color: #FFFFFF;
  display: block;
  margin: 5px 5px 0 0;
  text-align: right;
  text-decoration: none;
}

.blue-blockw p a:hover {
  text-decoration: underline;
}

.blue-block2 {
  background: url("images/pages/side-banners/apply-blue-bg-Copy.jpg") no-repeat center center #253D72;
  width: 195px;
  padding: 10px;
  color: #fff;
  margin-bottom: 1px;
}

.blue-block2 h3 {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.blue-block2 p {
  font-size: 11px;
  margin: 5px 0;
}

.blue-block2 p a {
  color: #FFFFFF;
  display: block;
  margin: 5px 5px 0 0;
  text-align: right;
  text-decoration: none;
}

.blue-block2 p a:hover {
  text-decoration: underline;
}


/*----- GRAY BLOCK */

.gray-block {
  background: url("images/pages/side-banners/sched-bg.jpg") no-repeat center center #313131;
  width: 195px;
  padding: 10px;
  color: #fff;
}

.gray-block h6 {
  font-size: 17px;
  margin: 0;
  text-transform: uppercase;
}

.gray-block p {
  font-size: 11px;
  margin: 5px 0;
}

.gray-block p.gray-block-link {
  margin: 5px 5px 0 0;
  text-align: right;
}

.gray-block p a {
  color: #fff;
  text-decoration: none;
}

.gray-block p a:hover {
  text-decoration: underline;
}


/*----------------------- HEADER SEC NAVIGATION */

ul#head-sec-nav {
  padding: 0;
  margin: 0 10px;
  list-style: none;
  float: right;
  clear: right;
}

ul#head-sec-nav li {
  display: inline;
  outline: none;
  border: none;
  border-right: solid 1px #fff;
}

ul#head-sec-nav li:last-child {
  border-right: none
}

ul#head-sec-nav li a {
  font-family: Helvetica, Arial;
  color: #fff;
  font-size: 11px;
  margin: 0 5px;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: uppercase;
}

ul#head-sec-nav li a:hover,
ul#head-sec-nav li a.active {
  text-decoration: underline;
}


/*----------------------- NAVIGATION */

#m-nav-wrap {
  background: #013B7D;
  clear: both;
  min-width: 1125px;
}

nav {
  position: relative;
  height: 35px;
}

nav>ul {
  position: absolute;
  top: 4px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav>ul>li {
  float: left;
  outline: none;
  border-left: solid 1px #495D86;
  border-right: solid 1px #1A2D5C;
  position: relative;
}

nav>ul>li:first-child {
  border-left: none
}

nav>ul>li:last-child {
  border-right: none
}

nav ul li:hover {
  background: #012854;
}

nav>ul>li>a {
  font-family: 'gothic', Arial;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
}

nav ul li:hover a {
  color: #fff;
}


/*----------------------- SUBNAV */

nav ul li ul {
  background: #013B7D;
  display: none;
  position: absolute;
  top: 100%;
  width: 150px;
  margin: 0;
  padding: 5px 0 0 0;
  z-index: 999;
}

nav ul li:hover ul {
  display: block;
}

nav ul li ul li {
  display: block;
  margin: 0;
  border: none;
  text-align: left;
}

nav ul li ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 5px 7px;
}

nav ul li ul li a:hover {
  background: #012854;
}

nav>ul>li>a:hover,
nav ul li a.active {
  background: #012854;
}


/*----------------------- SECONDARY NAVIGATION */

#sec-nav-col ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #B3B3B3;
}

#sec-nav-col ul li {
  border-bottom: solid 1px #B3B3B3;
}

#sec-nav-col ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 10px;
}

#sec-nav-col ul li a:hover,
#sec-nav-col ul li a.active {
  background: #013B7D;
  color: #fff;
}


/*----------------------- CONT ED STYLE */

ul#cont-ed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#cont-ed-list li {
  background: #CCCCCC;
  margin-bottom: 5px;
  padding: 5px 15px;
}

ul#cont-ed-list li a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  display: inline-block;
}

ul#cont-ed-list li:hover {
  background: #b5b5b5;
  cursor: pointer;
}

ul#cont-ed-list li:hover a {
  text-decoration: none;
}

ul#cont-ed-list li img {
  float: left;
  margin-right: 10px;
  max-width: 25px;
}


/*----------------------- ATHLETICS STYLE */

a.athletics-apply {
  background: url("images/universal/apply-online-athletics.png") no-repeat;
  display: block;
  width: 218px;
  height: 192px;
  margin: 10px auto;
  outline: none;
  border: none;
  z-index: 999;
}

.each-player {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 130px;
  margin: 2px;
}

.each-player a img {
  display: block;
}

.each-player p {
  display: none;
  background: url("images/universal/opac-blue.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 105px;
  padding: 25px 5px 0 5px;
  margin: 0;
  line-height: 1em;
  color: #fff;
  text-align: center;
  z-index: 99;
}

.each-player a:hover p {
  display: block;
}


/*----------------------- ATHLETICS FORM */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
textarea {
  display: block;
  vertical-align: top;
  font-family: arial, helvetica;
  font-size: 14px;
  color: #000000;
  margin: 2px;
  border: solid 1px #CCCCCC;
  padding: 5px;
}

textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.wpcf7-form label {
  display: block;
  vertical-align: top;
  font-family: 'gothic', helvetica;
  color: #000000;
  margin: 2px;
  /*padding:5px;*/
}

.wpcf7-form textarea {
  overflow-x: hidden;
  overflow-y: hidden;
  resize: none;
  height: 125px;
}

.wpcf7-form input[type="submit"] {
  font-family: 'gothic', helvetica;
  display: block;
  background: #013B7D;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 25px;
  margin: 20px auto;
  border: none;
  outline: none;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background: #012D5C;
}

.wpcf7-form input[type="submit"] {
  font-family: 'gothic', helvetica;
  display: block;
  background: #013B7D;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 25px;
  margin: 20px auto;
  border: none;
  outline: none;
  cursor: pointer;
}

.w100 {
  width: 442px
}

.w80 {
  width: 350px
}

.w50 {
  width: 211px
}

.w40 {
  width: 180px
}

.w45 {
  width: 158px
}

.w33 {
  width: 134px
}

.w25 {
  width: 95.5px
}

.w20 {
  width: 72.5px
}

#submittest {
  background: #ffffff;
  color: #000;
  font-size: 15px;
  padding: 4px 5px;
  margin: 2px auto;
}

#submittest input[type="submit"]:hover {
  background: #ededed;
}

#submittest label {
  display: block vertical-align:auto;
  font-family: 'gothic', helvetica;
  color: #878787;
  margin: 2px;
}

fieldset2 {
  width: 190px;
  padding: 2px;
  margin: auto;
}

.athlbox {
  border: 0px;
  height: 167px;
  width: 880px;
}


/*----------------------- FOOTER */

#foot-links {
  width: 950px;
  margin: auto;
}

#foot-links ul {
  margin: 5px 0;
  padding: 10px;
  list-style: none;
  text-align: center;
}

#foot-links ul:first-child {
  border-bottom: solid 1px #A9A9A9;
}

#foot-links ul li:nth-child(even) {
  border-left: solid 1px #A9A9A9;
  border-right: solid 1px #A9A9A9;
}

#foot-links ul li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding: 25px;
  text-align: left;
}

#foot-links ul li a {
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

#foot-links ul li a:hover {
  text-decoration: underline;
}

#foot-links ul li img {
  float: left;
  margin: 0 5px 0 0;
}

#foot-links ul li span a {
  display: block;
  margin-left: 70px;
  color: #013B7D;
  text-decoration: none;
  font-size: 14px;
}

footer {
  background: url("images/template/footer-bg.jpg") no-repeat center center #222223;
  background-size: cover;
  clear: both;
  min-height: 385px;
  padding-top: 25px;
  min-width: 1125px;
}

a.f-logo {
  width: 187px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 25px;
}

footer ul {
  display: inline-block;
  vertical-align: top;
  min-width: 163px;
  margin: 10px 10px 0 0;
  padding: 0 0 0 35px;
  list-style: none;
  border-left: solid 1px #7B7B7B;
  text-align: left;
}

footer ul li {
  margin-bottom: 4px;
  outline: none;
  border: none;
}

footer ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  outline: none;
  border: none;
}

footer ul li a:hover {
  font-style: italic;
}

footer .social {
  margin: auto
}

p.f-address {
  clear: both;
  font-size: 12px;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 10px;
  text-align: center;
  border-top: solid 1px #787878;
}

footer .disclaimer {
  margin: auto
}

p.f-disclaimer {
  clear: both;
  font-size: 12px;
  color: #fff !important;
  margin: 10px 0 0 0;
  padding: 10px;
  text-align: left;
  border-top: solid 1px #787878;
}

p.f-address a {
  color: #f0eeee;
  text-transform: uppercase;
  text-decoration: underline;
}

p.f-address a:hover {
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
}

p.btm,
p.btm a {
  text-align: center;
  font-size: 11px;
  color: #333;
  text-decoration: none;
}

p.btm a:hover {
  color: blue;
  text-decoration: underline;
}


/*Useful Links - JQuery-----*/

*:focus {
  outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 999;
}

.dropdown>button {
  position: relative;
  padding: 2px 3px 1px 3px;
  overflow: hidden;
  background: #ffffff;
  font-size: 11px;
  font-weight: unset;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .03em;
  line-height: normal;
  text-transform: uppercase;
  z-index: 2;
}

.dropdown>button[aria-expanded="true"] {
  color: #333333;
}

.dropdown>button[aria-expanded="true"]:before {
  -webkit-transform: translateY(calc(100% - 3px));
  -ms-transform: translateY(calc(100% - 3px));
  transform: translateY(calc(100% - 3px));
}

.dropdown>button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
  transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0);
}

.dropdown>button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  margin-top: -3px;
  width: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: none !important;
}

.dropdown>button:focus:before {
  background: #ffffff;
}

.dropdown button+ul {
  position: absolute;
  overflow: scroll;
  top: 100%;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0;
  padding: 0;
  background: #444444;
  list-style: none;
  -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  max-height: 200px;
  visibility: visible;
  z-index: 1;
}

.dropdown button+ul[aria-hidden='true'] {
  max-height: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.dropdown button+ul li a {
  display: block;
  color: #1e1e1e;
  font-weight: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown button+ul li a:hover,
.dropdown button+ul li a:focus {
  background: #ededed;
  color: #333333 !important;
}

#dropdown-list li {
  border: none !important;
  padding-top: 2px;
  line-height: 20px;
}


/*End Userful Links - JQuery*/

.aligndiv {
  align: center;
}

.mfgacademy.grid-container {
  max-width: 100%;
  margin-top: 0;
}

.mfgacademy img {
  width: 100%;
}

.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}


/*--------------------------------------------------- 

              MOBILE MEDIA QUERIES

----------------------------------------------------- */

@media screen and (max-width: 786px) {

  header,
  #m-nav-wrap,
  #slide-wrapper,
  #blue-wrapper,
  footer {
    min-width: 0;
  }

  .desktop,
  #right-col,
  footer ul {
    display: none !important
  }

  .mobile,
  .mobile-nav-btn,
  .mobile-intro {
    display: block !important
  }

  img {
    width: 100%
  }

  .align {
    width: auto;
    padding: 0;
  }

  header {
    background: url("images/mobile/universal/nav-bg.jpg") no-repeat 100% center top #252527;
    border-bottom: 10px solid #253D72;
  }

  header .align {
    padding: 5px;
  }

  a.m-logo {
    right: 0;
    width: 65%;
    max-width: 240px;
    margin: auto;
  }

  a.f-logo {
    display: block;
    margin: 10px auto;
    width: 50%;
    max-width: 187px;
  }

  h3 {
    font-size: 25px;
  }

  #banner {
    height: 100px;
    margin-bottom: 0;
    min-width: 240px;
  }

  #bannerguarantee {
    height: 350px;
    margin-bottom: 0;
    min-width: 240px;
    background-image: url("images/mobile/slides/mlccguarantee18.2.jpg");
  }

  .mobile-nav-wrap ul {
    margin: 42% 10px 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-wrap ul li {
    border-bottom: dashed 1px #59595E;
  }

  .mobile-nav-wrap ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 8px 20px;
    text-decoration: none;
    outline: none;
    border: none;
  }

  .mobile-nav-wrap ul li a:hover {
    background: #252527;
  }

  #content {
    width: auto;
    padding: 20px 15px 15px;
  }

  #sec-nav-col a img,
  #sec-nav-col img {
    display: none;
  }

  #sec-nav-col {
    background: #253D72;
    display: block;
    width: auto;
  }

  #sec-nav-col ul {
    background: #ccc;
    display: none;
  }

  #sec-nav-col ul li a {
    color: #252527;
    font-size: 14px;
    padding: 6px 15px;
  }

  #sec-nav-col div {
    background: url("images/mobile/universal/sec-nav-btn.png") no-repeat 90% center;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
  }

  .w100,
  .w80,
  .w50,
  .w33,
  .w25 {
    width: 94%
  }

  .w20 {
    width: 30%
  }

  footer {
    min-height: 0;
    padding-bottom: 50px;
  }

  .barx {
    display: none;
    outline: none;
    border: none;
  }

  #google_translate_element {
    bottom: 0 !important;
  }

  .skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    color: white;
    text-decoration: underline;
  }

  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .iframevideos {
    width: "560px";
    height: "315";
    frameborder: none;
  }
}


/*-----  END MOBILE STYLESHEET------------ */

#programinfo {
  width: 50%;
  height: 890px;
  frameborder: none;
  display: none;
}

.highlight {
  color: red;
}


/*-----  SKIP TO MAIN CONTENT (ADA COMPLIANCE)------------ */

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  color: white;
  text-decoration: underline;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}


/*-----  END SKIP TO MAIN CONTENT (ADA COMPLIANCE)------------ */
