/*--------------------------------------------------------------
CSS Reset
--------------------------------------------------------------*/
@import url("https://use.typekit.net/vln4cwb.css");
body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
    margin: auto;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: .5em;
}

.show {
	display: -ms-flexbox;
	display: flex;
}

.hide {
	display: none;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display: inline-bloack;
}

nav a {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}

.intro button.contact, .button.common, button.invite {
	display: block;
	margin: 2em auto 0 auto;
	padding: .5em;
	width: 100%;
	max-width: 300px;
	background-color: #002d74;
	border: 0px solid;
	color: #fff;
	text-transform: uppercase;
	border-radius: 8px;
    box-sizing: border-box;
}

button.invite {
    margin: .5em auto 0 auto;
}

.button.common.up {
   background-color: #0055DD; 
}

.blue   {
    color: #0055DD;
}


.targetDiv .red:first-of-type {
    margin-top: -2em;
}

.button.common {
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;  
}

form.button {
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
}
}

.line {
    width: 100%;
    margin:2em 0 2em 0;
    border-bottom: 1px solid #ccc;
}

#show .line:last-of-type {
    border-bottom: 0px solid #ccc;
}

.side-bar {
	margin: 2em 0 2em 0;
	border-top: #ccc 1px solid;
	padding-top: 0em;
}

@media screen and (min-width: 420px) {
	.intro .colum {
		margin-top: 1em;
	}
	.intro button.contact {
		margin: 3em auto 0 auto;
	}
}

@media screen and (min-width: 740px) {
	.intro .colum {
		margin-top: 1em;
	}
	.intro button.contact {
		margin: 4em auto 0 auto;
	}
}

@media screen and (min-width: 860px) {
	.intro .colum {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
	.intro .colum button.contact {
		margin: 1em 0 3em 0;
	}
}

@media screen and (min-width: 1440px) {
	.intro .colum button.contact {
		margin: 1em auto 3em auto;
	}
}

@media screen and (min-width: 1440px) {
	.intro .colum {
		width: 60%;
	}
}

ul.contact-list {
	list-style-type: none;
	padding: 0;
}

ul.contact-list-h {
	list-style-type: none;
	padding: 0;
    display:inline;
}

ul.contact-list-h li {
	display:inline;
}

ul.contact-list a {
	color: #002d74;
	text-decoration: none;
}

/* Lists */

table {
  border-collapse: collapse;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr td {
  border: 1px solid #999999;
}

table.list tr th {
  border: 1px solid #0055DD;
  background: #0055DD;
  color: white;
  text-align: left;
}

/* Forms */

dl {
  clear: both;
  overflow: hidden;
  margin: 0.5em 0;
}

dt {
  float: left;
  font-weight: bold;
  width: 125px;
}

dd {
  float: left;
  margin-left: 1em;
}

#operations {
  clear: both;
  margin: 1em 0 1em 75px;
}

/* Errors */
.errors {
    display: inline-block;
    border: 1px solid red;
    color: red;
    padding: 1em;
        margin: 1em;
    margin-bottom: 1em;

}

.errors ul {
    margin-bottom: 0;
    padding-left: 1em;
}

.h-line {
    width: 100%;
    height:1px;
    border-top: 1px solid #ccc;
}

div.column-sm .h-line:last-of-type {
    border-top: 0 solid #ccc;
}

.back-arrow::before {
    content: "<<";
    position:absolute;
    left:20px;
    z-index: 1;
}

.back-arrow-one::before {
    content: "<";
    position:absolute;
    left:20px;
    z-index: 1;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	font-size: 1em;
	margin: 2em 0 2em 0;
}

.main-navigation ul {
	overflow: hidden;
	display: block;
	list-style: none;
	margin-left: 0;
	max-height: 0px;
	transition: max-height 900ms ease 0s;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em 1.5em;
	text-decoration: none;
	line-height: 1.6em;
	color: #002d74;
	text-transform: uppercase;
}

.webdevelopment .main-navigation ul#primary-menu li:nth-child(2) a, .custom-worpress .main-navigation ul#primary-menu li:nth-child(2) a, .maintenance-support .main-navigation ul#primary-menu li:nth-child(2) a, .email-campaigns .main-navigation ul#primary-menu li:nth-child(2) a, .freelance-outsourcing .main-navigation ul#primary-menu li:nth-child(2) a, .online-booking .main-navigation ul#primary-menu li:nth-child(2) a {
	font-weight: 700;
}

