﻿/***************************************************************

MOBILE FIRST

-  GLOBAL
	 - ICOMOON
	 - HEADERS
	 - TOPBAR/SEARCH
	 - HEADER/LOGO/NAV
	 - BREADCRUMB
	 - FOOTER
-  HOMEPAGE
-  SECTION HOMEPAGE
-  LANDING PAGE
-  TWO COLUMN
-  ONE COLUMN
-  NEWS
-  SEARCH RESULTS
-  320px BREAKPOINT
-  480px BREAKPOINT
-  600px BREAKPOINT
-  768px BREAKPOINT
-  960px BREAKPOINT
-  1120px BREAKPOINT

***************************************************************/


/* DEFINE ICOMOON FONT FAMILY */

@font-face {
  font-family: 'icomoon';
  src: url('/SiteElements/font/icomoon.eot');
  src: url('/SiteElements/font/icomoon.eot?#iefix') format('embedded-opentype'), 
	   url('../font/icomoon.woff') format('woff'), 
	   url('/SiteElements/font/icomoon.ttf') format('truetype'), 
	   url('/SiteElements/font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: 'icomoon'!important;
  float: left!important;
  width: 100%!important;
}

@font-face {
  font-family: 'AdonisRegular';
  src: url('/SiteElements/font/AdonisRegular/font.woff');
}

@font-face {
    font-family: 'nobel';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}



body {
	margin:0;
	padding:0;
  font-family: 'AdonisRegular', sans-serif;
  color: #000;
  background: #f5dadf;
}


/* HEADERS */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.3em;
}

.content h2 {
  font-size: 1.6em;
  margin: 35px 0 0 0;
  font-family: 'nobel', sans-serif;
  font-weight: 500;
}

.content h3 {
  font-size: 1.4em;
    margin: 20px 0 0 0;
  font-family: 'nobel', sans-serif;
    font-weight: 500;
}

.content h4 {
  font-size: 1.3em;
  font-family: 'nobel', sans-serif;
    font-weight: 500;
}

.content h5 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: 'nobel', sans-serif;
}

.content h6 {
  font-size: 1.3em;
  font-weight: normal;
  font-family: 'nobel', sans-serif;
}

.wrapper {
	width:90%;
	margin:0 5%;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}


/* DOCUMENT ICONS */
a[href$='.doc'],
a[href$='.docx'] ,
a[href$='.xls'],
a[href ^="mailto:"] {
  	padding: 0 20px 0 0;
}

a[href$='.doc']:after,
a[href$='.docx']:after ,
a[href$='.pdf']:after,
a[href$='.xls']:after,
a[href ^="mailto:"]:after {
	font-family:"icomoon";
}
a[href$='.doc']:after {
	content:"";
}
a[href$='.docx']:after {	
	content:"";
    padding: 0 23px 0 0;
background: url('https://www.wigan.gov.uk/SiteElements/Images/icon-doc.gif') no-repeat right 0;
}
a[href$='.pdf']:after {
	content:"";
        padding: 0 23px 0 0;
background: url('https://www.wigan.gov.uk/SiteElements/Images/icon-pdf.gif') no-repeat right 0;
}


a[href$='.xls']:after {
	content:"";
}
a[href ^="mailto:"]:after {
	content:"";
} 

a[href^="mailto:"] {
    background: url("https://www.wigan.gov.uk/SiteElements/Images/icon-mailto.gif") no-repeat 2px 2px;
    padding: 0 0 0 25px;
}

    /* RESPONSIVE IMAGES */
  
    
    .img200px {
        width:200px!important;
        margin:0 auto!important;
        float:none;
    }
    .img200px-fixtop  {
        width:200px!important;
        margin:0 auto!important;
        float:none;
    }    
    .img200pxwrap {
        margin: 20px auto!important;
        width: 200px;
    }
    .img200pxwrap-fixtop {
        margin: 20px auto!important;
        width: 200px;
    }
    
    .img300px {
        width:100%!important;
        height:100%;
        margin:0 auto!important;
        float:none;
    }
    .img300px-fixtop {
        width:100%!important;
        height:100%;
        margin:0 auto!important;
        float:none;
    }
    .img300pxwrap {
        margin: 20px auto;
        width: 250px;
    }
    .img300pxwrap-fixtop {
        margin: 20px auto;
        width: 250px;
    }

    .image, .image-last  {
      width:80%;
      height:100%;
      margin:20px 10% !important;
      float:none;
    }


    
     /* EXTERNAL LINK */
    .externallinkhide {
        display: block;
        height: 1px;
        position: absolute;
        text-indent: -99999px;
    }
    
    
    /* EMPTY EXTERNAL LINK DEFINITION SO SELECTOR CAN BE FOUND AT ALL IN HYPERLINK PROPERTIES */
    .externallink {
        display:inline;
    }
    
    /* CUSTOM ICONS */
    .externallink:after {
        content: "\e8f1";
        font-family: "icomoon";
        font-size: 1.1em;
        line-height: 0;
        margin-left: 5px;
    }

