/* RESPONSIVE STYLES FOR AKDMC - May 2015 - CYBER MEDIA SOLUTIONS */

/* FONTS ONLY
================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body, h1, h2, h3, h4, h5, h6, p, a, li, th, td, form, table, button, #cse, #cse *, #search input, .search .gsc-search-box input.gsc-input, .button, ul.off-canvas-list li a, .left-submenu .back > a {	
	font-family: Arial, Helvetica, sans-serif !important;	
}

/* GENERAL
================================================================================ */
html {
	font-size: 16px; /* match foundation.css */
	color: #000;
}

body {
	background-color: #ffffff;
	font-size: 0.875rem;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, p, li, th, td, form, button, label {	
	font-size: 0.875rem;
	line-height: 1.75; /* relative to computed font-size  */
	padding: 0;
	color: #666;
}
	.blue_text {color: #0b3868;}
h1, h2, h3, h4, h5 { 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	margin: 0.9375rem 0;
}
	h1 strong, h2 strong { font-weight: 900; }

h1 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.33; /* relative to computed font-size  */
	color: #0b3868;
}

h2 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #0b3868;
}

h3 {
	font-size: 1.0rem;
	font-weight: 600;	
}

h4 {
	font-size: 0.875rem;
	font-weight: 600;
}

h5 {
	font-size: 0.875rem;
	font-weight: 400;
}

p {
	margin: 0.625rem 0;
}

ul, ol {
	margin-top: 0.625rem;
	margin-bottom: 0;
}
ul {
	margin-left: 0;
}
	ul li, ol li {
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
		ul.bullet li {
			padding-left: 5px;
			margin-left: 13px;
			list-style: disc;
		}
		ul.bullet li:before {
			
		}
	ul.nostyle {margin: 0; padding: 0;}
	ul.nostyle li {margin: 0; padding: 0; background: none;}


a {
	color: #0b3868;
	/* outline: none; */
	text-decoration: none;
}
	a:hover, a:focus, a.hover {
		color: #f28a21;
		outline: none;
	}
	
hr {
	width:auto;
	margin: 0.9375rem 0;
	border: none;
	border-bottom: solid 1px #859bb3;
	clear: both;	
}

img {
	margin-left: 0;
	margin-right: 0;
}
	img.fill {width: 100%;}
	
blockquote {
	margin: 0; padding: 0;
	border: none;
}

a[href]:after {
  content: "";
}

/* Useful misc classes */

.centre {text-align: center;}
.center_small {text-align: center;}
.vert_centre {position: relative; top: 50%; transform: translateY(-50%);}

.text_center h1, .text_center h2, .text_center h3, .text_center h4, .text_center p {text-align: center;}

.relative {position: relative;}
.visible {visibility: visible;}
.hidden {visibility: hidden; display: none !important;}
.clear {clear: both;}
.clear_right {clear: right;}
.clear_left {clear: left;}

.right_small {float: right;}
.left_small {float: left;}

.hide-for-medium-up {display: none;}

/* Margins */
.no_marg_top {margin-top: 0 !important;} .no_marg_bot {margin-bottom: 0 !important;} .no_marg_left {margin-left: 0 !important;} .no_marg_right {margin-right: 0 !important;} .no_marg {margin: 0 !important;}
.no_marg_small {margin: 0 !important;}
/* Paddings */
.no_pad_top {padding-top: 0 !important;} .no_pad_bot {padding-bottom: 0 !important;} .no_pad_left {padding-left: 0 !important;} .no_pad_right {padding-right: 0 !important;} .no_pad {padding: 0 !important;}
.no_pad_small {padding: 0 !important;}

.hide_for_print {
	display: none;
}

/* GENERAL (FROM MEDIA QUERIES)
================================================================================ */
h1 {font-size: 1.5rem;} 
h2 {font-size: 1.125rem !important;} 
h3 {font-size: 1rem;} 
h4 {font-size: 0.875rem;}
h5 {font-size: 0.875rem;}
p, ul li, ol li, table tr td, label, p.lbl, input[type=text], input[type=checkbox], input[type=radio], input[type=email], textarea, select {font-size: 0.75rem;}

.no_pad_small {padding: 0 0.9375rem !important;}	
.center_small {text-align: left;}

/* FOUNDATION ELEMENTS
================================================================================ */
.row {
	clear: both;	
}
	.row .row {
		margin-left: 0;
		margin-right: 0;
	}

.column, .columns {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: left;
	width: 100%;
}

.flex-video {margin-bottom: 0;}

.reveal-modal, dialog, .reveal-modal-bg {
	display: none;
}
.off-canvas-wrap {
	/* display: none; */
}

/* HEADER
================================================================================ */
.tab-bar {
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	border-bottom: solid 1px #859bb3;
}
	.tab-bar-section, .tab-bar section {height: 70px;}
	.left-small {border-right: none;}
	.right-small {border-left: none;}

	a#logo {
		/* display: inline-block; */
	}
	h1.logo {
		display: none;
	}
	div#logo {
		margin-bottom: 15px;
	}
	
	a#search-link {
		display: block;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		background: url(../images/res/icon_search.png) 0 0 no-repeat;	
		margin: 1.25rem 0.625rem;
	}
	a#search-link:hover, a#search-link.active {
		background-position: 0 -30px;	
	}

	#mob-search-area {
		display: none;
		background: #859bb3;
		padding: 0 0.625rem;	
	}

	form.frm_search {	
		display:  none;
	}


