* {
    margin: 0;
    padding: 0;
}

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

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

*::-moz-placeholder {
    color: #000000;
    font-style: normal;
}

img {
    border: medium none;
    height: auto;
    max-width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
embed, object, iframe {
    width: 100%;
	height: auto;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

.leftimg {
    float: left;
    margin: 5px 10px 5px 0;
}

.rightimg {
    float: left;
    margin: 5px 0px 5px 10px;
}

.rightimg.cta {
    float: right;
    display: block;
    margin: 10px;
    position: relative;
    width: 270px;
}

.rightimg.cta span {
    display: none;
    visibility: hidden;
}

.rightimg.cta:hover span {
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
    visibility: visible;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 1em 0;
}
.desc p {
   margin: 0em 0 !important;

}
li {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

ul {
    padding-left: 40px;
}

a {
    color: #0F3478;
}

a:hover {
    color: #b30000;
}

h1 {
    color: #0f3478;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 40px;
}

h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 10px;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.wrapper {
    display: inline-block;
    float: left;
    width: 100%;
}

.col-25r {
    float: right;
    width: 25%;
}

.col-25 {
    float: left;
    width: 25%;
}

.col-30r {
    float: right;
    width: 33.3%;
}

.col-30 {
    float: left;
    width: 33.3%;
}

.col-50r {
    float: right;
    width: 50%;
}

.col-50 {
    float: left;
    width: 50%;
}

.col-75r {
    float: right;
    width: 75%;
}

.col-75 {
    float: left;
    width: 75%;
}

.banner-160 {
    background-color: #666;
    height: 600px;
    margin: 0 auto 50px;
    width: 160px;
}

.banner-160.scroller {
    height: 500px;
}

.banner-250 {
    background-color: #666666;
    height: 250px;
    width: 250px;
}

.banner-300 {
    background-color: #666666;
    height: 250px;
    margin: 20px 0;
    width: 300px;
}

.banner-728 {
    background-color: #999;
    float: left;
    height: 90px;
    margin: 20px 0 40px 40px;
    max-width: 728px;
    width: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
}


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

#cse-search-box,
#searchform {
    float: right;
    position: relative;
    width: 250px;
    padding: 5px 0;
}

#searchform input {
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 6px;
}

#searchform button {
    color: #0f3478;
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 7px;
    cursor: pointer;
}

/*Navigation Menu CSS*/
.topNav {
    padding: 0;
    float: right;
}

.topNav li {
    float: left;
    list-style: none;
    position: relative;
    font-weight: normal;
    line-height: 25px;
}

.topNav li a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0f3478;
    padding: 7px 10px;
    display: block;
}
.topNav li a:hover {
    background-color: #CCCCCC;
}

.topNav li:hover {
    border: solid #b30000;
    border-width: 2px 2px 0 2px;
}

.topNav li:hover > a {
    color: #0f3478;
    padding: 5px 8px 7px;
}

.topNav .noMenu:hover > a {
    padding-bottom: 5px !important;
}

.topNav li ul {
    display: none;
}

.topNav li:hover ul {
    background-color: #fff;
    border: solid #b30000;
    border-width: 2px;
    display: block;
    position: absolute;
    width: 210px;
    z-index: 1000;
    top: 37px;
    left: -2px;
    padding: 0;
}

.topNav li ul li {
    float: left;
    width: 100%;
}

.topNav li ul li a {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    padding: 7px 10px !important;
}

.topNav li ul li:hover {
    background-color: #ccc;
    border: none;
}

.topNavShim {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 1005;
    display: none;
}

.topNav li:hover .topNavShim {
    display:block;
}

.navbar {
    width: 100%;
    clear: both;
    float: left;
    background-color: #0f3478;
    margin-top: 15px;
    min-height: 43px;
    position: relative;
    z-index: 100;
}

.navbar ul {
    padding: 0;
}

.navbar li {
    line-height: 25px;
    float: left;
    list-style: none;
    position: relative;
    font-weight: normal;
}

.navbar li > a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 10px 31px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar li div.dd {
    display: none;
    position: absolute;
}