.home .main-navigation ul#primary-menu li:nth-child(1) a {
	
}

.about .main-navigation ul#primary-menu li:nth-child(3) a {
	font-weight: 700;
}

.contact .main-navigation ul#primary-menu li:nth-child(4) a {
	font-weight: 700;
}

.home .main-navigation ul#primary-menu ul.sub-menu li a, .webdevelopment .main-navigation ul#primary-menu ul.sub-menu li a, .custom-worpress .main-navigation ul#primary-menu ul.sub-menu li a, .maintenance-support .main-navigation ul#primary-menu ul.sub-menu li a, .email-campaigns .main-navigation ul#primary-menu ul.sub-menu li a, .freelance-outsourcing .main-navigation ul#primary-menu ul.sub-menu li a, .online-booking .main-navigation ul#primary-menu ul.sub-menu li a {
	font-weight: 400;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #002d74;
	color: #fff;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
	padding-right: 48px;
}

.side-menu li {
	background-color: fff;
	padding: 1em;
	border-bottom: #ccc 1px solid;
}

ul.side-menu li:first-child {
	padding-top: 1.5em;
}

ul.side-menu li:last-child {
	padding-bottom: 1.5em;
	border-bottom: #ccc 0px solid;
}

.side-menu a {
	text-decoration: none;
	line-height: 1.6em;
	color: #f27507;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 22px;
	width: 22px;
	top: 18px;
	right: 6px;
	box-sizing: content-box;
	padding: 0;
	background-color: #fff;
	content: "";
	color: #fff;
	border-radius: 10%;
	border: 1px solid #002d74;
	text-transform: lowercase;
	/* Stop screen readers from reading the text as capital letters */
}
#myHeader.sticky .dropdown-toggle::after {
	font-size: 14px;
    top: -4px;
}
.dropdown-toggle::after {
	content: "+";
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	color: #002d74;
	position: relative;
    top: -2px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	color: #f27507;
}

.dropdown-toggle.toggle-on:after {
	content: "-";
}

.main-navigation a:hover ~ .dropdown-toggle,
.main-navigation a:focus ~ .dropdown-toggle {
	color: #666;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	/* position: fixed; */
	width: 100%;
	padding: .5em 0 .5em 0;
	z-index: 100;
	bottom: 1em;
	left: 1em;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #fff;
	color: #002d74;
	border: solid 1px #fff;
}

.menu-toggle.hide {
	bottom: -2.5em;
}

/* Make sure the button doesn't hide when menu is open. */
.toggled .menu-toggle.hide {
	bottom: 1em;
}

.menu-toggle:hover,
.menu-toggle:focus {
	text-decoration: none;
}

@media screen and (min-width: 740px) {
	.menu-toggle {
		display: none;
	}
}

/* Hovering menu */
.main-navigation.toggled {
	bottom: 0;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}

.nav-menu {
	padding: 0 1em;
	background-color: #fff;
	overflow: hidden;
}

.nav-menu li:first-child {
	padding-top: 1em;
}

.nav-menu li:last-child {
	padding-bottom: 1em;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
	transition: max-height 900ms ease-in 0s;
}