.nav {
	display: none;
}

.logo {margin-top: 0.9375rem; margin-bottom: 0.9375rem;}
form.frm_search {display: none;}

/* NAVIGATION
================================================================================ */
#nav {display: none !important;}
					
/* BREADCRUMB
================================================================================ */
#breadcrumb-bar {
	display: none;
}

/* MAIN CONTENT
================================================================================ */
.fixed_nav_spacing {}

p.swipe {
	display: none;
}

.royalSlider, .royalSlider .rsOverflow {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
}
	.royalSlider .rsSlide {
		position: relative;
	}
		.royalSlider .slide, .royalSlider .rsBullets {
			display: none;
			background-size: contain;
		}
		.royalSlider .slide:first-child {
			display: block;
			padding: 0; margin: 0;
		}
			.royalSlider .slide:first-child img {
				padding: 0; margin: 0;
				width: 100% !important;
				height: auto !important;
				display: block;
			}

/* TABLES
================================================================================ */
table {
	width: 100%;
	margin: 0.625rem 0;
	font-weight: 300;
}
	table thead {
		background: #859bb3;
	}
		table thead tr th {
			padding: 0.5625rem 0.625rem;
			color: #fff;
		}
	table tbody {}
		table tbody tr td {
			padding: 0.5625rem 0.625rem;
		}

/* FORMS
================================================================================ */
form {
	display: none;
}

form fieldset:nth-child(2n) {
	background: #ffffff;
}

/* BUTTONS
================================================================================ */
.button, button {
	display: inline-block;
	padding: 0.25rem 1.5625rem;
	margin: 1.25rem 0;
	background-color: transparent;
	border: 1px solid #0b3868;
	color: #0b3868;
	font-size: 0.875rem;
	line-height: 2;

	-webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out, color 300ms ease-out;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
	
	.button:hover, button:hover, .button:focus, button:focus {
		background-color: #0b3868;
		color: #fff;

		-webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
		-moz-transition: background-color 300ms ease-out, color 300ms ease-out;
		transition: background-color 300ms ease-out, color 300ms ease-out;
	}

.button.button_filled {
	background-color: #0b3868;
	border: none;	
	color: #fff;
}
	.button.button_filled:hover {
		background-color: #f28a21;
	}

/* ARROW LINKS ================================================ */

.arrow_link {
	display: none;
	}
	
/* ITINERARY
================================================================================ */
.map_img_small {
	display: none;
}
.map_img_large {
	width: 33%;
}
				
/* SOCIAL
================================================================================ */
ul.social {
	display: none;
}
		
/* MISC
================================================================================ */
.square_box {
	position: relative;
	width: 50%; /* desired width */
}
.square_box:before {
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}
	.square_box .content {
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
	}

/* FOOTER
================================================================================ */
#footer {
    display:  none;
}
	

/* ACTION BAR ================================================================== */
#action-bar {
	display: none;
}


/* PRINT STYLES ========== */

/* Changes 07/19/2017 */
p.mice_link a {
    border: none !important;
    color: #0b3868 !important;
    position: absolute;
    left: 0;
    background-color: red !important;
}
.mice_link {
    margin: 0 !important;
}
p.mice_link.hide-div a {
    color: #0b3868 !important;
}
.content_to_bottom p.no_marg_small {
    display: none !important;
}
/* End of Changes 07/19/2017 */
.cs_control.CS_Element_Custom .small-12.medium-6.columns ul,.cs_control.CS_Element_Custom .small-12.medium-6.columns ul {
list-style: disc !important;
			margin-left: 8px;
			list-style: disc;
}
.cs_control.CS_Element_Custom .small-12.medium-6.columns ul li,.cs_control.CS_Element_Custom .small-12.medium-6.columns ul li {
	position: relative;
list-style: disc !important;
			margin-left: 8px;
			list-style: disc;
}
.cs_control.CS_Element_Custom .small-12.medium-6.columns ul li:before, .cs_control.CS_Element_Custom .small-12.medium-6.columns ul li:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.625rem;
    height: 6px;
    width: 6px;
    background-color: #666;
    position: absolute;
    top: 7px;
    left: 0;
display: none;
}