.navbar li:hover div.dd {
    background-color: #fff;
    border: solid #b30000;
    border-width: 0 2px 2px 2px;
    display: block;
    top: 43px;
    left: 0;
    z-index: 999;
    margin-left: -2px;
}

.navbar li:hover {
    background-color: #FFFFFF;
    border: solid #b30000;
    border-width: 2px 2px 0 2px;
}

.navbar li:hover > a {
    color: #0f3478;
    display: block;
	padding: 8px 29px 10px;
	/*padding: 8px 18px 8px!important; removed - IM 2-27 */
}

.navbar li ul li {
    float: left;
    clear: both;
    position: static;
    width: 200px;
}

.navbar li ul li a {
    font-size: 14px;
    text-transform: none;
    color: #0f3478;
    font-weight: 300;
    padding: 8px 29px 10px;
}

.navbar li ul li:hover a {
    padding: 8px 29px 10px;
}

.navbar li ul li a:hover {
    text-decoration: underline;
}

.navbar li ul li:hover {
    background: #ccc;
    border: none;
}

.navbar li ul {
    float: left;
    width: 200px;
    display: inline-table;
}

.navbar li ul li ul {
    display: none;
    height: 100%;
}

.navbar li ul li:hover ul {
    position: absolute;
    top: 0;
    display: block;
    border: none;
    width: inherit;
}

.navbar li ul li ul li {
    min-height: 43px;
}

.dd1 {
    min-width: 200px;
}

.dd2 {
    min-width: 400px;
}

.dd3 {
    min-width: 600px;
}

.dd4 {
    min-width: 800px;
}

.ddul2 {
    left: 200px;
}

.ddul3 {
    left: 400px;
}

.hasSub:hover {
    margin-right: 200px;
}

.noMenu:hover {
    border-bottom-width: 2px !important;
}

.navbar .noMenu:hover > a {
    padding-bottom: 8px !important;
}

/* styles for desktop */
.tinynav {
    display: none
}

#nav {
    display: none;
}

#nav_mob {
    display: none;
    width:100%;
    position: relative;
    overflow: hidden;
    color: white;
}

.subnav_mob {
    display: none;
    margin: 2px;
    width:100%;
    position: relative;
    overflow: hidden;
    color: white;
    height: 40px;
    padding: 5px;
}

.subnav_mob_sep {
    border-top: 1px solid blue;
}

#nav_mob_main {
    display: block;
}

#nav_mob a,
.subnav_mob a {
    text-decoration: none;
    color: white;
}

#nav_mob table,
.subnav_mob table {
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#nav_mob table td,
.subnav_mob table td {
    padding: 0 6px;
    white-space: nowrap;
    cursor: pointer;
}




#nav .selected a {
    color: red
}

.tinynav_label.tinynav1_label {
    display: none;
}

.navbar.sticky {
    left: auto;
    margin-top: 15px;
    position: relative;
    top: auto;
}

#logo {
    float: left;
}

#bbb {
    display: block;
    float: left;
    margin: 15px 10px;
}

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

#top .container {
    background-image: url("../images/shadow.png");
    background-position: 50% 333px;
    background-repeat: no-repeat;
    height: 360px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.banner {
    background-color: #fff;
    border-left: 2px solid #0f3478;
    border-right: 2px solid #0f3478;
    border-bottom: 2px solid #0f3478;
    max-height: 333px;
}

.banner img {
    z-index: 1;
}

#image-wrapper {
    display: inline-block;
    height: 333px;
    overflow: hidden;
    width: 898px;
}

#top-form {
    float: right;
    width: 295px;
    position: relative;
    text-align: center;
    z-index: 10;
}

#top-form h3 {
    color: #b30000;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    margin: 15px 0;
}

#registration {
    margin: 0 auto;
    width: 90%;
}

#registration input, #registration select {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f5f5f5', GradientType = 1); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #e8e8e8;
    color: #646464;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    padding: 1%;
    width: 100%;
}

