/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
*, *:before, *:after { -moz-box-sizing: inherit; -webkit-box-sizing: inherit; -ms-box-sizing: inherit; box-sizing: inherit; }

/* remember to define focus styles! */
:focus { outline:0; }

/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { ext-decoration:line-through; }


.jabee										{ border:1px solid #FF0000; }
.clear										{ clear:both; }
.clear0										{ clear:both; height:5px; }
.clear1										{ clear:both; height:10px; }
.clear2										{ clear:both; height:20px; }
.clear3										{ clear:both; height:30px; }
.clear4										{ clear:both; height:40px; }
.clear5										{ clear:both; height:50px; }
.clear6										{ clear:both; height:60px; }
.clear7										{ clear:both; height:70px; }
.clear8										{ clear:both; height:80px; }
.clear9										{ clear:both; height:90px; }


/* #Menu
================================================== */
.menu-hldr { float:right; text-transform:uppercase; font-size:14px; margin-top:20px; position:relative; }
.menu-hldr ul { list-style:none; margin:0; padding:0; }
.menu-hldr li { min-width:10px; width:150px;float:left; position:relative; margin:0; text-align:center; }
.menu-hldr .sub { background:url(/images/website/insureship/website1/img3.png) no-repeat; background-position:108px 21px; padding:0 20px 0 0; }
.menu-hldr a { color:#a4a4a4; display: block; line-height:42px; padding:5px 30px 21px 30px; text-decoration: none; }
.menu-hldr ul ul { box-shadow: 0px 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); display:none; position: absolute; top:64px; left: 0; float: left;  z-index: 99999; }
/*.menu-hldr ul ul li { min-width: 160px; }*/
.menu-hldr ul ul ul { left: 100%;	top: 0; }
.menu-hldr ul ul a { background:url(/images/website/insureship/website1/img4.png) repeat; color:#ffffff; text-transform:none; font-size:14px; line-height: 1em; padding: 10px; height: auto; }
.menu-hldr li:hover > a{ background:url(/images/website/insureship/website1/inc11.png) bottom center no-repeat; color: #0064c1; }
.menu-hldr ul li:hover > ul { display: block; }
.menu-hldr ul li.current_page_item > a,
.menu-hldr ul li.current-menu-ancestor > a,
.menu-hldr ul li.current-menu-item > a,
.menu-hldr ul li.current-menu-parent > a {
	background:url(/images/website/insureship/website1/inc11.png) bottom center no-repeat; color: #0064c1;
}

.menu-hldr ul ul li.current_sub_item > a { color:#95e0ff; }

.menu-hldr ul li ul li:hover a { background:url(/images/website/insureship/website1/img4.png) repeat; color: #95e0ff; }

* html .menu-hldr ul li.current_page_item a,
* html .menu-hldr ul li.current-menu-ancestor a,
* html .menu-hldr ul li.current-menu-item a,
* html .menu-hldr ul li.current-menu-parent a,
* html .menu-hldr ul li a:hover {
	background:url(/images/website/insureship/website1/img4.png) repeat; color:#95e0ff;
}


#toggle { display:none; width:40px; height: 30px; margin:50px 40px 0 0; }

#toggle span:after,
#toggle span:before { content: ""; position: absolute; left: 0; top: -9px; }
#toggle span:after{ top:9px; }
#toggle span { position:relative; display:block; }

#toggle span,
#toggle span:after,
#toggle span:before { width:100%; height:5px; background-color:#1685df; transition:all 0.3s; backface-visibility: hidden; border-radius: 2px; }

/* on activation */
#toggle.on span { background-color: transparent; }
#toggle.on span:before { transform: rotate(45deg) translate(5px, 5px); }
#toggle.on span:after { transform: rotate(-45deg) translate(7px, -8px); }
#toggle.on + #menu { opacity: 1; visibility: visible; }
#menu { position:absolute;  color:#fff; width: 210px; padding: 10px; margin: auto; text-align:left; background:url(/images/website/insureship/website1/img4.png) repeat; box-shadow: 0 1px 8px rgba(0,0,0,0.05); opacity: 0; visibility: hidden; transition: opacity .4s; display:none; top:111px; right:22px; z-index:3; max-width: 80vw; max-height:70vh;}

li, li a { list-style: none; display: block; margin: 0; padding: 0; }
#menu li a { padding:5px; color: #fff; text-decoration: none; transition: all .2s; font-size:16px; text-transform:uppercase; }
#menu li a:hover, li a:focus { color: #fff; }
#menu ul li { height:12.5% !important; }
#menu { overflow: scroll !important; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; }
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 28px; line-height: 34px; }
h4 { font-size: 21px; line-height: 30px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }


/* #Links
================================================== */
a, a:visited { text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: disc outside; margin-left: 30px; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }


/* #Blockquotes
================================================== */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }


/* #Forms
================================================== */
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; }
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea { min-height: 60px; }
label, legend { display: block; font-weight: bold; font-size: 13px;  }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }


/* #Images
================================================== */
img.scale-with-grid { max-width: 100%; height: auto; }
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

