/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 October 2017 18:23:49
*/


/* Generate the row class plus column def */
* {
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
}
/* A pixel based grid */
/* A percentage based grid */
/* Generate classes which hide named columns */
/* Generate classes which hide named columns */
/*
    Generate a non-named grid with the given properties
*/
/*
    Generate a named grid with the given properties
*/
/*
    Generate a non-named grid, wrapped in a media query
*/
/*
    Generate a named grid, wrapped in a media query
*/
/*
    Generate a named grid, wrapped in a media query, WITHOUT standard sizes
*/
/* Came up with this hoping it'd work but atm it only works in Firefox grrr..... */
/************ LR Gallery start */
.flexslider {
  clear: both;
  margin: 0px -15px 10px;
  border: 0px solid #4d372c;
}

.flexslider .flex-control-nav {
  bottom: -15px;
  padding: 0;
}

.flexslider .slides {
  padding: 0 !important;
}

.flexslider .slides li {
  padding: 0;
}

.flexslider .slides p {
  margin: 0;
}

.flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  font-size: 0px;
}

.flex-caption {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 25px; border: 1px solid #4d372c; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; /* box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/ zoom: 1;} 
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Caption style */ /* IE rgba() hack */ .flex-caption {background:none;   -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C000000,endColorstr=#7C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7C000000,endColorstr=#7C000000); zoom: 1;} 
.flex-caption {margin: 0; width: 100%; padding: 1.5%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.7); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.7); font-size: 14px; line-height: 18px;} 

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('') no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=70); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -14px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a { 
  line-height: 25px;
  text-decoration: none; 
  width: 25px; 
  height: 25px; 
  display: block; 
  color: #000000; 
  font-weight: 700;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #000000; 
  cursor: pointer; 
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
  -o-border-radius: 20px; 
  border-radius: 20px; 
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}