#registration .submit {
    background: #e41a1c; /* Old browsers */
    background: -moz-linear-gradient(top, #e41a1c 0%, #950407 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e41a1c), color-stop(100%, #950407)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e41a1c 0%, #950407 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e41a1c 0%, #950407 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e41a1c 0%, #950407 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e41a1c 0%, #950407 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e41a1c', endColorstr = '#950407', GradientType = 0); /* IE6-9 */
    border: 1px solid #cc0507;
    color: #FFFFFF;
    text-transform: uppercase;
    float: right;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

#registration .submit:hover {
    background: #950407; /* Old browsers */
    background: -moz-linear-gradient(top, #950407 0%, #e41a1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #950407), color-stop(100%, #e41a1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #950407 0%, #e41a1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #950407 0%, #e41a1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #950407 0%, #e41a1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #950407 0%, #e41a1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#950407', endColorstr = '#e41a1c', GradientType = 0); /* IE6-9 */
}

#leftside {
    float: left;
    width: 180px;
    padding: 20px 0;
}

#rightside {
    float: right;
    width: 300px;
    padding: 20px 0;
}

#rightside #top-form {
    background-color: #fff;
    border: 3px solid #0f3478;
    float: none;
    margin: 0 auto 25px;
    min-height: 340px;
}

.a2a_default_style .a2a_img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
    margin: 0 3px;
}

#posts-widget {
    position: relative;
    min-height: 560px;
    clear: both;
    margin: 25px 0;
}

.widget-desc {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0;
  /*  height: 235px;    Removed due to spacing issue on the widget. LH 12-9-2014*/
}

.widget-desc p {
    margin-top: 5px;
}

/*Removed due to spacing issue on the widget. LH 12-9-2014*/
/*.widget-title {
    height: 70px;
}*/

.tab {
    float: left;
    width: 33.3%;
}

.tab label {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 3px solid #0f3478;
    color: #8d8d8d;
    display: block;
    font-size: 20px;
    font-weight: 300;
    left: 1px;
    margin-left: -1px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.social {
    float: left;
    margin-top: 6px;
}

.tab [type=radio] {
    display: none;
}

.content {
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    visibility: hidden;
}

.tab [type=radio]:checked ~ label {
    background-color: #0f3478;
    z-index: 2;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
}

.tab [type=radio]:checked ~ label ~ .content {
    z-index: 1;
    visibility: visible;
}

.title {
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 5px 0;
    text-decoration: none;
}

.date {
    clear: both;
    color: #9d9d9d;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

hr {
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.desc {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0;
}

.more-link {
    background-image: url("../images/more-btn.jpg");
    color: #0f3478;
    display: block;
    margin: 15px auto;
    padding: 1px 0;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.rightimg.cta.jobfair {
    float: none;
    margin: 0;
    width: 300px;
}

.rightimg.cta.jobfair:hover span {
    top: 0;
}

.main-content {
    max-width: 680px;
    padding: 20px;
    float: left;
/*    font-family: Verdana, Arial, Helvetica, sans-serif; */
    width: 100%;
}

.main-content-wide {
    max-width: 980px;
    padding: 20px;
    float: left;
/*    font-family: Verdana, Arial, Helvetica, sans-serif; */
}

.main-content-blog {
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: inline-table;
}

#resources {
    background-color: #f1f1f1;
    float: left;
    padding: 25px 0;
    width: 100%;
    text-align: start;
}

.heading {
    border-bottom: 5px solid #b71313;
    color: #b71313;
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}

.col-25.resource p {
    max-width: 250px;
}

.resource .more-link {
    float: left;
    margin: 0;
    width: 250px;
}

#resources .banner-250 {
    margin-top: 34px;
}

#mc_tpl_footer {
    background-color: #0f3478;
    float: left;
    padding: 25px 0;
    width: 100%;
}
#mc_tpl_footer a {
    text-align: left;
}
#mc_tpl_footer h3 {
    padding: 0;
}

.menu {
    float: left;
    width: 20%;
}

.menu h3 {
    color: #f1f1f1;
    line-height: 30px;
    margin: 0;
    text-transform: none;
    font-size: 24px;
}

.menu a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.menu a:hover, .menu a h3:hover {
    color: #b30000;
}

.menu ul {
    padding: 0;
    margin-top: 15px;
}

.menu li {
    list-style: none outside none;
}

#footerCopy {
    background-color: #fff;
    float: left;
    width: 100%;
}

#footer-logo {
    float: left;
    margin: 10px 0;
}