.access {
	background: #f5dadf;
	float: left;
	width: 100%;
}


.access ul {
	margin: 0 0 20px 0;
	float: left;
  padding: 7px 5px;
  background: #fff;
}


.access ul li a {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
}

.access ul li a:hover{
	color: #000;
  text-decoration: underline;
}

body > form > header {
    background: #f5dadf;
    float: left;
    width: 100%;
    position: relative;
}

.turnpike-hdr img {
  width: 185px;
  height: auto;
}

nav {
  display: none;
  clear: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
    float: left;
}

.nav-trigger::before {
    content: "\e7db";
    font-family: "icomoon";
    font-size: 1.3em;
    float: right;
    padding-right: 30px;
}


a.nav-trigger {
    color: #000;
}

.nav-trigger {
    display: block;
    margin: 15px 0;
    padding: 0;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.nav-trigger a {
    border: 0;
}

.nav-trigger:hover {
  color: #000;
  text-decoration: underline;
}

nav ul li a{ 
  color: #000;
  display: block;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 11px 107px 11px 25px;
  font-weight: 600;
  background: #fa9370;
 }


nav ul li a:hover {
  color: #fff!important;
  border: 0;
  background: #000
} 

    /* v1.0.3 */
    /* Core RS CSS file. 95% of time you shouldn't change anything here. */
    .royalSlider {
        width: 600px;
        height: 400px;
        position: relative;
        direction: ltr;
    }
    .royalSlider > * {
        float: left;
    }
    .rsWebkit3d .rsSlide,
    .rsWebkit3d .rsContainer,
    .rsWebkit3d .rsThumbs,
    .rsWebkit3d .rsPreloader,
    .rsWebkit3d img,
    .rsWebkit3d .rsOverflow,
    .rsWebkit3d .rsBtnCenterer,
    .rsWebkit3d .rsAbsoluteEl {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0); 
    }
    .rsFade.rsWebkit3d .rsSlide,
    .rsFade.rsWebkit3d img,
    .rsFade.rsWebkit3d .rsContainer {
        -webkit-transform: none;
    }
    .rsOverflow {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        float: left;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVisibleNearbyWrap .rsOverflow {
        position: absolute;
        left: 0;
        top: 0;
    }
    .rsContainer {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsArrow,
    .rsThumbsArrow {
        cursor: pointer;
    }
    .rsThumb {
        float: left;
        position: relative;
    }
    .rsArrow,
    .rsNav,
    .rsThumbsArrow {
        opacity: 1;
        -webkit-transition:opacity 0.3s linear;
        -moz-transition:opacity 0.3s linear;
        -o-transition:opacity 0.3s linear;
        transition:opacity 0.3s linear;
    }
    
    /* RULE REMOVED TO DISPLAY NAV ARROWS AT ALL TIMES 
    .rsHidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
        transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    }
    */
    .rsGCaption {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Fullscreen options, very important ^^ */
    .royalSlider.rsFullscreen {
        position: fixed !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .royalSlider .rsSlide.rsFakePreloader {
        opacity: 1 !important;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition:  0s;
        transition:  0s;
        display: none;
    }
    .rsSlide {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .rsSlide p {
        font-size:1.3em;
        line-height:1.2em;
        margin:0;
    }
    .royalSlider.rsAutoHeight,
    .rsAutoHeight .rsSlide {
        height: auto;
    }
    .rsContent {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .rsPreloader {
        position:absolute;
        z-index: 0;    
    }
    .rsNav {
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        user-select: none;
    }
    .rsNavItem {
        -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    }
    .rsThumbs {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        float: left;
        z-index: 22;
    }
    .rsTabs {
        float: left;
        background: none !important;
    }
    .rsTabs,
    .rsThumbs {
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    .rsVideoContainer {
        /*left: 0;
        top: 0;
        position: absolute;*/
        /*width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        float: left;*/
        width: auto;
        height: auto;
        line-height: 0;
        position: relative;
    }
    .rsVideoFrameHolder {
        position: absolute;
        left: 0;
        top: 0;
        background: #141414;
        opacity: 0;
        -webkit-transition: .3s;
    }
    .rsVideoFrameHolder.rsVideoActive {
        opacity: 1;
    }
    .rsVideoContainer iframe,
    .rsVideoContainer video,
    .rsVideoContainer embed,
    .rsVideoContainer .rsVideoObj {
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    /* ios controls over video bug, shifting video */
    .rsVideoContainer.rsIOSVideo iframe,
    .rsVideoContainer.rsIOSVideo video,
    .rsVideoContainer.rsIOSVideo embed {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 44px;
    }
    .rsABlock {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 15;
        -webkit-backface-visibility: hidden;
    }
    .rsNoDrag {
        cursor: auto;
    }
    .rsLink {
        left:0;
        top:0;
        position:absolute;
        width:100%;
        height:100%;
        display:block;    
        z-index: 20;
        /* background: url(blank.gif); */
        -webkit-backface-visibility: hidden;
    }
    .contentSlider {
        width: 100%;
    }
    .contentSlider,
    .contentSlider .rsOverflow,
    .contentSlider .rsSlide, .contentSlider .rsVideoFrameHolder,
    .contentSlider .rsThumbs {
        color: #000;
    }
.contentSlider h3 {
  margin:0;
}


  
   	.contentSlider img {
      	width: 100%;
        height: auto;
        display: block;
    }
    .content-slider-bg {
        width:100%;
    }


    /******************************
    *  RoyalSlider Default Skin   
    *  Sprite: 'rs-default.png'
    ******************************/


    /* Background */
    .rsDefault,
    .rsDefault .rsOverflow,
    .rsDefault .rsSlide,
    .rsDefault .rsVideoFrameHolder,
    .rsDefault .rsThumbs {
        color: #FFF;
            }




/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}


.rsDefault .rsArrowLeft { display: none }
.rsDefault .rsArrowRight { display: none }



.rsDefault .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url("https://www.wigan.gov.uk/SiteElements/Images/rs-default.png") #333;
	border-radius: 2px;
}



.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


.rsDefault .rsBullets {
    display: none;
}

.home-slider {
    width: 100%;
    margin-top: 25px;
    display: block;
    float: left;
}

.home-slider .infoWrap {
  background: #FA9370 !important;
  width: 98%;
  padding: 5px 2%;
  font-size: 0.9em;
  font-family: 'nobel', sans-serif;
}


.home-slider .content-slider-bg .infoWrap h2{
    color: #000;
    font-size: 1.5em;
    margin: 4px 0 9px 0;
    font-weight: 500!important;
}

.home-slider .contentSlider h3 {
  font-size: 1.3em;
  color: #000;
font-weight: 500!important;
}

.home-slider .contentSlider h3 a {
  color: #000;
  text-decoration: none;
}

.homepage-welcome h1 {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  font-size: 0em;
  border: 0;
}

.container-banner {
  margin-top: 30px;
  float: left;
}


.container-banner img {
    width: 100%;
    height: auto;
}

.home-content {
  margin: 20px auto;
  padding: 0 14%;
  width: 73%;
  float: left;
}

.visitus_box {
   display: block;
  width: 270px;
}

a.visitus_box img {
    width: 270px;
    height: 260px;
    display: block;
}

.title {
  font-size: 1.5em;
  display: block;
  margin: 0;
  color: #f5dadf;
  letter-spacing: 0.5px;
  line-height: 45px;
  text-align: center;
  font-family: 'nobel', sans-serif;
}



.home-content ul li {
  float: left;
  margin-bottom: 20px;
}

.home-content ul li a{
  text-decoration: none;
}

.home-content ul li a:hover span.title{
  text-decoration: none;
  color: #000;
  transition: all .3s ease;
}

.home-content ul li:nth-child(1) {
  background: #007C58;
}

.home-content ul li:nth-child(2) {
  background: #FF8F1C;
}


.home-content ul li:nth-child(3) {
  background: #EB3300;
}

.home-content ul li:nth-child(4) {
  background: #287DA1;
    color: #f5dadf!important;
}

.home-content ul li:nth-child(5) {
  background: #007C58;
}

.home-content ul li:nth-child(6) {
  background: #FF8F1C;
}

body > form > footer {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.footer-left {
  float: left;
  width: 100%;
}


.footer-right {
  float: left;
  margin-top: 60px;
}

.footer-links {
  float: left;
  width: 100%;
  margin: 5px 0 30px 0;
}

.footer-links a{
  float: left;
  font-size: 1em;
  text-decoration: none;
  margin-right: 20px;
  color: #000;
}

.footer-links a:hover{
    text-decoration: underline;
}


.social-icons {
  float: left;
  margin: 25px 0;
}

.social-icons ul {
  float: right;
}

.social-icons li {
  display: block;
  float: left;
}

.social-icons a:before {
    font-family: "icomoon";
    font-size: 2em;
    padding: 0 7px;
    color: #000;
}

.social-icons a {
    text-decoration: none;
}

.sm-fb a:before {
	content: "\e9e9";
}

.social-icons span {
	display: none;
}


.sm-ig a:before {
	content: "\e9ff";
	}

.sm-tw a:before {
	content: "\e9e7";
	}

.footer-logo {
  width: 53%;
  float:left;
  margin: 25px 0;
}

 .footer-logo img {
  width: auto;
  height: 50px;
} 


.breadcrumb {
    float: left;
    padding: 9px 0;
    width: 100%;
}

.breadcrumb div {
    float: left;
    list-style: none outside none;
    margin: 20px 0 15px;
    padding: 0;
}

.breadcrumb div a {
        color:#000; 
        text-decoration:underline;
        border-bottom:none;
        padding:0;
        font-weight: 500;
        font-size: 0.9em;
        float: left;
  }
    .breadcrumb div a:hover {
        color:black;
    }
    .breadcrumb div span {
        display:none;
       /* float:left;
        color:black; */
    }
    .breadcrumb div span.separator {
        padding:0 7px;
        color: #000;
        display: block;
        float: left;
        font-size: 1em;
    }

main h1 {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  color: #000;
  border-bottom: #fa9370 solid 1px;
  padding-bottom: 22px;
  letter-spacing: 0.01em;
}

.turnpike-container p{
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin: 20px 0;
    font-size: 1.1em;
}

.turnpike-container a{
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.turnpike-container a:hover{
  background-color: #fa9370;
  text-decoration: underline;
  color: #000;
    font-weight: 600;
}

.turnpike-container ul li, .turnpike-container ol li {
  letter-spacing: 0.02em;
  margin: 5px 0;
  color: #000;
  line-height: 1.6em;
font-size: 1.1em;
}

.turnpike-container ul li ul li {
    font-size: 1em;
}

.content ul li ul {
    margin: 16px 0 25px 40px;
}

.content ul {
  list-style: square;
  margin: 25px 0 25px 40px;
}

aside {
    margin-top: 26px;
}

aside h2, aside h3 {
  color: #f5dadf;
  font-size: 1.3em;
  padding: 15px 0 0 0;
  font-family: 'nobel', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

aside p {
    letter-spacing: 0.01em;
    line-height: 1.3em;
    font-size: 1em;
    margin: 10px 0 10px 0;
}

.turnpike-its-top {
    background: #FA9370;

}

.turnpike-its-top ul {
    margin: 0;
  padding: 10px 20px;
  list-style: square;
    font-size: 1em;
}

.turnpike-interactions div{
    width: 100%;
    margin: 3px 0 18px 0;
}

.turnpike-interactions h3 {
  padding: 15px 5% 10px;
    background: #287DA1;
}


.turnpike-interactions .apply-button, .book-button, .top-task {
    margin: 6px 0!important;
    padding: 5px 0 0 0!important;
}

.turnpike-interactions ol {
    list-style: none!important;
    padding: 10px;
    margin: 14px 0;
}

.turnpike-interactions ol li a {
  font-size: 1em;
  text-decoration: none;
  padding: 10px 35px 10px 10px;
    display: block;
    margin-bottom: 20px;
    color: #000;
    border-radius: 5px;
    border: 2px solid #f5dadf;
    background: url('https://www.wigan.gov.uk/SiteElements/Images/icon-btn-arrow.png') no-repeat 96% center #FA9370;
}

.turnpike-interactions ol li a:hover {
    border: 2px solid #287DA1;
  background-color: #287DA1;
  color: #f5dadf;
}

.book-button:before {
    content: "\e794";
    font-family: "icomoon";
    font-size: 1.4em;
    display: block;
    margin: 0 12px 0 2px;
    float: left;
    color: #155234;
}

.top-task:before {
    content: "\e7f0";
    font-family: "icomoon";
    font-size: 1.4em;
    display: block;
    margin: 0 12px 0 2px;
    float: left;
    color: #155234;
}


.turnpike-its {
    padding: 0 0 40px;
}

.turnpike-its h2 {
  padding: 15px 5% 10px;
    background: #014c6a;
}


.turnpike-its ul {
  margin: 0;
  padding: 10px 30px;
  list-style: disclosure-closed;
}


.turnpike-its ul li a {
  display:block;
  padding: 7px 2px;
  font-size: 0.9em;
  color:#000;
  text-decoration:none;
}

.turnpike-its ul li a:hover {
  color: #000;
  transition: all .3s ease;
}

.inthisection {
  background: #fa9370;
  margin-bottom: 30px;
}

.sys_selected.sys_currentitem {
  margin: 4px -30px 4px -30px!important;
  background: #f5dadf;
  padding: 3px 0 3px 30px;
}


iframe {
    border: none;
}

.turnpike-container iframe {
  width: 100%;
  margin-bottom: 20px;
}

.gmap-embed {
    width: 100%;
    height: 250px;
    margin: 0 auto;
}


.turnpikenotices {
    background: #FF8F1C;
    margin-bottom: 25px;
    display: none;
    float: left;
    width: 100%;
}

.turnpikenotices p {
    padding: 5px 2%;
    font-size: 1.1em;
    line-height: 1.6em;
}

.turnpikenotices p, .turnpikenotices a {
    color: #000!important;
}

.turnpikenotices a:hover {
    color: #000!important;
      background: #f5dadf;
}


.turnpike-container table caption {
  background: #287DA1;
  color: #000;
  font-size: 1.2em;
  padding: 10px 15px;
  text-align: left;
  border-left: 2px solid #f5dadf;
  border-bottom: 0;
  border-right: 2px solid #f5dadf;
}

.turnpike-container table caption p{
	color: #FA9370;
}

.turnpike-container table {
    font-size:1em;
    margin:30px 0;
    width:100%;
}
.turnpike-container table th { 
    background:#FA9370;
    color:#000;
    padding:10px 15px;
    text-align:left;    
    font-weight:bold;
}
.turnpike-container table a {
    font-weight:bold;
  	color: #000;
    position: relative;
}

.turnpike-container table th a {
    color: #000!important;
}

.turnpike-container table p {
    font-size: 1em;
}
.turnpike-container table td {
    background:#FA9370;
    padding:1% 15px;
    line-height: 1.4em;
  	vertical-align: top;
}

.image-whatson {
  float: left;
  width: 190px;
  margin: 20px 20px 85px 0;
  display: block;
}

ul.landing-items {
  list-style: none;
  margin: 0;
}


ul.landing-items li {
        clear:both;    
        float:left;
        text-decoration:none;
        padding:0;
        width:100%;
        font-size:1em;
        margin-bottom:0;
    }
    ul.landing-items li a {    
        display:block;
        text-decoration:none;
        min-height: 60px;
        padding:36% 0 0;
        margin-bottom:20px!important;
        background-size:100% auto;
        background-color:#fa9370;
        border: 1px solid #f5dadf;
    }

    ul.landing-items li a:hover, ul.landing-items li a:active {
        background-color:#f5dadf;
        color:black;
        border: 1px solid #fa9370;
    }

  .box, .boxb, .boxc {
         margin-bottom:10px;
    }

       .boxa, .boxc, .boxe {
         margin-right:2%;
    }   

     .landingtitle {
        display:block; 
        color:#000;
        padding-left:10px;
        margin:7px 0 5px 0;
        line-height:1.6em;
        font-size: 1.3em;
    }

    .landingdesc { 
        display: none;
    }

    .news-list-wrap h2 {
        margin-bottom: 20px;
    }

    ul.sys_itemslist { 
        list-style: none;
        margin: 0;
    }


    .news-list-wrap .sys_subitem { 
        float:left;
        width:100%;
        padding:10px 0;
        border-bottom: 1px solid #ffcad4;
        margin: 12px 0 0 0;
        list-style: none;
    }

.news-list-wrap .sys_itemslist a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 1.5em;
}


.news-list-wrap .sys_itemslist a:hover {
    background-color: #fa9370;
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.news-list-wrap dt.sys_generic_list-description {
    display: none;
}

.news-list-wrap dd.sys_generic_list-description {
    margin: 7px 0;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    font-size: 1.1em;
}

@media only screen and (min-width: 600px) {

 .img200pxwrap, .img300pxwrap, .img200px-fixtop, .img200pxwrap-fixtop, .img300pxwrap-fixtop {
        float:right;
        margin:0 0 20px 20px!important;
        clear: both;
    }

    .image, .image-last {
  width: auto;
  height: auto;
  float: right !important;
  margin: 10px 0 15px 30px !important;
  clear: right;
}

}

@media only screen and (min-width: 706px) {



.home-content ul li {
 width: 270px;
   margin: 27px 4px;
}
}


@media only screen and (min-width: 768px) {

.home-content {
  padding: 0 2%;
  width: 96%;
}


.home-content ul li {
 width: 270px;
   margin: 27px 25px;
}


ul.landing-items li {
  clear: none;
  width: 49%;
  font-size: 1.4em;
}

     .landingtitle {
    font-size: 1.1em;
     }

.footer-left {
  width: 40%;
  background: url('/SiteElements/Images/TTG-Yellow.png') no-repeat 0 0;
  background-size: 324px;
  min-height: 324px;
}

.footer-right {
  float: right;
  margin-top: 0;
line-height: 1.5em;
}

.footer-times {
  text-align: right;
}

.footer-contact {
  margin: 47px;
line-height: 1.5em;
}

.footer-contact a {
    color: #000;
    margin-bottom: 5px;
}

.footer-contact h2 {
  font-family: 'nobel', sans-serif;
  font-weight: 300;
}

.social-icons {
    width: 100%;
    background: url('/SiteElements/Images/TTG-Green.png') no-repeat 0 2px;
    background-size: 329px;
    margin-top: 53px;
    height: 275px;
    float: right;
}

aside {
  float: left;
}

}

  @media only screen and (min-width: 960px) {
.wrapper {
	width:960px;
	margin:0 auto;
}

.turnpike-hdr img {
  width: 180px;
  height: auto;
}

.nav-trigger {
    display: none;
}

nav {
	float: right;
	width: 535px;
	padding: 20px 0;
  display: block;
    margin-top: 25px;
}

nav ul li {
  float: left;
  margin: 0 5% 0 0;
  display: block;
  border-bottom: #fa9370 3px solid;
}

nav ul li a {
  background: #f5dadf;
  padding: 11px 5px 3px 5px;
  font-size: 1.4em;
}

.home-slider .infoWrap {
  background: #fa9370 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%;
  left: 25%;
  z-index: 6;
  padding: 0 1% 25px 1%;
  text-align: center;
  font-size: 100%;
}

.home-slider .content-slider-bg .infoWrap h2{
    color: #000;
    font-size: 1.7em;
    margin: 15px 0 12px 0;
}

.home-slider .contentSlider h3 {
  font-size: 1.4em;
  color: #000;
  margin-bottom: -14px;
}

.home-content {
  padding: 0;
  width: 100%;
}

.turnpike-container {
  width: 75%;
  float: left;
}

ul.landing-items li {
  width: 32%;
  padding: 0;
}

  .boxa, .boxc, .boxd, .boxf {
      margin:0;
    }
    .boxb, .boxe {
      margin:0 2%;
    }

aside {
    float: right;
    width: 21%;
}

}

@media only screen and (min-width: 1312px) {
  .wrapper {
    width: 1280px;
}

  .home-content ul li {
    margin: 27px 45px;
  }

.home-content {
    padding: 0 8%;
    width: 92%;
    margin: 0 auto;
}


}