.flex-control-paging li a:hover {   color: #FFFFFF; border: 1px solid #FFFFFF; background: #333; background: rgba(0,0,0,0.7); }

.flex-control-paging li a.flex-active { color: #FFFFFF; border: 1px solid #FFFFFF; background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  border: 6px solid #ffffff;
  box-sizing: border-box;
  display: block;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover, .flex-control-thumbs img:focus {
  opacity: 1;
  border: 6px solid #000000;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  border: 6px solid #6c6b4f;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/************ LR Gallery end */
.visuallyhidden,
#footerlogoscontent img,
#accessibilitycontainer,
#mediaiconscontent span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#accessibilitycontainer {
  clip: auto;
  height: auto;
  margin: inherit;
  margin: 0 -10px;
  overflow: visible;
  overflow: hidden;
  padding: inherit;
  padding: 0;
  position: relative;
  position: fixed;
  width: auto;
  width: 100%;
  font-size: 1.143em;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  z-index: 800;
  clear: both;
}
#accessibilitycontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#accessibilitycontainer ul li {
  margin-top: 0px;
}
#accessibilitycontainer ul li a:focus {
  position: static;
  width: auto;
  height: auto;
}
#accessibilitycontainer li a {
  padding: 8px 15px 8px;
}
#accessibilitycontainer a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  background-color: #ffffff;
  color: #143351;
  margin: 6px 6px 6px 0;
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#accessibilitycontainer a:hover {
  text-decoration: underline;
  background: #82d6f4;
}
/* Search */
ul.ui-autocomplete {
  background: white;
  text-align: left;
  border: solid 1px #767676;
  list-style-type: none;
  padding: 0px;
  margin: 0;
  width: 25em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
ul.ui-autocomplete h2 {
  font-size: small;
  background-color: #efefef;
  padding: 5px;
}
ul.ui-autocomplete li.ui-menu-item {
  padding: 0;
  margin: 0;
}
ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  padding: 3px;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
ul.ui-autocomplete li.ui-menu-item a.description,
ul.ui-autocomplete li.ui-menu-item a.url {
  padding-top: 0px;
}
ul.ui-autocomplete li.ui-menu-item span {
  display: block;
  font-size: small;
  padding-left: 10px;
}
ul.ui-autocomplete li.ui-menu-item a.ui-state-hover {
  background-color: #efefff;
}
/* QUICKLINKS */
ul.search-quicklinks {
  margin-left: 5%;
  padding-left: 0;
}
.pdf,
.excel,
.word,
.powerpoint,
.zip,
.rtf {
  padding: 8px 32px 1px 0;
  margin: 0 6px 0 0;
  z-index: 400;
  overflow: hidden;
}
.pdf {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0006/887199/pdficon.png?v=0.1.2) no-repeat right 2px;
}
.excel {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0007/887200/excelicon.png?v=0.1.2) no-repeat right 2px;
}
.word {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0008/887201/wordicon.png?v=0.1.2) no-repeat right 2px;
}
.powerpoint {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0009/887202/powerpointicon.png?v=0.1.2) no-repeat right 2px;
}
.zip {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0010/887203/zipicon.png?v=0.1.2) no-repeat right 2px;
}
.rtf {
  background: url(http://www.transport.act.gov.au/__data/assets/image/0011/887204/rtficon.png?v=0.1.2) no-repeat right 2px;
}
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * transport.act.gov.au
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0009/881082/lineto-akkurat-light.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0009/881082/lineto-akkurat-light.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0006/881097/lineto-akkurat-light.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0010/881092/lineto-akkurat-light.woff?v=0.1.1") format("woff");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0006/881142/lineto-akkurat-regular.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0006/881142/lineto-akkurat-regular.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0006/881169/lineto-akkurat-regular.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0005/881150/lineto-akkurat-regular.woff?v=0.1.1") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0005/881114/lineto-akkurat-lightitalic.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0005/881114/lineto-akkurat-lightitalic.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0007/881134/lineto-akkurat-lightitalic.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0005/881123/lineto-akkurat-lightitalic.woff?v=0.1.1") format("woff");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0008/881027/lineto-akkurat-italic.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0008/881027/lineto-akkurat-italic.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0011/881048/lineto-akkurat-italic.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0006/881034/lineto-akkurat-italic.woff?v=0.1.1") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0004/880978/lineto-akkurat-bold.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0004/880978/lineto-akkurat-bold.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0020/881003/lineto-akkurat-bold.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0009/880992/lineto-akkurat-bold.woff?v=0.1.1") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-TC";
  src: url("http://www.transport.act.gov.au/__data/assets/file/0019/881011/lineto-akkurat-bolditalic.eot?v=0.1.1");
  src: url("http://www.transport.act.gov.au/__data/assets/file/0019/881011/lineto-akkurat-bolditalic.eot?v=0.1.1?#iefix") format("embedded-opentype"), url("http://www.transport.act.gov.au/__data/assets/file/0007/881026/lineto-akkurat-bolditalic.woff2?v=0.1.1") format("woff2"), url("http://www.transport.act.gov.au/__data/assets/file/0007/881017/lineto-akkurat-bolditalic.woff?v=0.1.1") format("woff");
  font-weight: bold;
  font-style: italic;
}
.hidden {
  display: none;
}
.wrapper {
  width: 1230px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.wrapper * {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.grid-gutter-left {
  left: 30px;
}
.grid-gutter-right {
  right: 30px;
}
.grid-gutter-top {
  top: 30px;
}
.grid-gutter-bottom {
  bottom: 30px;
}
.col-padding,
.col-padding {
  padding-left: 30px;
  padding-right: 30px;
}
.faux-row {
  position: relative;
  width: 1170px;
  margin: auto;
}
.faux-row-inset {
  position: relative;
  width: 1110px;
  margin: auto;
}
.faux-row-positioned-left-inset {
  position: absolute;
  left: 50%;
  margin-left: -585px;
}
.faux-row-positioned-right-inset {
  position: absolute;
  right: 50%;
  margin-right: -585px;
}
.faux-row-positioned-left {
  position: absolute;
  left: 50%;
  margin-left: -615px;
}
.faux-row-positioned-right {
  position: absolute;
  right: 50%;
  margin-right: -615px;
}
.row {
  clear: both;
  box-sizing: border-box;
  margin-left: -30px;
}
.row::after,
.row::before {
  display: block;
  clear: both;
  content: " ";
}
.row:after,
.row:before {
  display: block;
  clear: both;
  content: " ";
}
.row > .col-break {
  clear: both;
}
.row.row-no-wrap {
  white-space: nowrap;
  font-size: 1px;
}
.row.row-no-wrap > * {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  float: none;
  font-size: 1rem;
}
.row.row-border-top:before {
  border-top: 1px solid black;
  content: ' ';
  display: block;
  margin-left: 30px;
}
.row.row-border-bottom:after {
  border-top: 1px solid black;
  content: ' ';
  display: block;
  margin-left: 30px;
}
.row > * {
  position: relative;
  float: left;
}
.col-1,
.col-1-breakout-none {
  width: 70px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-1-breakout-left {
  width: 100px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-1-breakout-right {
  width: 100px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-1-breakout-both {
  width: 130px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.col-2,
.col-2-breakout-none {
  width: 170px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-2-breakout-left {
  width: 200px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-2-breakout-right {
  width: 200px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-2-breakout-both {
  width: 230px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.col-3,
.col-3-breakout-none {
  width: 270px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-3-breakout-left {
  width: 300px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-3-breakout-right {
  width: 300px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-3-breakout-both {
  width: 330px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.col-4,
.col-4-breakout-none {
  width: 370px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-4-breakout-left {
  width: 400px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-4-breakout-right {
  width: 400px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-4-breakout-both {
  width: 430px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.col-5,
.col-5-breakout-none {
  width: 470px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-5-breakout-left {
  width: 500px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-5-breakout-right {
  width: 500px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-5-breakout-both {
  width: 530px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.col-6,
.col-6-breakout-none {
  width: 570px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-6-breakout-left {
  width: 600px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-6-breakout-right {
  width: 600px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-6-breakout-both {
  width: 630px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.col-7,
.col-7-breakout-none {
  width: 670px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-7-breakout-left {
  width: 700px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-7-breakout-right {
  width: 700px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-7-breakout-both {
  width: 730px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}
.col-8,
.col-8-breakout-none {
  width: 770px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-8-breakout-left {
  width: 800px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-8-breakout-right {
  width: 800px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-8-breakout-both {
  width: 830px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}
.col-9,
.col-9-breakout-none {
  width: 870px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-9-breakout-left {
  width: 900px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-9-breakout-right {
  width: 900px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-9-breakout-both {
  width: 930px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}
.col-10,
.col-10-breakout-none {
  width: 970px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-10-breakout-left {
  width: 1000px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-10-breakout-right {
  width: 1000px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-10-breakout-both {
  width: 1030px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
}
.col-11,
.col-11-breakout-none {
  width: 1070px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-11-breakout-left {
  width: 1100px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-11-breakout-right {
  width: 1100px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-11-breakout-both {
  width: 1130px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-11 {
  -webkit-column-count: 11;
  -moz-column-count: 11;
  column-count: 11;
}
.col-12,
.col-12-breakout-none {
  width: 1170px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-12-breakout-left {
  width: 1200px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-12-breakout-right {
  width: 1200px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-12-breakout-both {
  width: 1230px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-12 {
  -webkit-column-count: 12;
  -moz-column-count: 12;
  column-count: 12;
}
.col-push-0 {
  left: 0px;
}
.col-push-1 {
  left: 100px;
}
.col-push-2 {
  left: 200px;
}
.col-push-3 {
  left: 300px;
}
.col-push-4 {
  left: 400px;
}
.col-push-5 {
  left: 500px;
}
.col-push-6 {
  left: 600px;
}
.col-push-7 {
  left: 700px;
}
.col-push-8 {
  left: 800px;
}
.col-push-9 {
  left: 900px;
}
.col-push-10 {
  left: 1000px;
}
.col-push-11 {
  left: 1100px;
}
.col-push-12 {
  left: 1200px;
}
.col-pull-0 {
  left: 0px;
}
.col-pull-1 {
  left: -100px;
}
.col-pull-2 {
  left: -200px;
}
.col-pull-3 {
  left: -300px;
}
.col-pull-4 {
  left: -400px;
}
.col-pull-5 {
  left: -500px;
}
.col-pull-6 {
  left: -600px;
}
.col-pull-7 {
  left: -700px;
}
.col-pull-8 {
  left: -800px;
}
.col-pull-9 {
  left: -900px;
}
.col-pull-10 {
  left: -1000px;
}
.col-pull-11 {
  left: -1100px;
}
.col-pull-12 {
  left: -1200px;
}
@media screen and (min-width: 1230px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 1230px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .grid-gutter-left {
    left: 30px;
  }
  .grid-gutter-right {
    right: 30px;
  }
  .grid-gutter-top {
    top: 30px;
  }
  .grid-gutter-bottom {
    bottom: 30px;
  }
  .col-padding,
  .col-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faux-row {
    position: relative;
    width: 1170px;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 1110px;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -585px;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -585px;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -615px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -615px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 30px;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 30px;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 70px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 100px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 100px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 130px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 170px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 200px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 200px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 230px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 270px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 300px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 300px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 330px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 370px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 400px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 400px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 430px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 470px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 500px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 500px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 530px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 570px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 600px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 600px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 630px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 670px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 700px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 700px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 730px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 770px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 800px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 800px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 830px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 870px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 900px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 900px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 930px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 970px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 1000px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 1000px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 1030px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 1070px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 1100px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 1100px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 1130px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 1170px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 1200px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 1200px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 1230px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0px;
  }
  .col-push-1 {
    left: 100px;
  }
  .col-push-2 {
    left: 200px;
  }
  .col-push-3 {
    left: 300px;
  }
  .col-push-4 {
    left: 400px;
  }
  .col-push-5 {
    left: 500px;
  }
  .col-push-6 {
    left: 600px;
  }
  .col-push-7 {
    left: 700px;
  }
  .col-push-8 {
    left: 800px;
  }
  .col-push-9 {
    left: 900px;
  }
  .col-push-10 {
    left: 1000px;
  }
  .col-push-11 {
    left: 1100px;
  }
  .col-push-12 {
    left: 1200px;
  }
  .col-pull-0 {
    left: 0px;
  }
  .col-pull-1 {
    left: -100px;
  }
  .col-pull-2 {
    left: -200px;
  }
  .col-pull-3 {
    left: -300px;
  }
  .col-pull-4 {
    left: -400px;
  }
  .col-pull-5 {
    left: -500px;
  }
  .col-pull-6 {
    left: -600px;
  }
  .col-pull-7 {
    left: -700px;
  }
  .col-pull-8 {
    left: -800px;
  }
  .col-pull-9 {
    left: -900px;
  }
  .col-pull-10 {
    left: -1000px;
  }
  .col-pull-11 {
    left: -1100px;
  }
  .col-pull-12 {
    left: -1200px;
  }
  .wrapper {
    width: 1230px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .grid-gutter-left {
    left: 30px;
  }
  .grid-gutter-right {
    right: 30px;
  }
  .grid-gutter-top {
    top: 30px;
  }
  .grid-gutter-bottom {
    bottom: 30px;
  }
  .col-padding,
  .col-padding-medium {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faux-row {
    position: relative;
    width: 1170px;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 1110px;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -585px;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -585px;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -615px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -615px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-medium-break {
    clear: both;
  }
  .row.row-medium-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-medium-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 30px;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 30px;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-medium-1,
  .col-medium-1-breakout-none {
    width: 70px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-left {
    width: 100px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-right {
    width: 100px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-both {
    width: 130px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-medium-2,
  .col-medium-2-breakout-none {
    width: 170px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-left {
    width: 200px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-right {
    width: 200px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-both {
    width: 230px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-medium-3,
  .col-medium-3-breakout-none {
    width: 270px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-left {
    width: 300px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-right {
    width: 300px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-both {
    width: 330px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-medium-4,
  .col-medium-4-breakout-none {
    width: 370px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-left {
    width: 400px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-right {
    width: 400px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-both {
    width: 430px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-medium-5,
  .col-medium-5-breakout-none {
    width: 470px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-left {
    width: 500px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-right {
    width: 500px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-both {
    width: 530px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-medium-6,
  .col-medium-6-breakout-none {
    width: 570px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-left {
    width: 600px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-right {
    width: 600px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-both {
    width: 630px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-medium-7,
  .col-medium-7-breakout-none {
    width: 670px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-left {
    width: 700px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-right {
    width: 700px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-both {
    width: 730px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-medium-8,
  .col-medium-8-breakout-none {
    width: 770px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-left {
    width: 800px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-right {
    width: 800px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-both {
    width: 830px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-medium-9,
  .col-medium-9-breakout-none {
    width: 870px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-left {
    width: 900px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-right {
    width: 900px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-both {
    width: 930px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-medium-10,
  .col-medium-10-breakout-none {
    width: 970px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-left {
    width: 1000px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-right {
    width: 1000px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-both {
    width: 1030px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-medium-11,
  .col-medium-11-breakout-none {
    width: 1070px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-left {
    width: 1100px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-right {
    width: 1100px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-both {
    width: 1130px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-medium-12,
  .col-medium-12-breakout-none {
    width: 1170px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-left {
    width: 1200px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-right {
    width: 1200px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-both {
    width: 1230px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-medium-push-0 {
    left: 0px;
  }
  .col-medium-push-1 {
    left: 100px;
  }
  .col-medium-push-2 {
    left: 200px;
  }
  .col-medium-push-3 {
    left: 300px;
  }
  .col-medium-push-4 {
    left: 400px;
  }
  .col-medium-push-5 {
    left: 500px;
  }
  .col-medium-push-6 {
    left: 600px;
  }
  .col-medium-push-7 {
    left: 700px;
  }
  .col-medium-push-8 {
    left: 800px;
  }
  .col-medium-push-9 {
    left: 900px;
  }
  .col-medium-push-10 {
    left: 1000px;
  }
  .col-medium-push-11 {
    left: 1100px;
  }
  .col-medium-push-12 {
    left: 1200px;
  }
  .col-medium-pull-0 {
    left: 0px;
  }
  .col-medium-pull-1 {
    left: -100px;
  }
  .col-medium-pull-2 {
    left: -200px;
  }
  .col-medium-pull-3 {
    left: -300px;
  }
  .col-medium-pull-4 {
    left: -400px;
  }
  .col-medium-pull-5 {
    left: -500px;
  }
  .col-medium-pull-6 {
    left: -600px;
  }
  .col-medium-pull-7 {
    left: -700px;
  }
  .col-medium-pull-8 {
    left: -800px;
  }
  .col-medium-pull-9 {
    left: -900px;
  }
  .col-medium-pull-10 {
    left: -1000px;
  }
  .col-medium-pull-11 {
    left: -1100px;
  }
  .col-medium-pull-12 {
    left: -1200px;
  }
  .visible-medium {
    display: block;
  }
  .hidden-medium {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 1230px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 97vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
  .grid-gutter-left {
    left: 3vw;
  }
  .grid-gutter-right {
    right: 3vw;
  }
  .grid-gutter-top {
    top: 3vw;
  }
  .grid-gutter-bottom {
    bottom: 3vw;
  }
  .col-padding,
  .col-padding {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .faux-row {
    position: relative;
    width: 93vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 91vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: -1vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: -1vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 3vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 3vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 8vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 11vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 13vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 16vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 19vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 21vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 24vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 27vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 29vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 32vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 35vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 37vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 40vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 43vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 45vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 48vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 51vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 53vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 56vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 59vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 61vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 64vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 67vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 69vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 72vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 77vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 80vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 83vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 85vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 88vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 91vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 93vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 96vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 99vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0vw;
  }
  .col-push-1 {
    left: 8vw;
  }
  .col-push-2 {
    left: 16vw;
  }
  .col-push-3 {
    left: 24vw;
  }
  .col-push-4 {
    left: 32vw;
  }
  .col-push-5 {
    left: 40vw;
  }
  .col-push-6 {
    left: 48vw;
  }
  .col-push-7 {
    left: 56vw;
  }
  .col-push-8 {
    left: 64vw;
  }
  .col-push-9 {
    left: 72vw;
  }
  .col-push-10 {
    left: 80vw;
  }
  .col-push-11 {
    left: 88vw;
  }
  .col-push-12 {
    left: 96vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -8vw;
  }
  .col-pull-2 {
    left: -16vw;
  }
  .col-pull-3 {
    left: -24vw;
  }
  .col-pull-4 {
    left: -32vw;
  }
  .col-pull-5 {
    left: -40vw;
  }
  .col-pull-6 {
    left: -48vw;
  }
  .col-pull-7 {
    left: -56vw;
  }
  .col-pull-8 {
    left: -64vw;
  }
  .col-pull-9 {
    left: -72vw;
  }
  .col-pull-10 {
    left: -80vw;
  }
  .col-pull-11 {
    left: -88vw;
  }
  .col-pull-12 {
    left: -96vw;
  }
  .wrapper {
    width: 97vw;
    margin: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
  .grid-gutter-left {
    left: 3vw;
  }
  .grid-gutter-right {
    right: 3vw;
  }
  .grid-gutter-top {
    top: 3vw;
  }
  .grid-gutter-bottom {
    bottom: 3vw;
  }
  .col-padding,
  .col-padding-small {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .faux-row {
    position: relative;
    width: 93vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 91vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 2vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 2vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: -1vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: -1vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-small-break {
    clear: both;
  }
  .row.row-small-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-small-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 3vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 3vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-small-1,
  .col-small-1-breakout-none {
    width: 5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-right {
    width: 8vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-1-breakout-both {
    width: 11vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-small-2,
  .col-small-2-breakout-none {
    width: 13vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-right {
    width: 16vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-2-breakout-both {
    width: 19vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-small-3,
  .col-small-3-breakout-none {
    width: 21vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-right {
    width: 24vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-3-breakout-both {
    width: 27vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-small-4,
  .col-small-4-breakout-none {
    width: 29vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-right {
    width: 32vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-4-breakout-both {
    width: 35vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-small-5,
  .col-small-5-breakout-none {
    width: 37vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-right {
    width: 40vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-5-breakout-both {
    width: 43vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-small-6,
  .col-small-6-breakout-none {
    width: 45vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-right {
    width: 48vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-6-breakout-both {
    width: 51vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-small-7,
  .col-small-7-breakout-none {
    width: 53vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-right {
    width: 56vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-7-breakout-both {
    width: 59vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-small-8,
  .col-small-8-breakout-none {
    width: 61vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-right {
    width: 64vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-8-breakout-both {
    width: 67vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-small-9,
  .col-small-9-breakout-none {
    width: 69vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-right {
    width: 72vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-9-breakout-both {
    width: 75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-small-10,
  .col-small-10-breakout-none {
    width: 77vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-right {
    width: 80vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-10-breakout-both {
    width: 83vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-small-11,
  .col-small-11-breakout-none {
    width: 85vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-right {
    width: 88vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-11-breakout-both {
    width: 91vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-small-12,
  .col-small-12-breakout-none {
    width: 93vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-right {
    width: 96vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-12-breakout-both {
    width: 99vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-small-push-0 {
    left: 0vw;
  }
  .col-small-push-1 {
    left: 8vw;
  }
  .col-small-push-2 {
    left: 16vw;
  }
  .col-small-push-3 {
    left: 24vw;
  }
  .col-small-push-4 {
    left: 32vw;
  }
  .col-small-push-5 {
    left: 40vw;
  }
  .col-small-push-6 {
    left: 48vw;
  }
  .col-small-push-7 {
    left: 56vw;
  }
  .col-small-push-8 {
    left: 64vw;
  }
  .col-small-push-9 {
    left: 72vw;
  }
  .col-small-push-10 {
    left: 80vw;
  }
  .col-small-push-11 {
    left: 88vw;
  }
  .col-small-push-12 {
    left: 96vw;
  }
  .col-small-pull-0 {
    left: 0vw;
  }
  .col-small-pull-1 {
    left: -8vw;
  }
  .col-small-pull-2 {
    left: -16vw;
  }
  .col-small-pull-3 {
    left: -24vw;
  }
  .col-small-pull-4 {
    left: -32vw;
  }
  .col-small-pull-5 {
    left: -40vw;
  }
  .col-small-pull-6 {
    left: -48vw;
  }
  .col-small-pull-7 {
    left: -56vw;
  }
  .col-small-pull-8 {
    left: -64vw;
  }
  .col-small-pull-9 {
    left: -72vw;
  }
  .col-small-pull-10 {
    left: -80vw;
  }
  .col-small-pull-11 {
    left: -88vw;
  }
  .col-small-pull-12 {
    left: -96vw;
  }
  .visible-small {
    display: block;
  }
  .hidden-small {
    display: none;
  }
}


@media screen and (min-width:701px) and (max-width: 900px) {
    .col-900-11 {
        width:85vw;
        margin-left:3.5vw;
        margin-right:0px;
        box-sizing:border-box;
    }
    .col-900-hidden {display:none;}
  }
@media screen and (min-width: 430px) and (max-width: 700px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4vw;
  }
  .grid-gutter-right {
    right: 4vw;
  }
  .grid-gutter-top {
    top: 4vw;
  }
  .grid-gutter-bottom {
    bottom: 4vw;
  }
  .col-padding,
  .col-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .faux-row {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 4vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 4vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 4vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 8vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 12vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 12vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 16vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 20vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 20vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 24vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 28vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 28vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 32vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 36vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 36vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 40vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 44vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 44vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 48vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 52vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 60vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 64vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 68vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 68vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 72vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 76vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 76vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 80vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 84vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 84vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 88vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 92vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 96vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0vw;
  }
  .col-push-1 {
    left: 8vw;
  }
  .col-push-2 {
    left: 16vw;
  }
  .col-push-3 {
    left: 24vw;
  }
  .col-push-4 {
    left: 32vw;
  }
  .col-push-5 {
    left: 40vw;
  }
  .col-push-6 {
    left: 48vw;
  }
  .col-push-7 {
    left: 56vw;
  }
  .col-push-8 {
    left: 64vw;
  }
  .col-push-9 {
    left: 72vw;
  }
  .col-push-10 {
    left: 80vw;
  }
  .col-push-11 {
    left: 88vw;
  }
  .col-push-12 {
    left: 96vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -8vw;
  }
  .col-pull-2 {
    left: -16vw;
  }
  .col-pull-3 {
    left: -24vw;
  }
  .col-pull-4 {
    left: -32vw;
  }
  .col-pull-5 {
    left: -40vw;
  }
  .col-pull-6 {
    left: -48vw;
  }
  .col-pull-7 {
    left: -56vw;
  }
  .col-pull-8 {
    left: -64vw;
  }
  .col-pull-9 {
    left: -72vw;
  }
  .col-pull-10 {
    left: -80vw;
  }
  .col-pull-11 {
    left: -88vw;
  }
  .col-pull-12 {
    left: -96vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4vw;
  }
  .grid-gutter-right {
    right: 4vw;
  }
  .grid-gutter-top {
    top: 4vw;
  }
  .grid-gutter-bottom {
    bottom: 4vw;
  }
  .col-padding,
  .col-padding-tiny {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .faux-row {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 4vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 4vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-tiny-break {
    clear: both;
  }
  .row.row-tiny-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-tiny-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-tiny-1,
  .col-tiny-1-breakout-none {
    width: 4vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-right {
    width: 8vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-both {
    width: 12vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-tiny-2,
  .col-tiny-2-breakout-none {
    width: 12vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-right {
    width: 16vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-both {
    width: 20vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-tiny-3,
  .col-tiny-3-breakout-none {
    width: 20vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-right {
    width: 24vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-both {
    width: 28vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-tiny-4,
  .col-tiny-4-breakout-none {
    width: 28vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-right {
    width: 32vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-both {
    width: 36vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-tiny-5,
  .col-tiny-5-breakout-none {
    width: 36vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-right {
    width: 40vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-both {
    width: 44vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-tiny-6,
  .col-tiny-6-breakout-none {
    width: 44vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-right {
    width: 48vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-both {
    width: 52vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-tiny-7,
  .col-tiny-7-breakout-none {
    width: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-both {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-tiny-8,
  .col-tiny-8-breakout-none {
    width: 60vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-right {
    width: 64vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-both {
    width: 68vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-tiny-9,
  .col-tiny-9-breakout-none {
    width: 68vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-right {
    width: 72vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-both {
    width: 76vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-tiny-10,
  .col-tiny-10-breakout-none {
    width: 76vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-right {
    width: 80vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-both {
    width: 84vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-tiny-11,
  .col-tiny-11-breakout-none {
    width: 84vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-right {
    width: 88vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-both {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-tiny-12,
  .col-tiny-12-breakout-none {
    width: 92vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-right {
    width: 96vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-tiny-push-0 {
    left: 0vw;
  }
  .col-tiny-push-1 {
    left: 8vw;
  }
  .col-tiny-push-2 {
    left: 16vw;
  }
  .col-tiny-push-3 {
    left: 24vw;
  }
  .col-tiny-push-4 {
    left: 32vw;
  }
  .col-tiny-push-5 {
    left: 40vw;
  }
  .col-tiny-push-6 {
    left: 48vw;
  }
  .col-tiny-push-7 {
    left: 56vw;
  }
  .col-tiny-push-8 {
    left: 64vw;
  }
  .col-tiny-push-9 {
    left: 72vw;
  }
  .col-tiny-push-10 {
    left: 80vw;
  }
  .col-tiny-push-11 {
    left: 88vw;
  }
  .col-tiny-push-12 {
    left: 96vw;
  }
  .col-tiny-pull-0 {
    left: 0vw;
  }
  .col-tiny-pull-1 {
    left: -8vw;
  }
  .col-tiny-pull-2 {
    left: -16vw;
  }
  .col-tiny-pull-3 {
    left: -24vw;
  }
  .col-tiny-pull-4 {
    left: -32vw;
  }
  .col-tiny-pull-5 {
    left: -40vw;
  }
  .col-tiny-pull-6 {
    left: -48vw;
  }
  .col-tiny-pull-7 {
    left: -56vw;
  }
  .col-tiny-pull-8 {
    left: -64vw;
  }
  .col-tiny-pull-9 {
    left: -72vw;
  }
  .col-tiny-pull-10 {
    left: -80vw;
  }
  .col-tiny-pull-11 {
    left: -88vw;
  }
  .col-tiny-pull-12 {
    left: -96vw;
  }
  .visible-tiny {
    display: block;
  }
  .hidden-tiny {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4vw;
  }
  .grid-gutter-right {
    right: 4vw;
  }
  .grid-gutter-top {
    top: 4vw;
  }
  .grid-gutter-bottom {
    bottom: 4vw;
  }
  .col-padding,
  .col-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .faux-row {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 4vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 4vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 4vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 8vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 12vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 12vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 16vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 20vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 20vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 24vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 28vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 28vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 32vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 36vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 36vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 40vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 44vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 44vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 48vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 52vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 60vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 64vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 68vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 68vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 72vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 76vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 76vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 80vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 84vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 84vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 88vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 92vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 96vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0vw;
  }
  .col-push-1 {
    left: 8vw;
  }
  .col-push-2 {
    left: 16vw;
  }
  .col-push-3 {
    left: 24vw;
  }
  .col-push-4 {
    left: 32vw;
  }
  .col-push-5 {
    left: 40vw;
  }
  .col-push-6 {
    left: 48vw;
  }
  .col-push-7 {
    left: 56vw;
  }
  .col-push-8 {
    left: 64vw;
  }
  .col-push-9 {
    left: 72vw;
  }
  .col-push-10 {
    left: 80vw;
  }
  .col-push-11 {
    left: 88vw;
  }
  .col-push-12 {
    left: 96vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -8vw;
  }
  .col-pull-2 {
    left: -16vw;
  }
  .col-pull-3 {
    left: -24vw;
  }
  .col-pull-4 {
    left: -32vw;
  }
  .col-pull-5 {
    left: -40vw;
  }
  .col-pull-6 {
    left: -48vw;
  }
  .col-pull-7 {
    left: -56vw;
  }
  .col-pull-8 {
    left: -64vw;
  }
  .col-pull-9 {
    left: -72vw;
  }
  .col-pull-10 {
    left: -80vw;
  }
  .col-pull-11 {
    left: -88vw;
  }
  .col-pull-12 {
    left: -96vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4vw;
  }
  .grid-gutter-right {
    right: 4vw;
  }
  .grid-gutter-top {
    top: 4vw;
  }
  .grid-gutter-bottom {
    bottom: 4vw;
  }
  .col-padding,
  .col-padding-mobile {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .faux-row {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 4vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 4vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-mobile-break {
    clear: both;
  }
  .row.row-mobile-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-mobile-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row.row-border-top:before {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row.row-border-bottom:after {
    border-top: 1px solid black;
    content: ' ';
    display: block;
    margin-left: 4vw;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-mobile-1,
  .col-mobile-1-breakout-none {
    width: 4vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-left {
    width: 8vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-right {
    width: 8vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-both {
    width: 12vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-mobile-2,
  .col-mobile-2-breakout-none {
    width: 12vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-left {
    width: 16vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-right {
    width: 16vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-both {
    width: 20vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-mobile-3,
  .col-mobile-3-breakout-none {
    width: 20vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-left {
    width: 24vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-right {
    width: 24vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-both {
    width: 28vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-mobile-4,
  .col-mobile-4-breakout-none {
    width: 28vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-left {
    width: 32vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-right {
    width: 32vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-both {
    width: 36vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-mobile-5,
  .col-mobile-5-breakout-none {
    width: 36vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-left {
    width: 40vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-right {
    width: 40vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-both {
    width: 44vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-mobile-6,
  .col-mobile-6-breakout-none {
    width: 44vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-left {
    width: 48vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-right {
    width: 48vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-both {
    width: 52vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-mobile-7,
  .col-mobile-7-breakout-none {
    width: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-both {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-mobile-8,
  .col-mobile-8-breakout-none {
    width: 60vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-left {
    width: 64vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-right {
    width: 64vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-both {
    width: 68vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-mobile-9,
  .col-mobile-9-breakout-none {
    width: 68vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-left {
    width: 72vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-right {
    width: 72vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-both {
    width: 76vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-mobile-10,
  .col-mobile-10-breakout-none {
    width: 76vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-left {
    width: 80vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-right {
    width: 80vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-both {
    width: 84vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-mobile-11,
  .col-mobile-11-breakout-none {
    width: 84vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-left {
    width: 88vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-right {
    width: 88vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-both {
    width: 92vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-mobile-12,
  .col-mobile-12-breakout-none {
    width: 92vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-left {
    width: 96vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-right {
    width: 96vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-mobile-push-0 {
    left: 0vw;
  }
  .col-mobile-push-1 {
    left: 8vw;
  }
  .col-mobile-push-2 {
    left: 16vw;
  }
  .col-mobile-push-3 {
    left: 24vw;
  }
  .col-mobile-push-4 {
    left: 32vw;
  }
  .col-mobile-push-5 {
    left: 40vw;
  }
  .col-mobile-push-6 {
    left: 48vw;
  }
  .col-mobile-push-7 {
    left: 56vw;
  }
  .col-mobile-push-8 {
    left: 64vw;
  }
  .col-mobile-push-9 {
    left: 72vw;
  }
  .col-mobile-push-10 {
    left: 80vw;
  }
  .col-mobile-push-11 {
    left: 88vw;
  }
  .col-mobile-push-12 {
    left: 96vw;
  }
  .col-mobile-pull-0 {
    left: 0vw;
  }
  .col-mobile-pull-1 {
    left: -8vw;
  }
  .col-mobile-pull-2 {
    left: -16vw;
  }
  .col-mobile-pull-3 {
    left: -24vw;
  }
  .col-mobile-pull-4 {
    left: -32vw;
  }
  .col-mobile-pull-5 {
    left: -40vw;
  }
  .col-mobile-pull-6 {
    left: -48vw;
  }
  .col-mobile-pull-7 {
    left: -56vw;
  }
  .col-mobile-pull-8 {
    left: -64vw;
  }
  .col-mobile-pull-9 {
    left: -72vw;
  }
  .col-mobile-pull-10 {
    left: -80vw;
  }
  .col-mobile-pull-11 {
    left: -88vw;
  }
  .col-mobile-pull-12 {
    left: -96vw;
  }
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .visible-tabletheader {
    display: block;
  }
  .hidden-tabletheader {
    display: none;
  }
}
/* Config */
body {
  overflow-x: scroll;
  overflow-y: scroll;
  font-family: "Akkurat-TC", Akkurat, Helvetica, sans-serif;
  font-size: 87.5%;
  line-height: 1.53;
  margin: 0px;
}
.visible-print {
  display: none;
}
a {
  color: #1f76da;
}
ul,
ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 20px;
  /* font-weight: lighter; */
} 
ul li,
ol li {
  margin-left: 15px;
  margin-top: 2px;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
p {
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* font-weight: lighter;*/
}
.accessibility-hidden {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.printlogo {
  display: none;
}
input:focus,
a:focus,
button:focus {
  outline: auto 3px #5588ff;
}
.focused-field {
  outline: auto 3px #5588ff;
}
.text-field {
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  margin: 0px;
  background: white;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.text-field:focus,
.text-field.focused,
.focused .text-field {
  outline: auto 3px #5588ff;
}
.checkbox-field {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  line-height: 15px;
}
.checkbox-field > span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.checkbox-field > span input {
  opacity: 0;
  outline: none;
  z-index: -100;
}
.checkbox-field > span input + span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: white no-repeat center center;
}
.checkbox-field > span input[type=radio] + span {
  border-radius: 10px;
}
.checkbox-field > span input:checked + span {
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0008/878111/checkbox-tick.png?v=0.1.1');
}
.checkbox-field > span input:focus + span {
  outline: auto 3px #5588ff;
  outline-radius: 10px;
  -moz-outline-radius: 10px;
  -webkit-outline-radius: 10px;
  -ms-outline-radius: 10px;
}
.checkbox-field em {
  font-style: normal;
  display: block;
  padding-top: 3px;
}
.button,
input[type=submit],
button {
  background: black;
  color: white;
  text-align: center;
  padding: 12px 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.button.disabled,
input[type=submit].disabled,
button.disabled {
  background: #cccccc;
  color: #777777;
  cursor: default;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  margin: 0px;
  background: white;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  border-radius: 0px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white url('http://www.transport.act.gov.au/__data/assets/image/0009/878112/select-bg.png?v=0.1.1') no-repeat right center;
  padding-right: 25px;
}
select:focus,
select.focused,
.focused select {
  outline: auto 3px #5588ff;
}
.lt-ie9 select {
  padding: 0px !important;
  line-height: normal;
  height: normal;
  border: none;
  background: white;
}
.bus-color {
  color: #006fba;
}
.light-rail-color {
  color: #c8102e;
}
.active-travel-color {
  color: #582c83;
}
#header {
  height: 180px;
}
@media screen and (max-width: 850px) {
  #header {
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  #header {
    margin-bottom: 10px;
  }
}
#header #siteinformationnav {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 10px;
  z-index: 1;
}
#header #siteinformationnav ul {
  padding: 0px;
  margin: 0px;
  display: block;
}
#header #siteinformationnav ul li {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
}
#header #siteinformationnav ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #111111;
  padding: 0px 13px;
  border-right: 1px solid #dddddd;
  height: 10px;
  line-height: 10px;
  letter-spacing: 0.08em;
}
#header #siteinformationnav ul li a:hover {
  color: #1f76da;
}
#header #siteinformationnav ul li:last-child a {
  border-right: none;
  padding-right: 0px;
}
@media screen and (max-width: 850px) {
  #header #siteinformationnav {
    position: static;
    text-align: center;
  }
  #header #siteinformationnav ul li {
    float: none;
    display: inline-block;
  }
  #header #siteinformationnav ul li a {
    display: block;
  }
}
#header .logo-col {
  padding: 60px 0px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 430px) {
  #header .logo-col #logocontainer {
    text-align: center;
  }
}
#header .logo-col .logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#header .logo-col .logo-wrapper.act-gov {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0010/878113/actgov-logo.png?v=0.1.1') no-repeat top left;
  width: 118px;
  height: 61px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  #header .logo-col .logo-wrapper.act-gov {
    background: url('http://www.transport.act.gov.au/__data/assets/image/0003/878115/actgov-logo-2x.png?v=0.1.1') no-repeat top left / contain;
  }
}
#header .logo-col .logo-wrapper.tc {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0008/878120/header-logo.png?v=0.1.1') no-repeat top left;
  width: 375px;
  height: 49px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  #header .logo-col .logo-wrapper.tc {
    background: url('http://www.transport.act.gov.au/__data/assets/image/0009/878121/header-logo-2x.png?v=0.1.1') no-repeat top left / contain;
  }
}
@media screen and (max-width: 850px) {
  #header .logo-col .logo-wrapper.tc {
    height: 49px;
    width: 90px;
    background: url('http://www.transport.act.gov.au/__data/assets/image/0010/878122/header-logo-mobile.png?v=0.1.1') no-repeat top left / contain;
  }
}
#header .logo-col .logo-wrapper span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
#header .logo-col .logo-wrapper a {
  text-decoration: none;
  display: block;
}
#header .logo-col .sep {
  height: 60px;
  display: inline-block;
  border-left: 1px solid #666666;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  #header .logo-col {
    padding-top: 30px;
  }
}
#header .search-col {
  height: 180px;
}
@media screen and (max-width: 850px) {
  #header .search-col {
    height: auto;
  }
}
#sitesearch,
.mobile-nav-panel .search {
  position: absolute;
  right: 0px;
  height: 50px;
  bottom: 65px;
  padding-right: 53px;
}
@media screen and (max-width: 850px) {
  #sitesearch,
  .mobile-nav-panel .search {
    top: auto !important;
    bottom: auto !important;
    position: relative;
    height: auto;
    width: 300px;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
#sitesearch input[type=search],
.mobile-nav-panel .search input[type=search],
#sitesearch button,
.mobile-nav-panel .search button {
  height: 50px;
  line-height: 50px;
  border: 0px;
  border-radius: 0px;
  padding: 0px 10px;
  font-size: inherit;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
#sitesearch input[type=search],
.mobile-nav-panel .search input[type=search] {
  background: #f2f2f2;
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#sitesearch button,
.mobile-nav-panel .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #f2f2f2 url('http://www.transport.act.gov.au/__data/assets/image/0011/878123/search-button.png?v=0.1.1') no-repeat center center;
  width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
#sitesearch button span,
.mobile-nav-panel .search button span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 700px) and (max-width: 1230px), screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  #sitesearch,
  .mobile-nav-panel .search {
    bottom: 55px;
    padding-right: 37px;
  }
  #sitesearch input[type=search],
  .mobile-nav-panel .search input[type=search] {
    width: 190px;
  }
  #sitesearch input[type=search],
  .mobile-nav-panel .search input[type=search],
  #sitesearch button,
  .mobile-nav-panel .search button {
    height: 35px;
    line-height: 35px;
  }
  #sitesearch button,
  .mobile-nav-panel .search button {
    width: 35px;
  }
}
@media screen and (max-width: 850px) {
  #sitesearch,
  .mobile-nav-panel .search {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
  }
  #sitesearch input[type=search],
  .mobile-nav-panel .search input[type=search] {
    width: 100% !important;
  }
}
#navbar-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  #navbar-wrapper {
    display: none;
  }
}
#navbar-wrapper .navbar ul,
#navbar-wrapper .navbar li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#navbar-wrapper .navbar .mobile-trigger {
  display: none;
}
#navbar-wrapper .navbar .main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navbar-wrapper .navbar .main-nav > ul > li {
  height: 40px;
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#navbar-wrapper .navbar .main-nav > ul > li:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0px;
  border-right: 1px solid #ddd;
}
#navbar-wrapper .navbar .main-nav > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: black;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
#navbar-wrapper .navbar .main-nav > ul > li > a span {
  display: inline-block;
  line-height: 1.42857143em;
  vertical-align: middle;
}
#navbar-wrapper .navbar .main-nav > ul > li:last-child:after {
  display: none;
}
#navbar-wrapper .navbar .main-nav > ul > li.active > a,
#navbar-wrapper .navbar .main-nav > ul > li > a:hover {
  color: #1f76da;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 20;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  padding-top: 30px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #0056b8;
  border-bottom-width: 11px;
  top: 22px;
  left: 50%;
  margin-left: -2px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li {
  background: #0056b8;
  padding: 0px 20px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li:first-child {
  padding-top: 10px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li:first-child a {
  border-top: 0px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li:last-child {
  padding-bottom: 10px;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px 0px;
  padding-right: 25px;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  position: relative;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li a:after {
  content: '\2192 ';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul li a:hover:after {
  opacity: 1;
}
#navbar-wrapper .navbar .main-nav > ul > li > ul ul {
  display: none;
}
#navbar-wrapper .navbar .main-nav > ul > li:hover > ul,
#navbar-wrapper .navbar .main-nav > ul > li:focus > ul {
  display: block;
}
#navbar-wrapper .navbar .main-nav > ul > li:last-child > ul {
  left: auto;
  right: 0px;
}
#navbar-wrapper .navbar .main-nav > ul > li:last-child > ul:before {
  left: auto;
  margin-left: 0px;
  right: 40px;
}
.alert-box {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff3e6 url('http://www.transport.act.gov.au/__data/assets/image/0003/878124/alert-emergency.png?v=0.1.1') no-repeat 20px 14px;
  color: #393939;
  padding: 15px 15px 15px 55px;
  box-sizing: border-box;
}
.alert-box p:first-child {
  margin-top: 0px;
}
.alert-box p:last-child {
  margin-bottom: 0px;
}
.alert-box.info {
  background-color: #e5eef8;
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0004/878125/alert-info.png?v=0.1.1');
}
.trip-planner-container {margin-top:30px;}
.trip-planner-container .trip-planner {
  position: relative;
  padding-top: 45px;
  color: #fff;
}
.trip-planner-container .trip-planner a {
  color:#fff;
}
.trip-planner-container .trip-planner .tab {
  background: rgba(0,0,0,.7);
}
.trip-planner-container .trip-planner .tab .tab-label {
  position: absolute;
  top: 0px;
  display: block;
  height: 45px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 12.5px;
  color: inherit;
  text-decoration: none;
  background: #888;
  width: calc(100% / 3);
  font-weight: bold;
}
.trip-planner-container .trip-planner .tab .tab-label h3 {
  font-size: inherit;
  margin: 0px;
  padding-left: 50px;
  white-space: nowrap;
}
.toptext {top: 87%;position: relative;float:right;margin-right: 40px;}
.topicons {/*position: relative;left: 40%;top: 10%;*/ float: right;margin-right: 40px;margin-top: 20px;}
.topicons .bus {background-image:url('http://www.transport.act.gov.au/__data/assets/image/0018/1048221/Bus-icon.png');}
.topicons .active {background-image:url('http://www.transport.act.gov.au/__data/assets/image/0017/1048220/Bike-Icon.png');}
.topicons .lightrail {background-image:url('http://www.transport.act.gov.au/__data/assets/image/0003/1048224/tram-icon.png');}
.topicons a {display: inline-block;width: 60px;height: 60px;cursor: pointer;margin-right: 5px;background: no-repeat top left;}
.topicons span {position: absolute;display: block;height: 1px;width: 1px;overflow: hidden;opacity: 0;}
.toptext span {display:block;background: rgba(0,0,0,.7);color:#fff;width:330px;padding:10px;font-size:1.4em;}
.toptext a {display:block;background: #006fba;color:#fff;width:140px;padding:10px;text-transform:uppercase;text-decoration:none;}
.top-icons-row {height:320px;}

/*@media screen and (max-width: 1000px) {
  .trip-planner-container .trip-planner .tab .tab-label h3 {
    padding-left: 15px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1230px), screen and (min-width: 1230px), screen and (min-width: 1300px) {
  .main-content .trip-planner-container .trip-planner .tab .tab-label {
    width: 150px;
  }
  .main-content .trip-planner-container .trip-planner .tab.real-time .tab-label {
    left: 150px;
  }
}*/

/*Trip Planner Container Redux*/
@media screen and (max-width: 900px) {
    .trip-planner-container .trip-planner .tab .tab-label {width:calc(100% / 3);}
    .trip-planner-container .trip-planner .tab.real-time {display:block;}
    .trip-planner-container .trip-planner .tab.planner .tab-content {display:none;}
    .trip-planner-container .trip-planner .tab.active .tab-content {display:block;}
}
div.tab a.tab-label {border-bottom: 1px solid #abadb0;}
.trip-planner-container .trip-planner .tab.active a.tab-label:after {content: ''; margin-left:40%; width:0px;height:0px;margin-top:2px;display:block;border-bottom: 10px solid #fdfdfd;border-left: 10px solid transparent;border-right: 10px solid transparent;}
/*End Trip Planner Container Redux*/

/*Trip Planner */
.trip-planner-container .trip-planner .trip-planner-form .location-picker, .trip-planner-container .trip-planner .trip-planner-form .time-query-type, .trip-planner-form .autocomplete-menu, .trip-planner-container .trip-planner .trip-planner-form .location-picker, .trip-planner-container .trip-planner .trip-planner-form .date-time {color:#000;}
.trip-planner-container .trip-planner .checkbox-field > span input[type=radio] + span {border-radius:0;margin-left:25px;}
.trip-planner-container .trip-planner .checkbox-field em {margin-left:25px;}



label.checkbox-field>span:before {content: '';display: block;width: 20px;height: 20px}
label.checkbox-field>span.bus:before {background: url(http://www.transport.act.gov.au/__data/assets/image/0011/1048961/bus-icon_white.png);}
label.checkbox-field>span.walk:before {background: url(http://www.transport.act.gov.au/__data/assets/image/0003/1048962/walk-icon_white.png);}
label.checkbox-field>span.bike:before {background: url(http://www.transport.act.gov.au/__data/assets/image/0004/1048855/bike-icon_white.png);}
/*End Trip Planner*/



/*Service Alerts*/
.service-alerts .tab-content .nxtbus-text .section-header h2 {display: inline-block;}
.service-alerts .tab-content .nxtbus-text .section-header a {margin-left:10%; color:#fff;}
.news-feed.-service-updates {margin-top:0;}
/*End Service Alerts*/

.trip-planner-container .trip-planner .tab .tab-content {
  padding: 20px;
  padding-top: 15px;
  display: none;
  box-sizing: border-box;
}
.sidebar .trip-planner-container .trip-planner .tab .tab-content {
  min-height: 375px;
}
@media screen and (max-width: 1000px) {
  .trip-planner-container .trip-planner .tab .tab-content {
    padding: 15px;
  }
}
.trip-planner-container .trip-planner .tab.real-time .tab-label {
  left: 33.3%;
}
.trip-planner-container .trip-planner .tab.real-time .nxtbus-text {
  position: relative;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 60px;
  background: url("http://www.transport.act.gov.au/__data/assets/image/0005/878126/nxtbus-logo.png?v=0.1.1") no-repeat 0px 9px;
}
.sidebar .trip-planner-container .trip-planner .tab.real-time .nxtbus-text {
  min-height: 340px;
}
.trip-planner-container .trip-planner .tab.real-time .nxtbus-text p {
  margin-top: 0px;
}
.trip-planner-container .trip-planner .tab.real-time .nxtbus-text p:last-of-type {
  margin-bottom: 0px;
}
.trip-planner-container .trip-planner .tab.real-time .nxtbus-text .nxtbus-button {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.trip-planner-container .trip-planner .tab.real-time .nxtbus-text .nxtbus-button .button {
  display: block;
}
.trip-planner-container .trip-planner .tab.service-alerts .tab-label {left:66.6%;}
.trip-planner-container .trip-planner .tab.active .tab-label {
  background: #f2f2f2;
  color: #0057b8;
}
.trip-planner-container .trip-planner .tab.active .tab-content {
  display: block;
}
.trip-planner-container .trip-planner div.real-time a.tab-label {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0019/1048222/Real-time-icon.png') #888 no-repeat 10px;
}
.trip-planner-container .trip-planner div.service-alerts a.tab-label {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0020/1048223/Service-Alerts.png') #888 no-repeat 10px;
}
.trip-planner-container .trip-planner div.real-time.active a.tab-label {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0019/1048222/Real-time-icon.png') rgba(0,0,0,.7) no-repeat 10px;
}
.trip-planner-container .trip-planner div.service-alerts.active a.tab-label {
  background: url('http://www.transport.act.gov.au/__data/assets/image/0020/1048223/Service-Alerts.png') rgba(0,0,0,.7) no-repeat 10px;
}
.trip-planner-container .trip-planner .tab.active .tab-label {
  background: rgba(0,0,0,.7); color:#fff;
}
/*@media screen and (max-width: 900px) {
  .trip-planner-container .trip-planner .tab.real-time {
    display: none;
  }
  .trip-planner-container .trip-planner .tab.planner .tab-label {
    width: 100%;
    background: #0057B8;
    color: white;
  }
  .trip-planner-container .trip-planner .tab.planner .tab-content {
    display: block;
  }
  .trip-planner-container .nxtbus-mobile {
    display: block;
  }
  .trip-planner-container .nxtbus-mobile a {
    color: #1f76da;
    text-decoration: none;
    border-bottom: 1px solid #1f76da;
  }
}*/
.image-slider {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.image-slider .indicators {
  position: absolute;
  left: 0%;
  right: 0%;
  text-align: center;
  bottom: 0px;
  line-height: 10px;
  z-index: 10;
}
.image-slider .indicators span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d5d3d3;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}
.image-slider .indicators span.active {
  background-color: #0057b8;
}
.image-slider .indicators span:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (max-width: 850px) {
  .image-slider {
    padding-bottom: 40px;
  }
  .image-slider .indicators {
    left: 0px;
    bottom: 14px;
    right: 0px;
    text-align: center;
  }
}
.image-slider .slides {
  overflow: hidden;
  position: relative;
}
.image-slider .slides:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.25287356%;
}
.image-slider .slides > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.image-slider .slides .slide {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-slider .slides .slide.inactive {
  display: none;
}
@media screen and (max-width: 950px) {
  .image-slider .slides .slide .modes {
    display: none;
  }
}
.image-slider .slides .slide .modes span:after {
  content: ' ';
  display: none;
  line-height: 27px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  color: white;
  border-radius: 13px;
  margin-bottom: 20px;
}
.image-slider .slides .slide .modes span.bus:after {
  background-color: #006fba;
  content: 'B';
  display: inline-block;
}
.image-slider .slides .slide .modes span.light-rail:after {
  background-color: #c8102e;
  content: 'L';
  display: inline-block;
}
.image-slider .slides .slide .modes span.active-travel:after {
  background-color: #582c83;
  content: 'A';
  display: inline-block;
}
.image-slider .slides .slide .text a {
  text-decoration: none;
}
.image-slider .slides .slide .text h3 {
  font-size: 3em;
  line-height: 1.19047619em;
  font-weight: bold;
  margin: 0px;
  color: black;
}
@media screen and (min-width: 700px) and (max-width: 1230px) {
  .image-slider .slides .slide .text h3 {
    font-size: 1.78571429em;
  }
}
@media screen and (max-width: 950px) {
  .image-slider .slides .slide .text h3 {
    font-size: inherit;
  }
}
@media screen and (min-width: 430px) and (max-width: 700px) {
  .image-slider .slides .slide .text h3 {
    font-size: 1.64285714em;
  }
}
@media screen and (max-width: 430px) {
  .image-slider .slides .slide .text h3 {
    padding-top: 10px;
    height: 2.38095238em;
  }
}
.image-slider .slides .slide .text .description {
  color: #666666;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  .image-slider .slides .slide .text .description {
    display: none;
  }
}
.image-slider .slides .slide .text .more {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .image-slider .slides .slide .text .more {
    display: none;
  }
}
@media screen and (min-width: 430px) and (max-width: 700px) {
  .image-slider .slides .slide .text .more {
    display: block;
  }
}
.image-slider .slides .slide .image {
  position: relative;
}
.image-slider .slides .slide .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.25386%;
}
.image-slider .slides .slide .image > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.image-slider .slides .slide .image img {
  width: 100%;
  height: auto; /* test changing to 100%  */
  display: block;
}
.image-slider .slides .slide:hover .text .more span {
  border-bottom: 1px solid #1f76da;
}
.image-slider .slides .slide.active {
  left: 0px;
}
.image-slider .slides .slide.off-right {
  left: 100%;
}
.image-slider .slides .slide.off-left {
  left: -100%;
}
@media screen and (max-width: 430px) {
  .image-slider .slides {
    position: relative;
  }
  .image-slider .slides:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.19298246%;
  }
  .image-slider .slides > * {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .image-slider .slides .row {
    position: static;
    margin: 0px !important;
  }
  .image-slider .slides .image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    outline: 1px solid blue;
    margin: 0px !important;
  }
  .image-slider .slides .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    text-align: center;
    z-index: 10;
    margin: 0px !important;
  }
}
.news-feed .item {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.news-feed .item:first-child {
  padding-top: 0px;
}
.news-feed .item .title {
  margin-bottom: 10px;
}
.news-feed .item .title h3 {
  margin: 0px;
  display: inline;
  font-weight: normal;
  font-size: inherit;
}
.news-feed .item .title h3 a {
  text-decoration: none;
  color: inherit;
}
.news-feed .item .title .more-link {
  display: inline-block;
  color: #1f76da;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin-top: 10px;
}
.news-feed .item .meta {
  font-size: 0.9em;
  color: #fff;
  margin-top: 0;
}
.main-content .news-feed .item .meta {
    color: #6b6b6b;
}
.news-feed .item .meta a {
  color: inherit;
}
.news-feed .item .meta > span,
.news-feed .item .meta a {
  margin-right: 10px;
}
.news-feed.-news .title h3 {
  display: block;
}
.news-feed.-news .title h3 a:hover .more-link {
  border-bottom: 1px solid #1f76da;
}
/*.news-feed.-service-updates {
  margin-top: 50px;
}*/
.sidebar .news-feed.-service-updates {
  margin-top: 0px;
}
.sidebar .news-feed.-service-updates .item {
  padding-left: 35px;
}
.news-feed.-service-updates .item {
  padding-left: 50px;
}
.news-feed.-service-updates .item .title a {
  color: #fff;
  text-decoration: underline;
}
.main-content .news-feed.-service-updates .item .title a {
  color: #1f76da;
}
.news-feed.-service-updates .item:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 15px;
  left: 0px;
  width: 22px;
  height: 20px;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0006/878127/service-update-info.png?v=0.1.1') no-repeat top left;
}
.news-feed.-service-updates .item:first-child:before {
  top: 0px;
}
.news-feed.-service-updates .item.level-1:before {
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0007/878128/service-update-alert.png?v=0.1.1');
}
.getting-around-tiles {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .getting-around-tiles {
    margin-bottom: 0px;
  }
  .getting-around-tiles .section-header {
    margin-top: 0px !important;
  }
}
.getting-around-tiles .item {
  background: #f4f4f4;
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  .getting-around-tiles .item {
    margin-bottom: 20px;
  }
}
.getting-around-tiles .item h3 {
  line-height: 2.63157895em;
  margin: 0px;
  font-weight: normal;
  font-size: 1.35714286em;
  background: #8E8E8E;
}
@media screen and (min-width: 700px) and (max-width: 840px) {
  .getting-around-tiles .item h3 {
    font-size: 1.07142857em;
  }
}
.getting-around-tiles .item h3 a {
  padding: 0px 20px;
  display: block;
  text-decoration: none;
  color: white;
  position: relative;
}
.getting-around-tiles .item h3 a:after {
  content: 'B';
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 14px;
  right: 15px;
  top: 12.5px;
  line-height: 25px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background: black;
  color: white;
}
@media screen and (min-width: 700px) and (max-width: 840px) {
  .getting-around-tiles .item h3 a {
    padding: 0px 10px;
  }
  .getting-around-tiles .item h3 a:after {
    right: 10px;
    top: 7px;
  }
}
.getting-around-tiles .item .info {
  padding: 1px 20px;
}
.getting-around-tiles .item .info p {
  margin: 20px 0px;
}
.getting-around-tiles .item .info a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.getting-around-tiles .item .info a:hover {
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 700px) and (max-height: 840px) {
  .getting-around-tiles .item .info {
    font-size: 13px;
    padding: 1px 10px;
  }
  .getting-around-tiles .item .info p:first-of-type {
    margin-top: 10px;
  }
  .getting-around-tiles .item .info p:last-of-type {
    margin-bottom: 10px;
  }
}
.getting-around-tiles .item.-bus {
  color: #006fba;
}
.getting-around-tiles .item.-bus h3 {
  background: #006fba;
}
.getting-around-tiles .item.-light-rail {
  color: #c8102e;
}
.getting-around-tiles .item.-light-rail h3 {
  background: #c8102e;
}
.getting-around-tiles .item.-light-rail h3 a:after {
  content: 'L';
}
.getting-around-tiles .item.-active-travel {
  color: #582c83;
}
.getting-around-tiles .item.-active-travel h3 {
  background: #582c83;
}
.getting-around-tiles .item.-active-travel h3 a:after {
  content: 'A';
}
.main-content .section-header,
.sidebar .section-header {
  margin-top: /*30px;*/
  border-top: 5px solid black;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}
.main-content .section-header h2,
.sidebar .section-header h2,
.main-content .section-header h3,
.sidebar .section-header h3 {
  font-size: 19px;
  margin: 0px;
  font-weight: bold;
  line-height: 20px;
  color: black;
}
.main-content .section-header .more,
.sidebar .section-header .more {
  position: absolute;
  display: block;
  top: 25px;
  right: 0px;
  line-height: 20px;
  color: #666666;
  text-decoration: none;
  font-size: 0.92857143em;
}
.main-content .section-header .more:hover,
.sidebar .section-header .more:hover {
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1000px) {
  .sidebar .section-header .more {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .sidebar .section-header .more:hover {
    border-bottom: 0px;
  }
}
.trip-planner-row {background:url('http://www.transport.act.gov.au/__data/assets/image/0005/1048091/TC-Web-Banner.jpg')30px 0px no-repeat;min-height:530px;}
@media screen and (max-width: 500px) {
  .trip-planner-row {background:none;}
}
.trip-planner-form {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.sidebar .trip-planner-form {
  min-height: 340px;
}
.trip-planner-form .field {
  width:100%;
  margin-bottom: 15px;
  position: relative;
}
.trip-planner-form .field > label,
.trip-planner-form .field > .label,
.trip-planner-form .field .checkbox-field {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  display: block;
}
.trip-planner-form .field input[type=text] {
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  margin: 0px;
  background: white;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  width: 100%;
}
.trip-planner-form .field input[type=text]:focus,
.trip-planner-form .field input[type=text].focused,
.focused .trip-planner-form .field input[type=text] {
  outline: auto 3px #5588ff;
}
.trip-planner-form .location-picker {
  display: block;
  position: relative;
}
.trip-planner-form .location-picker .use-current-location {
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0008/878129/tp-gps.png?v=0.1.1') no-repeat top left;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.trip-planner-form .location-picker .use-current-location:hover {
  opacity: 1;
}
.trip-planner-form .location-picker input[type=text] {
  padding-left: 30px;
  padding-right: 30px;
}
.trip-planner-form .location-picker:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0009/878130/tp-icons.png?v=0.1.1') no-repeat top left;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.trip-planner-form .location-picker:after {
  background-position: 0px 0px;
}
.trip-planner-form .location-picker.active:after {
  background-position: -20px 0px;
}
.trip-planner-form .location-picker[icon=history]:after {
  background-position: 0px -20px;
}
.trip-planner-form .location-picker[icon=history].active:after {
  background-position: -20px -20px;
}
.trip-planner-form .location-picker[icon=transit-stop]:after {
  background-position: 0px -40px;
}
.trip-planner-form .location-picker[icon=transit-stop].active:after {
  background-position: -20px -40px;
}
.trip-planner-form .location-picker[icon=establishment]:after {
  background-position: 0px -60px;
}
.trip-planner-form .location-picker[icon=establishment].active:after {
  background-position: -20px -60px;
}
.trip-planner-form .location-picker[icon=gps]:after {
  background-position: 0px -80px;
}
.trip-planner-form .location-picker[icon=gps].active:after {
  background-position: -20px -80px;
}
.trip-planner-form .date-time {
  height: 35px;
  position: relative;
  margin-top: 10px;
}
.trip-planner-form .date-time .date {
  display: block;
  position: relative;
  margin-right: 95px;
}
.trip-planner-form .date-time .time {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  display: block;
}
.trip-planner-form .disabled {
  opacity: 0.5;
}
.trip-planner-form .disabled input,
.trip-planner-form .disabled .faux-select {
  color: #ccc !important;
}
.trip-planner-form .modes {
  margin-top: 15px;
  margin-bottom: 10px;
}
.trip-planner-form .modes .checkbox-field {
  display: inline-block;
  padding-right: 10px;
}
.trip-planner-form .modes .checkbox-field:last-child {
  padding-right: 0px;
}
.trip-planner-form .submit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.trip-planner-form .submit .button {
  width: 100%;
}
.trip-planner-container .trip-planner .button {background:#006fba;}

@media screen and (max-width:700px) {
  .trip-planner-container .trip-planner .tab .tab-content, .trip-planner-container .trip-planner .tab.planner {display:block;}
  .trip-planner-container .trip-planner .tab .tab-label {position: static;width:100%;}
  .trip-planner-container .trip-planner .tab {margin-top:20px;}
  .trip-planner-container .trip-planner .tab.planner {margin-top:0;}
  .trip-planner-container .trip-planner .tab.service-alerts {margin-bottom: 20px;}
  .trip-planner-container .trip-planner {padding-top:0;}
  .trip-planner-row {background-position: 30px -60px;}
  .trip-planner-container .trip-planner .tab.planner .tab-content {display:block;}
  .trip-planner-container .trip-planner .tab.active .tab-label, .trip-planner-container .trip-planner .tab.planner .tab-label, .trip-planner-container .trip-planner div.real-time.active a.tab-label, .trip-planner-container .trip-planner div.service-alerts.active a.tab-label {background-color:#888;}
  .trip-planner-container .trip-planner .tab.active a.tab-label:after {display:none;} 
}

@media screen and (min-width: 700px) and (max-width: 1230px), screen and (min-width: 1230px) {
  .main-content .trip-planner-form:after {
    display: block;
    content: ' ';
    clear: both;
  }
  .main-content .trip-planner-form .field {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  /*.main-content .trip-planner-form .field:nth-child(2n-1) {
    padding-right: 10px;
  }
  .main-content .trip-planner-form .field:nth-child(2n) {
    padding-left: 10px;
  }*/
  .main-content .trip-planner-form .field:nth-child(2n+3) {
    clear: left;
  }
}
input.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0.001;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  left: -1000px;
}
.faux-select {
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  margin: 0px;
  background: white;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faux-select:focus,
.faux-select.focused,
.focused .faux-select {
  outline: auto 3px #5588ff;
}
.faux-select:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaaaaa;
}
.timeEntry-control {
  display: none;
}
.autocomplete-menu {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 20;
  margin-top: -2px;
}
.autocomplete-menu.has-icons ul li {
  padding-left: 30px;
}
.autocomplete-menu.has-icons ul li:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0009/878130/tp-icons.png?v=0.1.1') no-repeat top left;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.autocomplete-menu.has-icons ul li:after {
  background-position: 0px 0px;
}
.autocomplete-menu.has-icons ul li.active:after {
  background-position: -20px 0px;
}
.autocomplete-menu.has-icons ul li[icon=history]:after {
  background-position: 0px -20px;
}
.autocomplete-menu.has-icons ul li[icon=history].active:after {
  background-position: -20px -20px;
}
.autocomplete-menu.has-icons ul li[icon=transit-stop]:after {
  background-position: 0px -40px;
}
.autocomplete-menu.has-icons ul li[icon=transit-stop].active:after {
  background-position: -20px -40px;
}
.autocomplete-menu.has-icons ul li[icon=establishment]:after {
  background-position: 0px -60px;
}
.autocomplete-menu.has-icons ul li[icon=establishment].active:after {
  background-position: -20px -60px;
}
.autocomplete-menu.has-icons ul li[icon=gps]:after {
  background-position: 0px -80px;
}
.autocomplete-menu.has-icons ul li[icon=gps].active:after {
  background-position: -20px -80px;
}
.autocomplete-menu ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
.autocomplete-menu ul li {
  margin: 0px !important;
  padding: 0px 10px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.autocomplete-menu ul li.active {
  background: #5588ff;
  color: white;
}
#footercontainer {
  margin-top: 40px;
}
#footercontainer .footer-sep {
  height: 5px;
  background: -webkit-linear-gradient(left, #006fba 0%, #582c83 50%, #c8102e 100%);
  background: linear-gradient(90deg, #006fba 0%, #582c83 50%, #c8102e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#006fba', endColorstr='#c8102e');
}
#footercontainer .accessibility-notice {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  padding-top: 30px;
  margin-bottom: 30px;
  color: #666666;
  font-style: italic;
  font-weight: 400;
}
#footercontainer .accessibility-notice p {
  margin: 0px;
}
#footercontainer h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 15px;
}
#footercontainer .fat-footer {
  margin-bottom: 40px;
}
#footercontainer .fat-footer ul li a {
  color: inherit;
  text-decoration: none;
}
#footercontainer .fat-footer ul li a:hover {
  color: #1f76da;
  border-bottom: 1px solid #1f76da;
}
#footercontainer .social-footer {
  padding-bottom: 25px;
}
#footercontainer .social-footer:before {
  border-top-color: #d1d1d1;
  margin-bottom: 25px;
}
#footercontainer .social-footer .fb,
#footercontainer .social-footer .tw,
#footercontainer .social-footer .vi {
  display: inline-block;
  width: 26px;
  height: 25px;
  cursor: pointer;
  margin-right: 5px;
  background: no-repeat top left;
}
#footercontainer .social-footer .fb {
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0010/878131/social-facebook.png?v=0.1.1');
}
#footercontainer .social-footer .tw {
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0011/878132/social-twitter.png?v=0.1.1');
}
#footercontainer .social-footer .vi {
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0003/878133/social-vimeo.png?v=0.1.1');
}
#footercontainer .social-footer a > span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
#footercontainer .standard-footer:before {
  border-top-color: #d1d1d1;
  margin-bottom: 25px;
}
#footercontainer .standard-footer .page-updated {
  color: #666666;
  font-style: italic;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  #footercontainer .standard-footer .page-updated {
    text-align: center;
  }
}
#footercontainer .standard-footer ul.standard-links {
  margin: 0px;
  padding: 0px;
  display: inline;
  line-height: 15px;
}
#footercontainer .standard-footer ul.standard-links li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
  white-space: nowrap;
}
#footercontainer .standard-footer ul.standard-links li:after {
  content: ' ';
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
  height: 15px;
  border-right: 1px solid #e1e1e1;
  vertical-align: middle;
}
#footercontainer .standard-footer ul.standard-links li a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid white;
}
#footercontainer .standard-footer ul.standard-links li a:hover {
  color: #1f76da;
  border-bottom: 1px solid #1f76da;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  #footercontainer .standard-footer ul.standard-links {
    display: block;
    text-align: center;
    line-height: 20px;
  }
  #footercontainer .standard-footer ul.standard-links li {
    padding: 0px 10px;
  }
  #footercontainer .standard-footer ul.standard-links li:after {
    display: none;
  }
}
#footercontainer .standard-footer ul.footer-logos {
  display: block;
  text-align: right;
  list-style: none;
  margin: 0px;
  height: 45px;
  line-height: 45px;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  #footercontainer .standard-footer ul.footer-logos {
    text-align: center;
    padding-bottom: 20px;
  }
}
#footercontainer .standard-footer ul.footer-logos li {
  padding: 0px;
  margin: 0px;
  display: inline;
}
#footercontainer .standard-footer ul.footer-logos li:after {
  display: inline-block;
  content: ' ';
  border-right: 1px solid #e1e1e1;
  height: 45px;
  margin-right: 15px;
  margin-left: 15px;
}
#footercontainer .standard-footer ul.footer-logos li:last-child:after {
  display: none;
}
#footercontainer .standard-footer ul.footer-logos li a {
  display: inline-block;
  height: 45px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: no-repeat top left;
  vertical-align: top;
}
#footercontainer .standard-footer ul.footer-logos li a:hover {
  opacity: 1;
}
#footercontainer .standard-footer ul.footer-logos li a.your-say {
    width: 70px;
    height: 50px;
    background-image: url('http://www.transport.act.gov.au/__data/assets/image/0009/913545/yoursay.png?v=0.1.3');
}
#footercontainer .standard-footer ul.footer-logos li a.act-government {
  width: 89px;
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0004/878134/footer-actgov.png?v=0.1.1');
}
#footercontainer .standard-footer ul.footer-logos li a.access-canberra {
  width: 77px;
  background-image: url('http://www.transport.act.gov.au/__data/assets/image/0006/878136/footer-accesscanberra.png?v=0.1.1');
}
#footercontainer .standard-footer ul.footer-logos li a span {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.sidebar #leftcolumn {
/*  border-top: 5px solid black;*/
  padding-top: 20px;
}
.deep-nav-menu > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.deep-nav-menu > ul > li {
  margin: 0px;
  line-height: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.deep-nav-menu > ul > li a {
  display: block;
  color: #000810;
  text-decoration: none;
}
.deep-nav-menu > ul > li a:hover {
  color: #1f76da;
}
.deep-nav-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.deep-nav-menu > ul > li > a.active {
  color: #1f76da;
}
.deep-nav-menu > ul > li ul {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  list-style: none;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: lighter;
  font-size: 13px;
}
.deep-nav-menu > ul > li ul li {
  margin: 0px;
  padding: 0px;
}
.deep-nav-menu > ul > li ul li a {
  color: #515151;
}
.deep-nav-menu > ul > li ul li a.active,
.deep-nav-menu > ul > li ul li a:hover {
  font-weight: bold;
  color: black;
}
.deep-nav-menu > ul > li ul li a.active:before,
.deep-nav-menu > ul > li ul li a:hover:before {
  content: ' ';
  display: block;
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #1f76da;
  border-left-width: 6px;
}
.deep-nav-menu > ul > li ul li a:hover {
  color: #1f76da;
  font-weight: normal;
}
/* Timetable Layout */
#notoggle {
   display: block !important;
}
#route_direction {
  display: block;
}
#route_direction ul {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 45px;
}
#route_direction ul li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: #C1C1C1;
  color: #333333;
  font-weight: bold;
}
#route_direction ul li.selected {
  background: #ECECEC !important;
  cursor: default;
}
#route_direction ul li:hover {
  background-color: #c5c5c5;
}
#route_direction ul li a {
  height: 45px;
  line-height: 45px;
  padding: 0px 30px;
  display: block;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 430px) {
  #route_direction ul li {
    width: 50%;
    box-sizing: border-box;
  }
  #route_direction ul li a {
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
table.timetable {
  margin-top: 0px;
}
table.timetable th {
  background: #ECECEC;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.timetable th,
table.timetable td {
  text-align: center;
}
table.timetable td.accessibility-indicator {
  vertical-align: middle;
}
table.timetable td.accessibility-indicator img {
  display: block;
}
table.timetable td:first-child {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
table.timetable td.hovering,
table.timetable tr.hovering td {
  background-color: #f3f3f3;
}
table.timetable th.hovering {
  background-color: #e3e3e3;
}
.sidebar .events ul {
  margin: 0px;
}
.sidebar .events a {
  color: black;
  text-decoration: none;
}
.sidebar .events a:hover {
  color: #1f76da;
  border-bottom: 1px solid #1f76da;
}
.row-border-top.thick:before {
  border-top: 5px solid black;
}
.row-border-bottom.thick:after {
  border-bottom: 5px solid black;
}
.breadcrumbs ul {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0px;
  color: #666666;
}
.breadcrumbs ul li:after {
  content: ' ';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid currentColor;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs ul li a:hover {
  color: #1f76da;
  border-bottom: 1px solid #1f76da;
}
/*.main-content {
  border-top: 5px solid black;
}*/
.main-content h1 {
  font-size: 3em;
  line-height: 1.19047619em;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  .main-content h1 {
    font-size: 2.14285714em;
    margin-top: 30px;
  }
}
.main-content h2 {
  color: #1f76da;
  font-size: 1.85714286em;
  line-height: 1.34615385em;
  margin-top: 40px;
  margin-bottom: 20px;
}
.main-content h3 {
  font-size: 19px;
  margin: 20px 0px;
  font-weight: bold;
  line-height: 20px;
}
.main-content h4,
.main-content h5,
.main-content h6 {
  margin: 20px 0px;
  font-size: 15px;
  line-height: 20px;
}
.main-content ul li,
.main-content ol li {
  margin-left: 20px;
}
.main-content ul li ul,
.main-content ol li ul,
.main-content ul li ol,
.main-content ol li ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.main-content ol {
  list-style: decimal;
}
.main-content ol ol {
  list-style: lower-alpha;
}
.main-content ol ol ol {
  list-style: lower-roman;
}
.main-content dl {
  padding: 10px 15px;
  background: #eaf6f9;
  margin: 7px 0;
  border: 1px solid #bad5dd;
}
.main-content dl dt {
  font-weight: bold;
}
.main-content dl dd {
  margin-left: 20px;
}
.main-content img {
  border: 0px;
  max-width: 100%;
}
.main-content table img {
  max-width: none;
}
.main-content pre {
  overflow: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.main-content fieldset {
  background: #f2f2f2;
  border: 0;
  padding: 20px;
  margin: 10px 0px;
  min-width: 0;
}
}
.main-content fieldset legend {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  display: inline;
  background: #f2f2f2;
  font-size: 1.07142857em;
}
.main-content fieldset legend:after {
  display: block;
  content: ' ';
}
.main-content fieldset ul,
.main-content fieldset ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.main-content fieldset ul li,
.main-content fieldset ol li {
  margin: 0px;
  padding: 0px;
}
.main-content input[type=text],
.main-content input[type=email],
.main-content input[type=password],
.main-content input[type=search],
.main-content textarea {
  font-size: 14px;
  border: 0px;
  padding: 5px 10px;
  height: 35px;
  line-height: 25px;
  margin: 0px;
  background: white;
  box-sizing: border-box;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 2px;
}
.main-content input[type=text]:focus,
.main-content input[type=email]:focus,
.main-content input[type=password]:focus,
.main-content input[type=search]:focus,
.main-content textarea:focus,
.main-content input[type=text].focused,
.main-content input[type=email].focused,
.main-content input[type=password].focused,
.main-content input[type=search].focused,
.main-content textarea.focused,
.focused .main-content input[type=text],
.focused .main-content input[type=email],
.focused .main-content input[type=password],
.focused .main-content input[type=search],
.focused .main-content textarea {
  outline: auto 3px #5588ff;
}
.main-content textarea {
  height: auto;
}
table {
  margin: 1.5em 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.tablerowshading tr:nth-child(even) td,
table.table.tablerowshading tr.even td {
  background: #efefef;
}
table caption {
  font-size: 1.071em;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  color: #404040;
}
th {
  font-size: 1.071em;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #000000;
}
td {
  border-bottom: 1px solid #e1e1e1;
  vertical-align: top;
  font-size: .929em;
}
thead th {
  border-bottom: 2px solid #000000;
  padding: 10px 10px;
  color: black;
}
th,
td,
caption {
  padding: 7px 10px;
}
caption {
  padding-left: 0px;
}
td:first-child,
th:first-child {
  padding-left: 0px;
}
td:last-child,
th:last-child {
  padding-right: 0px;
}
tfoot {
  background: #fff;
  border-top: 2px solid #bad5dd;
  border-bottom: 2px solid #bad5dd;
  font-weight: bold;
  color: #404040;
  font-size: 1.071em;
}
/* hr {
  opacity: 0;
}*\
.smartCardTable {
  background: #ececec;
}
.smartCardTable input[type=text],
.smartCardTable input[type=password],
.smartCardTable select {
  border: none;
}
.smartCardTable th,
.smartCardTable td {
  padding: 10px;
  border-bottom: 1px solid #dedede;
}
.smartCardTable th {
  font-weight: normal;
  vertical-align: top;
  padding-left: 20px;
}
.smartCardTable td {
  vertical-align: top;
}
.smartCardTable tr:last-child th,
.smartCardTable tr:last-child td {
  border-bottom: 0px;
}
.smartCardTable label.DOB_enter {
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.smartCardTable p {
  margin: 0px;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  .smartCardTable,
  .smartCardTable tr,
  .smartCardTable th,
  .smartCardTable td,
  .smartCardTable tbody,
  .smartCardTable thead {
    /*display: block;*/
    width: auto;
  }
  .smartCardTable th {
    padding-left: 10px;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  td.tohide, th.tohide {
    display: none;
}
}
#centre_button {
  text-align: right;
}
.mobile-nav {
  position: relative;
}
@media screen and (max-width: 430px) {
  .mobile-nav {
    margin-top: 10px;
  }
}
.mobile-nav .mobile-nav-toggle {
  position: absolute;
  right: 0px;
  top: -30px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}
.mobile-nav .mobile-nav-toggle .label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: light;
  letter-spacing: 0.1em;
}
.mobile-nav .mobile-nav-toggle .icon {
  position: relative;
  height: 20px;
  width: 20px;
  display: block;
  display: inline-block;
  vertical-align: middle;
}
.mobile-nav .mobile-nav-toggle .icon span,
.mobile-nav .mobile-nav-toggle .icon:before,
.mobile-nav .mobile-nav-toggle .icon:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.mobile-nav .mobile-nav-toggle .icon span {
  top: 8px;
  background: black;
}
.mobile-nav .mobile-nav-toggle .icon:before {
  top: 0px;
  background: black;
}
.mobile-nav .mobile-nav-toggle .icon:after {
  top: 16px;
  background: black;
}
.mobile-nav .mobile-nav-toggle .icon.active span,
.nav-active .mobile-nav .mobile-nav-toggle .icon span {
  opacity: 0;
}
.mobile-nav .mobile-nav-toggle .icon.active:after,
.nav-active .mobile-nav .mobile-nav-toggle .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.mobile-nav .mobile-nav-toggle .icon.active:before,
.nav-active .mobile-nav .mobile-nav-toggle .icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.mobile-nav .mobile-nav-toggle .icon.black span,
.mobile-nav .mobile-nav-toggle .icon.black:before,
.mobile-nav .mobile-nav-toggle .icon.black:after {
  background: #000000;
}
.mobile-nav .mobile-nav-toggle .icon.white span,
.mobile-nav .mobile-nav-toggle .icon.white:before,
.mobile-nav .mobile-nav-toggle .icon.white:after {
  background: #ffffff;
}
@media screen and (max-width: 430px) {
  .mobile-nav .mobile-nav-toggle {
    position: relative;
    top: 0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.mobile-nav .mobile-nav-panel {
  top: 0px;
  right: 0px;
  max-width: 250px;
  padding: 20px;
  padding-bottom: 5px;
  background: #0057b8;
  z-index: 100;
  overflow: auto;
  position: absolute;
  display: none;
}
.nav-active .mobile-nav .mobile-nav-panel {
  display: block;
}
@media screen and (max-width: 430px) {
  .mobile-nav .mobile-nav-panel {
    top: 40px;
    max-width: none;
    left: 0px;
    width: auto;
  }
}
.mobile-nav .mobile-nav-panel .inner {
  position: relative;
}
.mobile-nav .mobile-nav-panel .inner .search {
  margin-bottom: 20px;
}
.mobile-nav .mobile-nav-panel .inner .search input,
.mobile-nav .mobile-nav-panel .inner .search button {
  background-color: white !important;
}
.mobile-nav .mobile-nav-panel .inner .search input[type=search] {
  width: 100%;
  padding-right: 45px !important;
  box-sizing: border-box;
}
.mobile-nav .mobile-nav-panel .inner .items ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mobile-nav .mobile-nav-panel .inner .items ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-nav .mobile-nav-panel .inner .items ul li a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}
.mobile-nav .mobile-nav-panel .inner .items ul li a:after {
  content: '\2192 ';
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mobile-nav .mobile-nav-panel .inner .items ul li a:hover:after {
  opacity: 1;
}
.mobile-nav .mobile-nav-panel .inner .items ul ul {
  display: none;
}
.category-sidebar-section {
  margin-top: 30px;
}
.category-sidebar-section .section-header {
  margin-top: 0px;
  border-top: none;
}
.category-sidebar-section:first-of-type {
  margin-top: 0px;
}
.category-sidebar-section:first-of-type .section-header {
  padding-top: 40px;
  /*border-top: 5px solid black;*/
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  .category-sidebar-section {
    margin-top: 0px;
  }
  .category-sidebar-section .section-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .category-sidebar-section .section-header h3 {
    font-size: 1.07142857em;
  }
  .category-sidebar-section:first-of-type .section-header {
    padding-top: 20px;
  }
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  .sidebar .accordian:last-of-type {
    margin-bottom: 20px;
  }
  .sidebar .accordian .deep-nav-menu {
    display: none;
    border-left: 5px solid #f0f0f0;
    padding-left: 10px;
  }
  .sidebar .accordian h3 {
    position: relative;
    cursor: pointer;
  }
  .sidebar .accordian h3:after {
    content: ' ';
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
  }
  .sidebar .accordian.accordian-active {
    margin-bottom: 20px;
  }
  .sidebar .accordian.accordian-active h3:after {
    border: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
  }
  .sidebar .accordian.accordian-active .deep-nav-menu {
    display: block;
    margin-top: 5px;
  }
}
.news-listing .item {
  margin-top: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.news-listing .item h2 {
  font-size: 1.35714286em;
  line-height: 1.31578947em;
  margin-top: 0px;
  margin-bottom: 20px;
}
.news-listing .item h2 a {
  text-decoration: none;
  color: black;
}
.news-listing .item p {
  margin: 20px 0px;
  color: #555555;
}
.news-listing .item p.meta date,
.news-listing .item p.meta span,
.news-listing .item p.meta a {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9em;
}
.news-listing .item p.meta a {
  color: #666666;
}
.news-listing .item p.more a {
  text-decoration: none;
}
.news-listing .item p.more a:hover {
  border-bottom: 1px solid currentColor;
}
.tiles {
  margin-top: 30px;
}
.tiles .item {
  margin-bottom: 30px;
}
@media screen and (min-width: 1230px), screen and (min-width: 1300px) {
  .tiles .item:nth-child(3n+4) {
    clear: left;
  }
}
@media screen and (min-width: 700px) and (max-width: 1230px) {
  .tiles .item:nth-child(2n+3) {
    clear: left;
  }
}
.tiles .item .heading {
  font-size: 1.35714286em;
  line-height: 1.31578947em;
  margin: 0px;
}
.tiles.colored .item {
  background: #f5f5f5;
}
.tiles.colored .item a {
  text-decoration: none;
}
.tiles.colored .item a:hover p.more span {
  border-bottom: 1px solid black;
}
.tiles.colored .item.bus .heading {
  background: #006fba;
}
.tiles.colored .item.light-rail .heading {
  background: #c8102e;
}
.tiles.colored .item.active-travel .heading {
  background: #582c83;
}
.tiles.colored .item .heading {
  padding: 12px 20px;
  background: black;
  color: white;
  font-weight: normal;
}
.tiles.colored .item .text {
  padding: 20px;
}
.tiles.colored .item .text p {
  color: black;
}
.tiles.colored .item .text p:first-child {
  margin-top: 0px;
}
.tiles.colored .item .text p:last-child {
  margin-bottom: 0px;
}
.tiles.colored .item .text p.more {
  font-weight: bold;
}
.tiles.flat .item a {
  border-top: 5px solid black;
  display: block;
  text-decoration: none;
  color: black;
}
.tiles.flat .item a:hover .more span {
  border-bottom: 1px solid #1f76da;
}
.tiles.flat .item .heading {
  padding: 20px 0px;
  color: black;
}
.tiles.flat .item .text p:first-child {
  margin-top: 0px;
}
.tiles.flat .item .text p:last-child {
  margin-bottom: 0px;
}
.tiles.flat .item .text p.more {
  color: #1f76da;
}
ul.mini-tiles,
ol.mini-tiles {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}
ul.mini-tiles li,
ol.mini-tiles li {
  position: relative;
  margin: 10px 0px;
  padding: 0px;
}
ul.mini-tiles li a,
ol.mini-tiles li a {
  background: #f2f2f2;
  padding: 15px 55px 15px 20px;
  display: block;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
ul.mini-tiles li a:after,
ol.mini-tiles li a:after {
  background: #0057b8 url('http://www.transport.act.gov.au/__data/assets/image/0007/878137/tile-arrow.png?v=0.1.1') no-repeat center center;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  content: ' ';
  display: block;
  position: absolute;
  right: 20px;
  top: 0.82em;
}
ul.mini-tiles li a:hover,
ol.mini-tiles li a:hover {
  background-color: #0057b8;
  color: white;
}
#search-matching {
  background: #f5f5f5;
  padding: 10px 20px;
}
#search-queryform {
  background: #f5f5f5;
  padding: 20px 20px;
}
#search-queryform .button {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 35px;
}
#search-queryform input[type=search] {
  width: 300px;
}
#search-queryform input[type=search],
#search-queryform .button {
  margin: 0px;
  vertical-align: middle;
}
@media screen and (max-width: 430px), screen and (min-width: 430px) and (max-width: 700px) {
  #search-queryform input[type=search] {
    display: block;
    width: 100%;
  }
  #search-queryform .button {
    margin-top: 10px;
    width: 100%;
  }
}
#search-wrapper #search-inner-wrapper {
  width: 75%;
  float: right;
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  #search-wrapper #search-inner-wrapper {
    width: auto;
    float: none;
  }
}
#search-wrapper:after,
#search-wrapper:before {
  content: ' ';
  display: block;
  clear: both;
}
#search-wrapper #search-results {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#search-wrapper #search-results .search-result {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
#search-wrapper #search-results .search-result h3 {
  margin: 0px;
  font-size: 1.14285714em;
}
#search-wrapper #search-results .search-result cite {
  color: #1f76da;
}
#search-wrapper #search-results .search-result .search-date {
  color: #666666;
}
#search-wrapper #search-results .search-result p {
  margin: 0px;
}
#search-wrapper #search-results .search-result .search-explore {
  text-align: right;
}
#search-wrapper #search-results .search-result .search-quicklinks {
  max-width: 500px;
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  list-style: none;
}
#search-wrapper #search-results .search-result .search-quicklinks li {
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  box-sizing: border-box;
}
#search-wrapper #search-results .search-result .search-quicklinks:after {
  display: block;
  clear: both;
  content: ' ';
}
#search-wrapper #search-results .search-result .search-quicklinks-search {
  max-width: 500px;
  margin-left: 40px;
  padding-top: 10px;
}
#search-wrapper #search-results .search-result .search-quicklinks-search input[type=submit],
#search-wrapper #search-results .search-result .search-quicklinks-search input[type=search] {
  vertical-align: middle;
  margin: 0px;
}
#search-wrapper #search-results .search-result .search-quicklinks-search input[type=search] {
  width: 220px;
}
#search-wrapper #search-results .search-result .search-quicklinks-search input[type=submit] {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #444444;
  line-height: 35px;
  height: 35px;
}
#search-wrapper #search-contextual-navigation {
  max-width: 500px;
}
#search-wrapper #search-contextual-navigation h2 {
  font-size: 1.14285714em;
  margin-top: 0px;
  margin-bottom: 5px;
  color: black;
}
#search-wrapper #search-contextual-navigation h2 strong {
  color: #1f76da;
}
#search-wrapper #search-contextual-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#search-wrapper #search-contextual-navigation ul li {
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  box-sizing: border-box;
}
#search-wrapper #search-contextual-navigation ul:after {
  display: block;
  clear: both;
  content: ' ';
}
#search-wrapper .search-pagination {
  margin-top: 40px;
  text-align: left;
}
#search-wrapper .search-pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#search-wrapper .search-pagination ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#search-wrapper .search-pagination ul li a {
  display: inline-block;
  line-height: 40px;
  padding: 0px 15px;
  background: #f6f6f6;
  color: black;
  text-decoration: none;
}
#search-wrapper .search-pagination ul li a:hover {
  background: #1f76da;
  color: white;
}
#advsearchform {
  padding-bottom: 30px;
}
#advsearchform ul li {
  padding-left: 200px;
  position: relative;
  margin-bottom: 5px;
}
#advsearchform ul li label {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 35px;
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  #advsearchform ul li {
    padding-left: 0px;
  }
  #advsearchform ul li label {
    position: static;
    display: block;
  }
}
#search-facets .facet {
  margin-bottom: 20px;
}
#search-facets .facet .facetLabel {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#search-facets .facet .category .search-facet-count {
  color: #999999;
}
@media screen and (min-width: 430px) and (max-width: 700px), screen and (max-width: 430px) {
  #search-facets {
    display: none;
  }
}
.clearfix {
  clear: both;
}
#NewTable table {
  margin-top: 0px;
}
#NewTable table .TableHeader td,
#NewTable table .TableHeader th {
  border-bottom: 2px solid black;
  background: #ECECEC;
}
#NewTable table .mobile-timetable-expander {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0008/878138/mobile-timetable-expander.png?v=0.1.1') no-repeat;
}
#NewTable table .mobile-timetable-collapse-route {
  cursor: pointer;
  text-transform: uppercase;
}
#NewTable table .mobile-timetable-collapse-route:before {
  content: ' ';
  display: inline-block;
  height: 36px;
  width: 36px;
  background: url('http://www.transport.act.gov.au/__data/assets/image/0010/878140/mobile-timetable-back.png?v=0.1.1') no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
#NewTable table tr.odd td {
  background-color: #f5f5f5;
}
.routes-by-number table td {
  vertical-align: middle;
  border-top: 0px;
  border-bottom: 0px;
}
.routes-by-number table td .routenumberlink {
  background: black;
  color: white;
  text-align: center;
  padding: 12px 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  margin: 5px 10px;
}
.routes-by-number table td .routenumberlink.disabled {
  background: #cccccc;
  color: #777777;
  cursor: default;
}
.routes-by-number table td p {
  margin: 0px;
}
.routes-by-number .clearfix:after {
  display: block;
  content: ' ';
  clear: both;
}
.routes-by-number .mini-tiles:after {
  clear: both;
  display: block;
  content: ' ';
}
.routes-by-number .mini-tiles li {
  width: 49%;
  display: block;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .routes-by-number .mini-tiles li {
    width: auto !important;
    float: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.routes-by-number .mini-tiles li:nth-child(2n) {
  margin-left: 1%;
}
.routes-by-number .mini-tiles li:nth-child(2n+1) {
  margin-right: 1%;
}
.routes-by-number .routes-search {
  background: #f2f2f2;
  padding: 20px;
  box-sizing: border-box;
  width: 49%;
}
@media screen and (max-width: 600px) {
  .routes-by-number .routes-search {
    width: auto !important;
  }
}
.routes-by-number .routes-search label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.routes-by-number .routes-search input[type=text] {
  border: 0px;
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
}
.routes-by-number .routes-search .field-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.routes-by-place #TopABC {
  font-size: 18px;
}
.routes-by-place #TopABC a {
  text-decoration: none;
  display: inline;
  color: #1f76da;
  border-bottom: 1px solid #1f76da;
  margin-left: 5px;
  margin-right: 5px;
}

/* Quick hack to try and hide additional table showing on large resolution for South Routes */

@media only screen and (min-width: 767px) {
  #NewTable {
  display: none;
  }
}