#footerCopy p {
    text-align: right;
    font-weight: 300;
    float: right;
    font-size: 14px;
    color: #333333;
}

/*Removed due to spacing issue on the widget. LH 12-9-2014*/
/*.blogimage {
    height: 185px;
}*/

.blogimage img {
    max-width: 100%;
    max-height: 185px;
    margin: auto;
    display: block;
}

#mobile-header {display: none;}
#mobile-header a {
    color: #fff;
    font-size: 24px;
    margin: 0 0 0 15px;
}

.mobile_show {
    display: none;
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }
#contentDiv {width:445px;}
    #logo {
        margin: 25px 0;
        width: 135px;
    }

    .navbar li > a {
        padding: 10px 20px;
    }

    .navbar li:hover > a {
        padding: 8px 19px 10px;
    }

    #image-wrapper {
        float: left;
        height: 333px;
        overflow: hidden;
        width: 700px;
    }

    .banner {
        height: 333px;
    }

    .banner img {
        height: unset;
        max-width: none;
    }

    .main-content {
        max-width: 500px;
        padding: 20px 10px;
    }

    .main-content-wide {
        max-width: 800px;
        padding: 20px 10px;
    }

    .col-25.resource {
        margin-right: 15px;
        width: 23%;
    }
.col-25.resource p {min-height: 175px;}

    .resource .more-link {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
#contentDiv {width:345px;}
.col-25.resource p {min-height: 200px;}
    #bbb {
        display: none;
    }

    #logo {
        width: 130px;
    }

    .navbar li > a {
        padding: 10px 15px;
    }

    .navbar li:hover > a {
        padding: 8px 13px 10px;
    }

    #image-wrapper {
        width: 600px;
    }

    #image-wrapper > img {
        margin-left: -25%;
    }

    .main-content {
        max-width: 400px;
    }

    .main-content-wide {
        max-width: 700px;
    }
}

@media screen and (max-width: 901px) {
    .container {
        max-width: 768px;
    }
#contentDiv {width:560px;}
    #logo {
        margin: -30px 0 10px;
    }

    .banner-728 {
        clear: both;
        float: none;
        margin: 10px auto;
    }

    .navbar li > a {
        font-size: 14px;
        padding: 10px 12px;
    }

    .navbar li:hover > a {
        padding: 8px 10px 10px;
    }

    #image-wrapper {
        width: 465px;
    }

    #image-wrapper > img {
        margin-left: -50%;
    }

    .main-content {
        max-width: 560px;
    }

    .main-content-wide {
        max-width: 860px;
    }

    #rightside {
        clear: both;
        float: none;
        width: 100%;
    }

    #posts-widget {
        clear: none;
        float: left;
        margin: 25px 4%;
        width: 45%;
    }

    .rightimg.cta.jobfair {
        float: left;
    }

    #rightside #top-form {
        min-height: 400px;
        width: 95%;
    }

    #weddles {
        display: none;
    }

    .banner-300 {
        float: left;
    }

    #resources .col-25 {
        width: 45%;
margin-bottom: 15px;
    }
.col-25.resource p {min-height: unset; max-height: 115px;}

    .col-25.resource img, .col-25.resource p {
        max-width: 100%;
        width: 100%;
    }

    #footer-logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }

    #footerCopy p {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 640px;
    }

    .navbar.sticky {
        left: 0;
        margin: 0;
        position: fixed;
        top: 0;
    }

    .tinynav {
        display: block;
        float: left;
        margin: 14px;
        width: 80%;
    }

    #nav {
        display: none
    }

    #nav_mob {
        display: block;
    }

    .topNav {
        display: none;
    }

    .navbar ul {
        display: none;
    }

    .tinynav_label.tinynav1_label {
        color: #fff;
        float: left;
        margin: 10px 0 10px 10px;
        text-transform: uppercase;
        display: block;
    }

    #cse-search-box {
        display: none;
    }
    #searchform {
        float: none;
        margin: 0 auto;
    }

    #top .container {
        height: auto;
    }

    #image-wrapper {
        float: none;
        height: 200px;
        width: 100%;
    }

    #image-wrapper > img {
        margin-left: -25%;
    }

    .banner {
        height: 600px;
        max-height: none;
    }

    #top-form {
        margin: 0 auto;
        width: 100%;
    }

    #registration input, #registration select {
        width: 98%;
    }

    .main-content {
        max-width: 430px;
    }

    .main-content-wide {
        max-width: 730px;
    }

    .menu a {
        font-size: 13px;
    }

    #rightside #top-form {
        min-height: 360px;
    }
    #mobile-header {display: block;}

    .mobile_hide {
        display: none;
    }
    .mobile_show {
        display: initial;
    }
}

