@media screen and (min-width: 980px) {
	.mobile-menu-button {
		display: none;
	}
}

@media screen and (max-width: 979px) {
	#menu {
		display: none;
	}
	.mm-page.mm-slide-out #menu {
		display: none;
	}
}
@media screen and (max-width: 715px) {
	.mm-page.mm-slide-out #menu {
		display: none;
	}
}

.mobile-menu-button ul {
	list-style-type: none;
	margin: 0;
	float: left;
	clear: both;
	position: absolute;
	right: 30px;
	top: 45px;
}

i.fi-list.large {
	font-size: 33px;
}
/*================================ 
    Mobile Responsive Styles
================================*/
@media screen and (max-width: 1023px) {
	.service-box {
		text-align: center;
	}
	.service-box .columns .columns .columns:nth-child(1) {
		padding: 0 .9375rem 1rem 0;
	}
}
@media screen and (max-width: 639px) {
	/*.service-box*/
	.service-box .columns .columns .columns:nth-child(2) {
		border-right: none;
		padding-bottom: 1rem;
	}
	.service-box .columns .columns .small-8 {
		text-align: left;
	}
	/*footer*/
	.footer .row .small-6:nth-child(1) {
		padding-bottom: 40px;
	}
	.footer .row .small-6:nth-child(3) {
		clear: left;
	}
}
/*================================ 
    Top Notification Message
================================*/
.top-notification-message {
	position: absolute;
	z-index: 99999;
}
.top-notification-message-section p, .top-notification-message-section p a {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.top-notification-message-section {
  background: #ec423c;
  color: #FFF;
  position: fixed;
  top: -21px;
  left: 0;
  width: 100%;
  height: 25px;
  padding: 2px 20px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99998;
}
#top-notification-message-toggle {
  position:fixed;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}
#top-notification-message-toggle + .top-notification-message-label {
  position: fixed;
  cursor: pointer;
  background: url("../images/notification-button.png") no-repeat transparent center bottom; 
  width: 40%;
  border-radius: 3px;
  padding: 11px 10px;
  color: #FFF;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  margin: 0 30%;
  top: 0;
  transition:all 500ms ease;
  z-index: 99999;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  font-size: 16px;
  font-weight: 500;
}
#top-notification-message-toggle + .top-notification-message-label:after {
  content:"" 
}

#top-notification-message-toggle:checked ~ .top-notification-message-section {
  top: 0;
}

#top-notification-message-toggle:checked + .top-notification-message-label {
  /*margin-top: -40px;*/
  top: 22px;
}

#top-notification-message-toggle:checked + .top-notification-message-label:after {
  content:""
}
/*================================ 
    Global
================================*/
html {

}
body {
	font-family: 'LatoWeb';
	color: #5a5d62;
}
.mm-page.mm-slideout .nav-section #menu ul li.active a {
	color: #1a9cdc;
}
p {
	font-size: 16px;
}
h1 {
	font-family: 'DaxOT';
	font-size: 50px;
	margin-bottom: 25px;
	line-height: 1.2;
}
h2 {
	font-family: 'DaxOT';
	font-size: 40px;
	margin-bottom: 25px;
	line-height: 1.1em;
}
h3 {
	font-family: 'LatoWeb';
	font-size: 16px;
	line-height: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
}
h4 {
	font-family: 'LatoWeb';
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
.service-box h3 {
	font-family: 'DaxOT';
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: lowercase;
}

table h3 {
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
}
table h4 {
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 0;
}
h4,h5,h6 {
	font-family: 'LatoWeb';
}
a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
a:link {
  color: #1c9eda;
}
.dark-grey-background a:link:not(.button) {
  color: #46b8ed !important;
}

/* visited link */
a:visited {
  color: #1c9eda;
}
.dark-grey-background a:visited:not(.button) {
  color: #46b8ed !important;
}

/* mouse over link */
a:hover {
  color: #1c9eda;
}
.dark-grey-background a:hover:not(.button) {
  color: #46b8ed !important;
}

/* selected link */
a:active {
  color: #1c9eda;
}
.dark-grey-background a:active:not(.button) {
  color: #46b8ed !important;
}
subtitle {
	text-transform: uppercase;
	line-height: 1.8em;
}
.rtecenter {
    text-align: center;
}
.rteright {
    text-align: right;
}
.rteleft {
    text-align: left;
}
.rtejustify {
    text-align: justify;
}
.row {
	max-width: 970px;
}
.blue {
	color: #1a9cdc;
}
.white {
	color: #ffffff;
}
.dark-grey-background .blue {
	color: #46b8ed;
}
.txt_emph_xl {
	font-size: 200%; font-weight: bold;
}
.txt_emph_l {
	font-size: 150%; font-weight: bold;
}
.txt_emph_m {
	font-size: 125%; font-weight: bold;
}
.txt_emph_s {
	font-size: 110%; font-weight: bold;
}
.txt_emph_bg {
  border-radius: 2px;
  padding: 2px 5px;
  color: #ffffff;
  background-color: #1a9cdc;
  border-width: 2px;
}
.dark-grey-background .txt_emph_bg {
  background-color: #46b8ed;
}
.dax-light {
	font-family: 'DaxOT';
	font-weight: 300;
}
.dax-medium {
	font-family: 'DaxOT';
	font-weight: 500;
}
.header-wrap.row {
	position: fixed;
	z-index: 9998;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
}
#header {
	padding: 20px 0 0;
	margin: auto;
}
.logo {
	float: left;
}