.main-navigation.toggled ul ul {
	display: block;
	max-height: 0px;
	transition: max-height 900ms ease 0s;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
	max-height: calc(100vh - 8em);
	transition: max-height 900ms ease 0s;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 740px) {
	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		padding: 0;
		margin: 0;
	}
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
	}
	.main-navigation ul,
	.main-navigation.toggled ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-direction: row;
		    flex-direction: row;
		margin: 0;
		padding: 0;
		max-height: none;
	}
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		border: none;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		margin-left: 1.5em;
	}
	.main-navigation li:first-child {
		margin-right: 0;
	}
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		max-height: 0px;
		display: block;
		overflow: hidden;
		background-color: rgba(0, 45, 116, 1);
		transition: max-height 900ms ease 0s, outline 0.6s linear;
		outline: 0px solid #666;
		position: absolute;
		width: 15em;
		margin-top: 18px;
		z-index: 10;
		margin-left: 0;
		padding: 0;
	}
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
		margin-left: 0;
	}
	.main-navigation li li a {
		padding: 1em;
		font-size: 1em;
	}
	.main-navigation a,
	.dropdown-toggle {
		color: #fff;
	}
	.main-navigation a {
		border-bottom: none;
		padding: 0;
	}
	.main-navigation ul ul li:last-child {
		padding: 0;
	}
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
		padding: 1em;
	}
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #ddd60b;
		text-decoration: none;
	}
	.main-navigation li li a {
		color: #fff;
	}
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #fff;
		color: #000;
		text-decoration: none;
	}
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		height: auto;
		max-height: none;
		position: absolute;
		width: 15em;
		margin-top: 18px;
		display: block;
		z-index: 10;
		margin-left: 0;
		padding: 0;
		background-color: rgba(0, 45, 116, 1);
		max-height: calc(100vh - 8em);
		transition: max-height 900ms ease 0s, outline 0.6s linear;
		outline: 1px solid #666;
	}
	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 4px;
		right: -10px;
		border: none;
	}
    #myHeader.sticky .dropdown-toggle {
        width: 18px;
        height: 18px;
		border: none;
	}
	.main-navigation .menu-item-has-children > a {
		padding-right: 25px;
	}
	.dropdown-toggle:hover, .dropdown-toggle:focus {
		background-color: inherit;
		outline: solid 1px #ccc;
	}
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
		color: #666;
		font-size: 125%;
	}
	.nav-menu li:first-child {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------
Images - reset 
--------------------------------------------------------------*/
img {
	display: block;
	width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

figure.thumbnail img {
	height: 200px;
	max-height: 200px;
	margin: 0 auto 0 auto;
}

figure.big-thumbnail img {
	height: 300px;
	max-height: 300px;
	margin: 0 auto 0 auto;
	padding: 1em 0 1em 0;
}

.touchstone-logo {
	display: block;
	width: 203px;
	height: 36px;
	text-indent: -9999px;
	background-image: url(../images/touchtone_logo.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: width .5s ease-out, height .5s ease-out;
}

.robot-developer {
	display: none;
	width: 100%;
	height: 260px;
	background-image: url(../images/stock01.jpg);
	margin: 2em 2em 2em 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: myrobot .5s;
	animation-delay: 0s;
	position: relative;
	z-index: -1;
}

.devices {
	width: 100%;
	height: 344px;
	margin: 2em 0 0 0;
	background-image: url(../images/stock02.jpg);
	background-size: 587px 344px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: mydevices .5s;
	animation-delay: 0s;
	position: relative;
	z-index: -1;
}

.profile-pics {
	width: 100px;
	height: 100px;
	margin: .3em 0 0 0;
    padding: .3em;
	background-image: url(../images/profile-pic.jpg);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: center;
    border: 1px solid #ccc;
	z-index: -1;
}

@keyframes mydevices {
	0% {
		opacity: 0;
		right: 20px;
	}
	100% {
		opacity: 1;
		right: 0px;
	}
}

@keyframes myrobot {
	0% {
		opacity: 0;
		left: 20px;
	}
	100% {
		opacity: 1;
		left: 0px;
	}
}

@media screen and (min-width: 320px) {
	.devices {
		margin: 0em 0 0em 0;
	}
}

@media screen and (min-width: 520px) {
	.devices {
		margin: 4em 0 3em 0;
	}
}

@media screen and (min-width: 740px) {
	.devices {
		margin: 4em 0 3em 1em;
	}
}

@media screen and (min-width: 1220px) {
	.devices {
		-ms-flex-item-align: end;
		    align-self: flex-end;
		margin: 4em 0 1em 1em;
		width: 80%;
	}
	.robot-developer {
		display: block;
		width: 80%;
	}
}

@media screen and (min-width: 1440px) {
	.devices {
		width: 20%;
		margin: 4em 0 0em 1em;
	}
	.robot-developer {
		width: 20%;
		margin: 0;
        margin-top: 2em;
		background-position: top;
	}
}

/*--------------------------------------------------------------
Timer
--------------------------------------------------------------*/

#timerContainer {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  min-height: 60px;
  min-width: 200px;
  border-top:0px;
  display: flex;
  flex-direction: column;
}
.control-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #002d74;
}


.timer, .reset, .clock {
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  text-align:center;
  color: #fff;
  background: #002d74;
  cursor: pointer;
  height: 45px;
}
.timer, .clock {
    font-size: 28px;
    border-bottom: 1px solid #fff;
}
.control-buttons .reset:first-child  {
    border-left:0 solid #fff;
}
.reset {
  background: #002d74;
  color: white;
  border-left: 1px solid #fff;
  height: 45px;
  font-size: 24px;
}
.reset:hover {
  background: #0055DD;
}
.lighter {
  background: #002d74;
}
              
.pause-button {
	height: 45px;
	margin: 0;
    padding: 0;
	background-image: url(../images/pause-button.png);
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: center;
}
.play-button {
	height: 45px;
	margin: 0;
    padding: 0;
	background-image: url(../images/play-button.png);
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-position: center;
}


/*--------------------------------------------------------------
Layouts
--------------------------------------------------------------*/
body {
	background: white;
}

main.main-area {
	margin: 0 2em 0 2em;
}

p.no-margin-top {
    margin-top:0;
}

.padding-no {
    padding: 0;
}

@media screen and (min-width: 1000px) {
    .padding-no {
        padding: 0;
    }
}

.flexbox {
    display:flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-flex-direction: column;
}

.flexbox-rows {
    display:flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

section.main {
    margin-top: 2em;
    margin-bottom: 2em;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.column-full {
    margin-bottom: 2em;
    padding: 2em;
    width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.column-staion {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 1em;
    text-align: center;
    margin: 0 .5em 0 .5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.column-station-number {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 1em;
    text-align: right;
    margin: 0 .5em 0 .5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
     box-sizing: border-box;
    max-width: 300px;
}

.column-waiting {
    padding: 1em;
    text-align: center;
    flex-grow: 1;
    margin: 0 .5em 2em .5em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.column-waiting-entered {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5em;
    margin: 0 .5em 0 .5em;
}

@media screen and (min-width: 1000px) {
    
    .column-waiting {
        margin-bottom: 2em;
        padding: 2em;
        text-align: center;
        flex-grow: 1;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
    
    .column-waiting.one {
        order: 1;
    }
    .column-waiting.two {
        order: 2;
    }
    .column-waiting.three {
        order: 3;
    }
    .column-waiting.four {
        order: 4;
    }
    .column-waiting.five {
        order: 5;
    }
    .column-waiting.six {
        order: 6;
    }
}

.column-med {
    margin-bottom: 2em;
    padding: 0 0em 0 0em;
    text-align: center;
    width: 100%;
    order: 1;
    margin: auto;
}
.column-sm {
    margin-bottom: 2em;
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    order: 2;
}

@media screen and (min-width: 40em) {
	.column-med {
		width: 100%;
        margin-top: 2em;
	}
    .column-sm {
		width: 100%;
        margin-top: 3em;
	}
}

.landing-page {
    margin:auto;
    display: flex; 
    flex-direction:row; 
    max-width: 1400px;
    justify-content:space-around;
    flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
    
    .flexbox   {
        flex-direction: row;
    }
    
    section.main {
       -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2em;
        margin-bottom: 2em;
        margin: auto;
    }
    
	.column-med {
		width: 90%;
        
	}
    .column-sm {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
    
    section.main {
       -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    
	.column-med.two {
		width: 60%;
        order:2;
	}
    .column-sm {
		width: 38%;
	}
    .column-sm.one {
		order:1;
	}
    .column-sm.three {
		order:3;
        width: 38%;
	}
}

@media screen and (min-width: 1400px) {
    
    section.main {
       -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin:auto;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    
	.column-med.two {
		width: 50%;
        order:2;
	}
    .column-sm {
		width: 24%;
	}
    .column-sm.one {
		order:1;
	}
    .column-sm.three {
		order:3;
        width: 24%;
	}
}

@media screen and (min-width: 1440pxpx) {
	main.main-area {
		margin: 0 auto 0 auto;
		padding: 0 2em 0 2em;
	}
}

section.intro {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
	margin: auto;
	max-width: 1440px;
}

section.intro h1:first-child {
	margin-top: 0em;
}

section.digital-services {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: auto;
	max-width: 1024px;
}

section.digital-services h1:first-child {
	margin-top: 0em;
}

@media screen and (min-width: 480px) {
	.services {
		margin: auto;
		width: 80%;
	}
	.services p {
		text-align: center;
	}
}

@media screen and (min-width: 480px) {
	.services {
		width: 60%;
	}
	.digital-services .services {
		width: 100%;
	}
}

@media screen and (min-width: 860px) {
	section.intro {
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	section.intro h1, section.intro h2 {
		text-align: left;
	}
	section.digital-services {
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	section.digital-services .colum {
		-ms-flex: 0 1 calc(65% - 2em);
		    flex: 0 1 calc(65% - 2em);
	}
	section.digital-services .side-bar {
		border-top: #ccc 0px solid;
		margin-left: 2em;
		-ms-flex: 0 1 calc(35% - 2em);
		    flex: 0 1 calc(35% - 2em);
	}
	section.digital-services h1, section.digital-services h2 {
		text-align: left;
	}
}

@media screen and (min-width: 1440px) {
	section.intro h1, section.intro h2 {
		text-align: center;
	}
}

@media screen and (min-width: 740px) {
	.intro .colum {
		margin-top: 4em;
	}
	.digital-services .colum, .digital-services .side-bar {
		margin-top: 0em;
	}
	button.contact {
		margin: 3em auto 0 auto;
	}
}

side-bar
.centered {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding-top: 4em;
	margin-top: 2em;
}

@media screen and (min-width: 52em) {
	.centered {
		max-width: 1200px;
		margin: auto;
	}
}

/*--------------------------------------------------------------
styles
--------------------------------------------------------------*/
.border {
    border: 1px #ccc solid;
}
.digital-services {
	max-width: 1024px;
}

.digital-services .services p {
	text-align: left;
}

.digital-services .colum {
	margin-bottom: 2em;
}

.services-title {
	max-width: 1024px;
	margin: auto;
}

@media screen and (min-width: 740px) {
	.services-title {
		margin-top: 4em;
	}
}

@media screen and (min-width: 860px) {
	.side-bar .side-nav h2 {
		margin-top: 0;
	}
	.digital-services .colum figure.big-thumbnail img {
		background-color: #8c8c8c;
	}
	.services-title {
		text-align: left;
		-ms-flex: 0 1 calc(65% - 2em);
		    flex: 0 1 calc(65% - 2em);
		padding-left: 2em;
	}
	.services-title h1, .services-title h2 {
		text-align: left;
	}
}

.digital-services ul.side-menu .thisup a {
	color: #8c041d;
}

/*--------------------------------------------------------------
CSS Card Styles
--------------------------------------------------------------*/
.cards,
.logins {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
   justify-content: center;
	margin-bottom: 2em;
    flex-direction: column-reverse;
    
}

.card {
	background: white;
	margin-bottom: 2em;
	border: 1px solid #25383f;
	margin-top: 2em;
	max-width: 320px;
}

.card.login {
	background: white;
	margin-bottom: 2em;
	margin-top: 2em;
	max-width: 600px;
}

.card:last-child {
	/* border-bottom: 0 solid;*/
}

.card a {
	color: black;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
	padding-top: 2em;
}

.card .without-a {
	color: black;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding-top: 2em;
}

.card a:hover {
	box-shadow: 3px 3px 8px #b3b3b3;
}

.card-content {
	padding: 1.4em 1em 1.4em 1em;
}

.card-content h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: normal;
}

.card-content p {
	/* font-size: 95%; */
	text-align: center;
}

.card button.readmore {
	display: block;
	margin: 2em auto 2em auto;
	padding: .5em;
	width: 100%;
	max-width: 200px;
	background-color: #f27507;
	border: 0px solid;
	color: #fff;
	text-transform: uppercase;
	border-radius: 8px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.grow-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-align: stretch;
	    align-items: stretch;
}

/* Flexbox style */
@media screen and (min-width: 40em) {
	.cards {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
    .logins {
            flex-direction: row;
	}
	.card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 1 calc(50% - 2em);
		    flex: 0 1 calc(50% - 2em);
	}
}

@media screen and (min-width: 60em) {
	.card {
		-ms-flex: 0 1 calc(33% - 2em);
		    flex: 0 1 calc(33% - 2em);
	}
    	.card.login {
		-ms-flex: 0 1 calc(50% - 2em);
		    flex: 0 1 calc(50% - 2em);
	}
}

/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/
.masthead {
	max-width: 1920px;
	background: #002d74;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 3em 2em 0em 2em;
	margin: 0 auto 0 auto;
}

.masthead .site-branding h1 {
	margin: 0;
}

@media screen and (min-width: 740px) {
	.masthead {
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.main-navigation ul {
		overflow: visible;
	}
}

.site-branding {
	-ms-flex-pack: center;
	    justify-content: center;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 740px) {
	.site-branding {
		-ms-flex-positive: 1;
		    flex-grow: 1;
		-ms-flex-pack: start;
		    justify-content: start;
	}
}

.site-title {
	margin: 0;
	padding: .2em .5em;
	font-size: 2em;
	font-weight: 300;
	color: black;
}

.site-title a {
	color: #333333;
	text-decoration: none;
}

.site-title a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 740px) {
    
    #myHeader {
        background-color: #002d74; 
	}
     
	#myHeader.sticky .masthead {
		padding: 2em 2em 0em 2em;
		transition: padding .5s;
        
	}
	#myHeader.sticky .masthead .touchstone-logo {
		width: 162px;
	    height: 29px;
		transition: width .5s ease-out, height .5s ease-out;
	}
	#myHeader.sticky .masthead .main-navigation a {
		font-size: 1em;
		transition: font-size .5s ease-out;
	}
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		box-shadow: 0px 5px 10px #ccc;
        z-index: 10;
	}
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-size: 100%;
	line-height: 1.8;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
}

.text-left {
	text-align: left;
}

/*http://modularscale.com/scale/?px1=16&px2=34&ra1=1.618&ra2=0*/
h1 {
	font-size: 2.0em;
	/* 55 /16 = 3.437 */
	line-height: 1.25;
	color: #8c041d;
	/*margin: 1em 0 0 0; */
}

@media screen and (min-width: 380px) {
	h1 {
		font-size: 2.5em;
		/* 55 /16 = 3.437 */
	}
}

h2 {
	font-size: 1.462em;
	/* 25 /16 = 1.562 */
	line-height: 1.4;
	color: #002d74;
	/*margin: 1em.64em 1.5em; */
}

@media screen and (min-width: 640px) {
	h1 {
		font-size: 3.437em;
		/* 55 /16 = 3.437 */
	}
	h2 {
		font-size: 1.562em;
		/* 25 /16 = 1.562 */
	}
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 1em 0;
	color: #5a7792;
}

p {
	margin: 1.562em 0;
}

.blue {
    color: #002d74;;
}

.red {
    color: #8c041d;;
}

.red-bright {
    color: #ff3737;
}

.bold {
    font-weight:800;
}

.cap {
    text-transform: capitalize;
}

p.starting-artical:nth-of-type(1):first-letter {
	float: left;
	color: #47a6ff;
	font-size: 5.562em;
	line-height: 0.759em;
	padding: 0px 6px 0px 4px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.text-left {
    text-align: left
}

.step   {
    font-family: arial;
    font-weight: 800;
    font-size:3em;
}

@media screen and (min-width: 860px) {
	.main-navigation a {
		font-size: 1.25em;
		transition: font-size .5s ease-out;
	}
}

/*--------------------------------------------------------------
CSS Footer
--------------------------------------------------------------*/
.footer-area {
	padding: 2em;
	background-color: #002d74;
}

.footer-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	max-width: 1200px;
	color: #fff;
	margin: 0 auto 0 auto;
}

.footer-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 2em 0;
	max-width: 400px;
	-ms-flex: 0 1 calc(100% - 2em);
	    flex: 0 1 calc(100% - 2em);
}

.footer-content ul li:first-child {
	font-weight: bold;
}

.footer-content a {
	color: #fff;
	text-decoration: none;
}

.footer-content a :hover {
	color: #f27507;
}

.copy-right {
	font-size: 80%;
	-ms-flex: 0 1 calc(100% - 2em);
	    flex: 0 1 calc(100% - 2em);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media screen and (min-width: 40em) {
	.footer-content {
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
	.footer-content ul {
		-ms-flex: 0 1 calc(50% - 1em);
		    flex: 0 1 calc(50% - 1em);
	}
	.footer-content ul:first-child {
		text-align: right;
		padding-right: 2em;
	}
}

@media screen and (min-width: 60em) {
	.footer-content ul {
		-ms-flex: 0 1 calc(33% - 1em);
		    flex: 0 1 calc(33% - 1em);
	}
}

/*--------------------------------------------------------------
Light Box
--------------------------------------------------------------*/
.light-box {
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	background-color: rgba(64, 64, 64, 0.8);
	height: 0vh;
	transition: width 2s;
	z-index: 999;
	width: 0%;
	transition: width .5s ease-in, height .5s ease-in, opacity .5s ease-in;
	overflow: hidden;
}

.light-box.show {
	opacity: 1;
	height: 100vh;
	width: 100%;
	transition: width .5s ease-out, height .5s ease-out, opacity .5s ease-out;
	display: -ms-flexbox;
	display: flex;
}

.light-box-wrapper {
	background-color: #fff;
	width: 50%;
	height: 50%;
	border-radius: 10px;
	padding: 2em;
}

.light-box-container {
	border: 1px solid #f27507;
	padding: 2em;
}

.nothuman {
	display: none;
}

form, p.warning {
	margin-left: 0px;
}

label {
	display: block;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
	height: 10em;
}

input[type=submit] {
	width: 100%;
	background-color: #002d74;
	color: #fff;
	font-size: 1em;
	padding: 0.5em 0.5em;
	border: 0px solid #ccc;
	border-radius: 8px;
}

.warning {
	font-weight: bold;
	color: #ff0000;
}

fieldset {
	border: none;
	margin-left: 0;
	padding-left: 0;
}

input[type=radio], input[type=checkbox] {
	width: auto;
}

label[for^=gender], label[for=terms], label[for^=extras] {
	display: inline-block;
}
.close-but {
    text-align: right;
    line-height: 0;
}
.close-but a {
    font-size: 24px;
    font-weight:800;
    color: #002d74;
    text-decoration: none;
}

/*--------------------------------------------------------------
Station Page
--------------------------------------------------------------*/

.announcements {
    justify-content: center; 
    border: 1px solid #ccc; 
    text-align: left; 
    width:20%; 
    max-width:350px;
}

.pdf-tabs    {
    text-align:left; 
    flex-direction:column; 
    display:flex; 
    flex-grow:unset; 
    padding:1em;
    max-width: 300px;
}

.step {
  font-size: 1.9em;
  font-weight: bold;
}

.pdfend {
    display:none;
}

.animate {
  animation-duration: .3s;
  animation-name: slidein;
  animation-delay: 0s;
  transition-timing-function: ease;
}
.no-animate {

}

@keyframes slidein {

  0%   {font-size: 1.8em; opacity: 0;}
  70%  {font-size: 2.3em; opacity: 1;}
  100% {font-size: 2.1em; opacity: 1;}

}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #002d74;
}

input:focus + .slider {
  box-shadow: 0 0 1px #002d74;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
    
.hide {
  display:none;
}
    
.hide-show {
  display:block;
}
    
.button.common.select:first-of-type {
    background-color: #0055DD;
}