@media screen and (max-width: 640px) {
    .container {
        max-width: 480px;
    }
.col-25.resource p {
    max-height: unset;
    min-height: 180px;
}
#contentDiv {width:445px;}
    .main-content {
        max-width: 280px;
    }

    .main-content {
        max-width: 580px;
    }

    #posts-widget {
        float: none;
        margin: 25px auto;
        width: 95%;
        min-height: 525px;
    }

    .banner-300 {
        clear: both;
        float: none;
        margin: 20px auto;
    }

    .rightimg.cta.jobfair {
        float: none;
        margin: 0 auto;
        width: 300px;
    }
#leftside {
    clear: both;
    float: none;
    width: 100%;
}
.banner-160.scroller {
    float: none;
    margin: 0 auto;
}
.banner-160 {
    float: left;
    margin: 0 7%;
}
.social {
    margin-left: 15px;
}
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 320px;
    }
h3 {
    line-height: 28px;
}
.main-content {
    max-width: none;
    padding: 20px 0;
}
#contentDiv {
    width: 320px;
}
.banner-160 {
    float: left;
    margin: 0;
}
.social {
    float: none;
    margin: 5px auto 10px;
    width: 180px;
}
	.row {width: 95%; margin: 0 auto;}
    #logo {
        display: block;
        float: none;
        margin: 10px auto;
    }

    #topbar .col-75r {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .tinynav {
        width: 70%;
    }
.col-25.resource p {
    max-height: 120px;
    min-height: unset;
}
    #image-wrapper > img {
        margin-left: -85%;
    }

    #leftside {
        clear: both;
        float: none;
        margin: 0 auto;
    }

    #resources .col-25 {
        width: auto;
        float: none;
    }

    .col-25.resource {
        clear: both;
        float: none;
        margin: 0 auto;
        min-height: 510px;
        width: 95% !important;
    }

    #resources .banner-250 {
        margin: 0 auto;
    }

    

    .menu {
    float: left;
    min-height: 300px;
    text-align: center;
    width: 50%;
}
}

.alt-colors:nth-child(odd) {
    background-color: #CCCCCC;
}

.photo_table td {
    padding: 2px;
}
.photo_table img {
    max-width: none;
}

.state_table {
    width: 90%;
}
.state_table td {
    padding: 2px;
    white-space: nowrap;
}

.su_block {
    padding: 0 7px;
}

.su_b1 {
    font-size: 16px;
}

.su_b2 {
    font-size: 14px;
}

.su_b3 {
    font-size: 20px;
}
#regcont {
	min-height:274px;
	padding:20px 0 20px 0;
	font-size:0; 

}
#jobseekers {
	width:315px;
	float:left;
}

#employersreg {
	width:315px;
	float:right;
}
@media screen and (max-width: 1280px) {
   #jobseekers { 
    float: none;
	padding-bottom:15px;
	margin: 0 auto;
  }
   #employersreg { 
	float:none;
	margin: 0 auto;
  }
}
.alexa-widget {
	padding-left:10px ;
}
 @media (max-width: 1024px) {
 .alexa-widget {
	display:none;
}
 }

#responsive-menu-button {
    text-decoration: none;
}

.joblisting {
    padding: 5px;
}

.joblisting:hover {
    background-color: #ccc;
}

.joblisting:nth-of-type(even) {
    background-color: #eee;
}

.joblisting:hover {
    background-color: #ccc;
}

.dynamic_form_seperator {
    background-color: #ccc;
}
.is_required_mark {
    color: #f00;
    font-size: 18px;
}

.emp-posts-table th {
    padding: 2px 5px;
}

.post_counts {
    text-align: center;
}

.tac {
    text-align: center;
}