/*================================ 
	Tables 
================================*/
table {
	border-spacing: none;
	margin-bottom: 40px;
}
table tbody {
	border: 0;
}
table tbody, table tfoot, table thead {
	background-color: transparent;
}
.dark-grey-background table thead {
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
table tbody tr {
	border-bottom: 1px solid #1a9cdc; 
}
.dark-grey-background table tbody tr {
	border-bottom: 1px solid #ffffff; 
}
/*table tbody tr.last {
	border-bottom: none !important;
}*/
table tbody tr:nth-child(even) {
	background-color: transparent;
	border-bottom: 1px solid #1a9cdc;
}
.dark-grey-background table tbody tr:nth-child(even) {
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}
table thead tr th {
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #fff;
	background-color: #1a9cdc;
}
.dark-grey-background table thead tr th {
	background-color: #fff;
}
table thead tr th h3 {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 0;
}
.dark-grey-background table thead tr th h3, .dark-grey-background table thead tr th h4 {
	color: #5a5d62;
}
table tbody tr td {
	color: #1a9cdc;
	border-right: 1px solid #1a9cdc;
}
.dark-grey-background table tbody tr td {
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
table tbody tr td:last-child {
	border-right: none !important;
}
/* tabel-black */
table.table-black tbody tr {
	border-bottom: 1px solid #5a5d62; 
}
table.table-black tbody tr:nth-child(even) {
	border-bottom: 1px solid #5a5d62;
}
table.table-black thead tr th {
	background-color: #5a5d62;
}
table.table-black tbody tr td {
	color: #5a5d62;
	border-right: 1px solid #5a5d62;
}
/*No borders*/
table.noborders td, table.noborders tr, table.noborder td, table.noborder tr, table.no-border td, table.no-border tr, table.no-borders td, table.no-borders tr {
  border: none !important;
}
table.noborders h3, table.noborders h4, table.noborder h3, table.noborder h4, table.no-border h3, table.no-border h4, table.no-borders h3, table.no-borders h4 {
	text-align: left !important;
}
/*Transparant White*/
table.table-transparent-white {
	
}
table.table-transparent-white tbody {
	border-top: 1px solid #fff;
	background-color: transparent;
}
table.table-transparent-white tbody tr {
	border-bottom: 1px solid #fff;
	background-color: transparent;
}
table.table-transparent-white tbody tr td {
	border-right: none;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.explanation-blue {
	font-size: 13.5px;
	line-height: 18px;
  font-style: italic;
 	color: #1a9cdc;
}
.dark-grey-background .explanation-blue {
	color: #46b8ed;
}
/*Transparant Grey*/
table.table-transparent-grey tbody {
	background-color: transparent;
}
/* ================================ 
	Buttons 
================================ */
a.button {
	font-family: "DaxOT";
	font-weight: bold;
	background-color: #1a9cdc;
	color: #fff;
}
a.button:hover {
	background-color: #008fd5;
}
a.button.large {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 18px 40px;
	font-size: 19px;
}
a.button.medium {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 15px 35px;
	font-size: 17px;
}
a.button.small {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 15px;
}
/* .button.white*/
.button.white {
	background-color: #fff;
	color: #1a9cdc;
}
.button.white:hover {
	background-color: #fff;
	color: #008fd5;
}
/* ================================
	Service Box 
================================ */
.blue-background {
	background-color: #1a9cdc;
	padding: 60px 0;
}
.blue-background, .blue-background .sp-section-title {
	color: #fff;
}
.blue-background ul.options-list li, .blue-background ol.options-list li {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.blue-background .large-4 {
	
}
.blue-background .large-8 {
	padding-left: 0;
}
.blue-background.service-box a:not(.button), .blue-background a:not(.button), .blue-background a:not(.accordion-title) {
	color: #ffffff;
	text-decoration: underline;
}
.blue-background h1 a, .blue-background h2 a, .blue-background h3 a {
	text-decoration: none !important;
}
.blue-background.service-box .large-8 {
	border-right: 1px solid #ffffff;
}
.blue-background.service-box .large-8.last {
	border: none;
}
.blue-background.service-box h3 a {
	font-size: 25px;
}
.blue-background.service-box p, .blue-background.service-box p a {
	line-height: 1.2em;
	font-size: 13.4px;
}
.dark-grey-background {
	/*margin: 0 0 40px;*/
	padding: 60px 0;
	background-color: #5a5d62;
	color: #fff;
}
.grey-background {
	padding: 60px 0;
	background-color: #d9dadc;
}
.light-grey-background {
	padding: 60px 0;
	background-color: #f1f1f1;
}
.white-background {
	padding: 60px 0;
	background-color: #ffffff;
	color: #5a5d62;
}
.options-number {
	font-family: 'DaxOT';
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.1em;
	color: #1a9cdc;
}
h2.options-title {
	font-weight: 300;
}
p.options-subtitle {
	font-size: 20px;
	margin-top: -20px;
}
/* ================================
	(Un)ordered lists 
================================ */
/* With underlines */
ul.options-list li, ol.options-list li {
	color: #1a9cdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1a9cdc;
	font-family: 'LatoWeb';
	font-size: 16px;
}
.dark-grey-background ul.options-list li, .dark-grey-background ol.options-list li {
	color: #fff;
	border-bottom: 1px solid #8e8e8e;
}
/* With checkmarks */
ul.options-list.list-checkmarks li, ol.options-list.list-checkmarks li ,.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
}
.list-checkmarks li:before {    
font-family: 'FontAwesome';
content: "\f00c";
margin:0 3px 0 -19px;
}
.list-checkmarks.bulletgreen li:before {
  color: #17aa1c;
}
.list-checkmarks.bulletblue li:before {
  color: #1a9cdc;
}
.dark-grey-background .list-checkmarks.bulletblue li:before {
  color: #46b8ed !important;
}

ul.underline, ol.underline {
	margin: 10px 5px 20px 5px;
}
ul.underline li, ol.underline li {
	list-style-type: none; border-bottom: 1px solid #c2c2c2; padding: 20px 0px;
}
blue-background ul.underline li, blue-background ol.underline li {
    border-bottom: 1px solid #ffffff;
}
/* Clean */
.list-clean {
	list-style: none; margin-left: 0px;
}
.list-clean li {
	padding: 0;
}
/* ================================
	Price label
================================ */
.price-label {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  color: #1a9cdc;
  line-height: 1.2;
  overflow: hidden;
  padding: 5px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}
.price-label .dotted-line {
  padding: 10px 20px;
  border-width: 3px;
  border-style: dashed;
  border-radius: 50px;
  border-color: rgba(26, 156, 220, .2);
}
.price-label.blue {
  color: #ffffff;
  background-color: #1a9cdc;
}
.price-label.blue .dotted-line {
  border-color: rgba(26, 156, 220, .2);
  border-color: rgba(255, 255, 255, .2);
}

/* ================================
	Featured Phones 
================================ */
.owl-carousel {
	padding-top: 40px;
	padding-bottom: 40px;
}
.view-latest-deals {
	padding: 60px 0;
}
.owl-item {
	height: 560px;
}
 .owl-prev {
	position: absolute;
	right: 0;
	top: 40%;
	text-indent: -99999px;
	content: url("../images/css/owl-next-arrow-grey.png");
}
.owl-next {
	position: absolute;
	left: 0;
	top: 40%; 
	text-indent: -99999px;
	content: url("../images/css/owl-prev-arrow-grey.png");
}
.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent;
}
.views-field {
	width: 229px;
	margin: auto;
}
.views-field.views-field-field-deals-image {
	/*text-align: center;*/
	padding-bottom: 25px;
}
.views-field.views-field-field-deals-model {
	/*float: left;
	clear: left;
	font-size: 20px;
	width: 150px;
	padding-left: 50px;
	padding-top: 5px;*/
	font-family: 'DaxOT';
	font-weight: bold;
	position: absolute;
	left: 55px;
	margin-top: 30px;
	font-size: 16px;
	color: #0d9ddb;
	width: 115px;
	border-right: 1px solid #0d9ddb;
}
.dark-grey-background .views-field.views-field-field-deals-model {
	border-right: 1px solid #ffffff;
}
.views-field.views-field-field-deals-price {
	font-size: 30px;
	position: absolute;
	right: 50px;
	margin-top: -3px;
	width: 145px;
	text-align: right;
	color: #0d9ddb;
}
.dark-grey-background .views-field.views-field-field-deals-price {
	color: #ffffff;
}
.views-field.views-field-field-deals-price .field-content {
	font-family: 'DaxOT';
	font-weight: bold;
}
 .views-field.views-field-field-deals-cents {
	float: left;
	max-width: 25px;
}
.views-field.views-field-field-deals-cents .field-content {
	font-family: 'DaxOT';
	padding-top: 3px;
	font-weight: bold;
	font-size: 22px;
}
.views-field.views-field-field-deals-short-text {
	position: absolute;
	right: 50px;
	margin-top: 42px;
	width: 140px;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	color: #0d9ddb;
}
.dark-grey-background .views-field.views-field-field-deals-short-text {
	color: #ffffff;
}
.views-field.views-field-field-deals-brand {
	position: absolute;
	left: 55px;
	font-size: 25px;
	font-weight: bold;
	font-family: "DaxOT";
	width: 115px;
	border-right: 1px solid #0d9ddb;
}
.dark-grey-background .views-field.views-field-field-deals-brand {
	border-right: 1px solid #ffffff;
}
.views-field.views-field-field-deals-prepaid-price {
	position: absolute;
	margin-top: 47px;
	font-size: 11px;
	left: 55px;
	width: 115px;
	border-right: 1px solid #0d9ddb;
	line-height: 30px;
}
.dark-grey-background .views-field.views-field-field-deals-prepaid-price {
	border-right: 1px solid #ffffff;
}
/* ================================ 
	Footer
================================ */
.grey-background.footer {
	background-color: #d0cfd0;
	color: #fff;
	padding: 30px 0;
	/*margin: 40px 0 0;*/
}
.footer h4 {
	font-family: 'LatoWeb';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #5a5d62;
	margin-bottom: 20px;
	letter-spacing: 0px;
}
.footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer ul li {
	line-height: 1.4em;
}
.footer ul li a {
	color: #5a5d62;
	font-size: 12px;
	font-family: 'LatoWeb';
}
.copyright {
	padding: 10px 0;
	background-color: #5a5d62;
	font-size: 12px;
	color: #fff;
	font-family: 'LatoWeb';
	font-weight: bold;
}
.copyright p {
	font-size: 12px;
	margin-bottom: 0;
}
.copyright ul {
	list-style-type: none;
	margin: 0;
	float: right;
}
.copyright ul li {
	display: inline-block;
	padding: 0 15px;
}
.copyright ul li.last {
	padding-right: 0;
}
.copyright ul li a {
	color: #ffffff;
	font-size: 12px;
}
/* ================================
	Revolution Slider 
================================ */
div.tp-leftarrow.tparrows.default.preview4, div.tp-rightarrow.tparrows.default.preview4 {
	display: none;
}
ul.tp-revslider-mainul h3 {
	color: #0d9ddb;
	font-family: 'DaxOT';
	font-weight: bold;
	font-size: 20px;
}
ul.tp-revslider-mainul h1 {
	color: #676c73;
	font-family: 'DaxOT';
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
}
ul.tp-revslider-mainul p:not(.sp-footer) {
	color: #5a5d62;
	font-size: 19px;
	font-family: 'LatoWeb';
	font-weight: normal;
}
ul.tp-revslider-mainul p.terms-text {
	color: #008fd5;
	font-size: 15px;
	font-family: 'LatoWeb';
	font-weight: normal;
}
ul.tp-revslider-mainul p.terms-text a {
	color: #008fd5;
	font-size: 15px;
	font-family: 'LatoWeb';
	font-weight: normal;
	text-decoration: underline;
}
ul.tp-revslider-mainul a.button-slider {
	font-family: "DaxOT";
	font-weight: bold;
	background-color: #1a9cdc;
	color: #fff;
}
ul.tp-revslider-mainul a.button-slider:hover {
	background-color: #008fd5;
}
ul.tp-revslider-mainul a.button-slider.large {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 18px 40px;
	font-size: 19px;
}
ul.tp-revslider-mainul a.button-slider.medium {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 15px 35px;
	font-size: 17px;
}
ul.tp-revslider-mainul a.button-slider.small {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 15px;
}
/* .button.white*/
ul.tp-revslider-mainul .button.white {
	background-color: #fff;
	color: #1a9cdc;
}
ul.tp-revslider-mainul .button.white:hover {
	background-color: #fff;
	color: #008fd5;
}
/* ================================
	Accordion
================================ */
.accordion-title,.accordion-title:hover {
	background-color: #e7f5fb;
	border: 1px solid #e7f5fb;
	text-align: left;
	font-size: 16px;
	color: #0d9ddb;
	padding-left: 40px;
	padding-right: 40px;
}
.accordion-content {
	background-color: #f3fafd;
	border: 1px solid #f3fafd;
	color: #0d9ddb;
	padding: 40px;
	text-align: left;
}
.accordion-content a {
	text-decoration: underline;
}
.accordion-content h3 {
	font-size: 16px;
	text-transform: none;
	font-family: 'LatoWeb';
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 15px;
}
.accordion-content h3:first-child {
	margin-top: 0px;
}
.accordion-content ul {
	margin-top: 20px;
	margin-bottom: 40px;
}
.accordion-content ul li {
	margin-bottom: 15px;
}
:last-child:not(.is-active)>.accordion-title, :last-child>.accordion-content:last-child {
	border: none;
}
/* ================================ 
	Panels 
================================ */
.panels-flexible-region {
	width: 100%;
}
/* ================================ 
	Admin 
================================ */
ul.button-group {
	margin-top: 40px;
}
ul.button-group li {
	display: inline-block;
}
/* ================================
	Specials 
================================ */
.sp-columns {
	background-image: url("../images/specials/special-background.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sp-columns.sp-mom {
	background: url("../images/specials/deals-mom.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sp-columns.sp-clean {
	background: none;
}
.sp-section-title {
	font-family: "DaxOT";
	font-weight: bold;
	color: #1a9cdc;
	font-size: 19px;
}
.dark-grey-background .sp-section-title {
	color: #46b8ed;
}
.sp-title {
	font-family: "DaxOT";
	font-weight: 300;
	line-height: 1.1em;
}
.sp-subtitle {
	font-size: 20px;
	margin-top: -20px;
}
.sp-summary {
	font-size: 18px;
	font-weight: 500;
}
.sp-footer {
	color: #1a9cdc;
	font-size: 13px !important;
	line-height: 1.5 !important;
}
.dark-grey-background .sp-footer {
	color: #46b8ed !important;
}
.blue-background .sp-footer {
	color: #ffffff !important;
}
span.sp-footer {
	display: block;
}
.sp-columns .button.white {
	-webkit-box-shadow: 0px 0px 5px -6px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 0px 5px -6px rgba(0,0,0,0.53);
	box-shadow: 0px 0px 5px -6px rgba(0,0,0,0.53);
}
/* ================================ 
	Slider 
================================ */
.tp-simpleresponsive ul li div.tp-resizeme {
	white-space: pre-line;
}
.tp-simpleresponsive ul li div.tp-resizeme h1 {
	margin: 0px 0px 20px 0px;
}
.tp-simpleresponsive ul li div.tp-resizeme p {
	margin: 0px 0px 15px 0px;
}

/* ================================ 
	Paging styles 
================================ */

.item-list .pager li {
	float: left;
	margin-top: 20px;
}
.pagination li:not(.arrow) {
	border-radius: 50%;
}
.pagination li:hover {
	background-color: #1a9cdc;
}
.pagination a {
	color: #1779ba;
}
.pagination a:hover {
	background-color: #1a9cdc;
}
.pagination .current {
	background-color: #1a9cdc;
	font-weight: bold;
}
.pagination .current a, .pagination a:hover {
	color: #ffffff !important;
}
/* Arrows */
.pagination li.arrow {
	border-radius: 10px;
}

/* ================================ 
	Webform styles
================================ */
label {
	font-size: 1rem;
	color: #5a5d62;
}
.dark-grey-background label {
	color: #ffffff !important;
}

.button.secondary {
    color: #ffffff;
}

.button.secondary:not(#my-menu .secondary.button) {
		font-family: "DaxOT";
    font-weight: bold;
    background-color: #1a9cdc;
    color: #ffffff;
		border-radius: 50px;
    padding: 18px 40px;
    font-size: 19px;
}
.button.secondary:focus, .button.secondary:hover {
    background-color: #0392d3;
    color: #fefefe;
}
legend {
	padding-top: 30px;
}
.fieldset-legend {
    font-size: 16px;
    line-height: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}


/* ================================ 
	Foundation add-on styles 
================================ */

/* Five column grid layout */
.large-2\.4 {width: 20%;}
@media (max-width: 375px) {
	.large-2\.4 {clear:both; width: 100%;}
}

/* ================================ 
	Temporary styles 
================================ */

/* ================================
	Notifications overview page (temporary styles) 
================================ */

.page-support-notifications .views-field {
	width: auto !important;
    margin: 0;
}
.page-support-notifications .views-field-field-interruption-slider-image {
	display: none;
}
.page-support-notifications .views-field-title .field-content a{
	font-weight: bold;
	font-size: 110%;
}
.page-support-notifications .views-field-view-node {
	border-bottom: 1px solid #d0cfd0;
	padding-bottom: 10px;
	margin: 10px 0px;
}
.page-support-notifications .text-teaser, .node-type-notification .text-teaser{
	display: none;
}
.page-support-notifications .owl-carousel .owl-item {
    width: auto !important;
    float: none !important;
    height: auto !important;
}
.page-support-notifications .owl-carousel .owl-wrapper {
	 width: auto !important;
}
.page-support-notifications .view-content ul:first-of-type {
	list-style-type: none;
}


/* ================================
	Boxes 
================================ */

.box-wrpr {text-align: center; padding: 0px; margin-bottom: 30px;}
.box-wrpr h1, .box-wrpr h2, .box-wrpr h3 {margin: 0; padding: 0;}
.box-header {position: relative; overflow: hidden;}
.box-header div.cnt {padding: 30px 20px 20px 20px; margin: 0; background-color: #5a5d62; color: #1a9cdc; border-left: 2px solid #434549; border-right: 2px solid #6e7175;}
.box-header div.first {border-left: none;}
.box-header div.last {border-right: none;}
.box-header h2 {font-size: 40px;}
.box-header .sticker {position: absolute; top: 0; right: 0; margin-right: -45px; margin-top: 17px; width: 150px; height: 25px; line-height: 25px; font-size: 12px; color: #ffffff; background-color: #1a9cdc; text-transform: uppercase; font-weight: bold; -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari */ transform: rotate(45deg); box-shadow: 0px 2px rgba(0,0,0,0.1);}
.box-body div.cnt {padding: 20px 20px 35px 20px; background-color: #fff; border-left: 1px solid #c2c2c2;}
.box-body div.last {border-right: 1px solid #c2c2c2;}
.box-body div ul {text-align: left;}
.box-highlight div.cnt {padding: 20px; background-color: #1a9cdc; border-left: 1px solid #98c9e9; color: #ffffff; line-height: 1.3;}
.box-highlight div.first {border-left: none;}
.box-highlight .sp-footer {color: #ffffff;}
.box-footer div.cnt {background-color: #d9dadc; font-size: 13px; padding: 20px; border-left: 1px solid #c0c0c0;} 
.box-footer div.first {border-left: none;}
  /* WHEN MOBILE
  -------------------------------------------------- */
  @media (max-width: 375px) {
  .box-header div.cnt, .box-body div.cnt, .box-body div.last, .box-hightlight div.cnt, .box-footer div.cnt {border: none;}
  .box {margin: 0px 15px 40px 15px;}
  .box-body div.cnt {border-left: 1px solid #c2c2c2; border-right: 1px solid #c2c2c2;}
  }


/* ================================
	Lightbox2 overrides
================================ */
@media (max-width: 375px) {
	#lightbox #outerImageContainer, #lightbox #imageDataContainer {
		width: calc(100% - 20px) !important;
	}
	#lightbox iframe {
		width: 100% !important;
	}
}

#lightbox iframe {
  border: 0 !important;
}
.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
  margin-top: 0px;
}

.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
  margin-top: 10px;
	margin-bottom: 0px;
}

#imageData #bottomNav {
    height: 0px;
}

#bottomNavClose {
	margin-bottom: 10px;
}