/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/
/* 
* Copyright 2011, C5 Theme Team
* www.c5themeteam.com
* 13/11/2012
*/
/* Table of Content

NOTE: THIS FILE CONTAINS THE BASIC STYLING FOR THE WEBSITE. SOME OF THESE STYLES WILL BE OVERRIDDEN
IN THE LAYOUT.CSS FILE WHICH CONTAINS ALL THE ADDITIONAL STYLING.

==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Images
	#Tabs
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}
/* #Basic Styles
================================================== */
body {
  background-color: #fcfcfc;
  font: 14px/21px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777566;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Forms
================================================== */
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0 !important;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* 
* Organica Responsive V1.3
* Copyright 2015, C5 Theme Team
* www.c5themeteam.com
* 01/01/2015
*/
body,
html {
  overflow-x: hidden;
}
/* Table of Content
==================================================
	#Typography
	#Links
	#Lists
	#Site Styles
	#Page Styles
	#Main Menu
	#Dropdown Menu
	#Sidebar Menu
	#Image Responsiveness
	#Contact Form
	#Media Queries
	
/* #Typography
================================================== */
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  font-family: 'Economica', Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-text-shadow: 2px 2px 2px #ffffff;
  text-shadow: 2px 2px 2px #ffffff;
}
.container h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
.container h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 14px;
  color: #000980;
}
.container h2 {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #777566;
}
.container h3 {
  color: #000980;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.container h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
  color: #000980;
}
.container h5 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #000980;
}
.container h6 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #000980;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 10px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
.container em {
  font-style: italic;
  overflow: auto;
}
.container strong {
  font-weight: bold;
  color: #000980;
}
.container small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
  overflow: auto;
}
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;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links
================================================== */
.container a,
a:visited {
  color: #000980;
  text-decoration: none;
  outline: 0;
}
.container a:hover,
a:focus {
  color: #000980;
  text-decoration: underline;
  outline: 0;
}
.container p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
.container ul,
.container ol {
  margin-bottom: 20px;
}
.container ul {
  list-style: disc inside;
}
.container ol {
  list-style: decimal;
}
.container ol,
.container ul.square,
.container ul.circle,
.container ul.disc {
  margin-left: 30px;
}
.container ul.square {
  list-style: square outside;
}
.container ul.circle {
  list-style: circle outside;
}
.container ul.disc {
  list-style: disc outside;
}
.container ul ul,
.container ul ol,
.container ol ol,
.container ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
.container ul ul li,
.container ul ol li,
.container ol ol li,
.container ol ul li {
  margin-bottom: 6px;
}
.container li {
  line-height: 18px;
  margin-bottom: 12px;
}
.container ul.large li {
  line-height: 21px;
}
.container li p {
  line-height: 21px;
}
/* #Site Styles
================================================== */
body {
  overflow-x: hidden;
  background-image: url(/packages/theme_organica/themes/organica/css/images/site-images/background-paper.jpg);
}
::-moz-selection {
  background-color: #000980;
  color: #fff;
  text-shadow: 0 1px 1px #53721e;
}
::selection {
  background-color: #000980;
  color: #fff;
  text-shadow: 0 1px 1px #53721e;
}
/* #Page Styles
================================================== */
#header {
  padding: 0;
  position: relative;
  z-index: 3;
  background-image: url(/packages/theme_organica/themes/organica/css/images/site-images/header_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#header .row {
  margin-bottom: 10px;
}
.top {
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #000980;
}
#header .container {
  margin-top: 0;
}
#header .container h3 {
  border: none;
}
#logo {
  margin-top: 15px;
  padding: 0;
}
#title {
  margin-bottom: 10px;
  padding: 5px 0 0 0;
}
#title .row {
  margin-bottom: 15px;
}
#title img {
  margin-bottom: 15px;
}
#footer {
  margin-top: 25px;
  padding-top: 15px;
  background-image: url(/packages/theme_organica/themes/organica/css/images/site-images/footer_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  color: #777566;
  font-size: .85em;
  height: 100%;
}
#footer a {
  color: #777566;
  text-decoration: none;
  outline: 0;
  -moz-text-shadow: 1px 1px 0 0 #666;
  -webkit-text-shadow: 1px 1px 0 0 #666;
  text-shadow: 1px 1px 0 0 #666;
}
#footer a:hover {
  color: #000980;
  text-decoration: underline;
  outline: 0;
  -moz-text-shadow: 1px 1px 0 0 #666;
  -webkit-text-shadow: 1px 1px 0 0 #666;
  text-shadow: 1px 1px 0 0 #666;
}
#footer nav ul {
  float: left;
}
#footer nav ul li {
  font-family: 'Economica', Helvetica, Arial, sans-serif;
  display: block;
  margin: 5px 0 5px 0;
  font-size: 1.25em;
}
#footer h3 {
  color: #000980;
  font-size: 1.75em;
  border-bottom: solid thin #777566;
}
#footer h6 {
  color: #000980;
  font-size: 1.5em;
  border-bottom: solid thin #777566;
}
.ccm-search-block-submit {
  border: none;
}
#social .three.columns {
  margin: 0px;
  width: 135px;
}
#social,
.sixteen .columns .row {
  margin-bottom: 5px;
}
.content-box {
  background-color: #fcfbf7;
  margin-top: 5px;
}
.content-box ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.container .inner {
  margin: 15px;
}
.buffer {
  padding-top: 15px;
}
#contact_details {
  position: static !important;
  text-align: right;
  -moz-text-shadow: 1px 1px 0 #ccc;
  -webkit-text-shadow: 1px 1px 0 #ccc;
  text-shadow: 1px 1px 0 #ccc;
  color: #000980;
  font-size: 1em;
  margin: 25px 0 25px 0;
}
#contact_details a {
  color: #000980;
  text-decoration: none;
  outline: 0;
}
#contact_details a:hover {
  color: #000980;
  text-decoration: underline;
  outline: 0;
}
.credits {
  margin-top: 15px;
  padding-top: 15px;
  clear: both;
  border-top: #777566 solid 1px;
}
.row {
  margin-bottom: 10px;
}
/* #Sidebar Menu
================================================== */
.sidebar ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}
.sidebar ul li {
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
  margin: 0;
}
.sidebar ul li a {
  text-decoration: none;
  display: block;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar ul li a:hover {
  display: block;
  text-decoration: none;
  padding-left: 15px;
  background: #000980;
  color: #ffffff;
}
.sidebar h3 {
  border-bottom: solid thin #777566;
}
/* #Image Responsiveness
================================================== */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
/* #Contact Form
================================================== */
.formBlockSurveyTable {
  margin: 0 0 15px;
}
.formBlockSurveyTable .question {
  vertical-align: top !important;
}
.formBlockSurveyTable label {
  display: block;
  font-weight: normal;
  margin: 0 0 3px;
  vertical-align: top !important;
}
.formBlockSurveyTable input,
.formBlockSurveyTable textarea {
  font-size: 1.4em;
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
  background-color: #f8f8f8;
  background-position: left top;
}
.formBlockSurveyTable textarea {
  height: 150px !important;
}
.formBlockSurveyTable textarea {
  height: 100px;
}
.formBlockSurveyTable input:focus,
.formBlockSurveyTable textarea:focus {
  background: #fff;
}
#comment {
  margin-left: 10px;
}
#contact {
  margin-top: 60px;
  margin-bottom: 80px;
}
.formBlockSurveyTable {
  margin: 20px;
}
/* #Media Queries
================================================== */
/* Anything Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #logo {
    text-align: center;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #logo {
    text-align: center;
  }
  #contact_details {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .content-box {
    min-height: 2px;
  }
  nav.primary ul li a {
    position: relative;
    font-size: 1.65em;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #logo {
    text-align: center;
  }
  .content-box {
    min-height: 2px;
  }
  #contact_details {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  nav.primary {
    padding: 21px 0;
  }
  nav.primary select {
    display: block;
  }
  nav.primary ul {
    display: none;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  header.main .banner {
    display: none;
  }
  #contact_details {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
  }
  .content-box {
    min-height: 2px;
  }
  #footer nav {
    display: none;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 75%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
  }
  nav.primary {
    padding: 21px 0;
  }
  nav.primary select {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  nav.primary ul {
    display: none;
  }
}
@charset "UTF-8";
/* CSS Document */
/* Table of Content

NOTE: THIS FILE CONTAINS THE BASIC STYLING FOR THE TYPOGRAPHY. SOME OF THESE STYLES WILL BE OVERRIDDEN
IN THE LAYOUT.CSS FILE WHICH CONTAINS ALL THE ADDITIONAL STYLING.

==================================================

	#Buttons

=============== */
/* #Buttons
================================================== */
a.button,
.button a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: white;
  /* customize_button */
  background-color: #000980;
  /* customize_button */
  padding: 4px 12px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px #53721e;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.button:hover,
.button a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  /* customize_button_hover */
  background-color: #777566;
  /* customize_button_hover */
  text-decoration: none;
}
.button.full-width,
.button.full-width a,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
a.cta-button,
.cta-button a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: white;
  /* customize_cta_button */
  background-color: #000980;
  /* customize_cta_button */
  padding: 10px 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px #53721e;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.cta-button:hover,
.cta-button a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  /* customize_cta_button_hover */
  background-color: #777566;
  /* customize_cta_button_hover */
  text-shadow: 0 1px #999;
  text-decoration: none;
}
.cta-button .full-width,
.cta-button .full-width a,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  text-decoration: none;
}
img.borders {
  border: solid 8px white;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  margin-bottom: .25em;
  max-width: 98%;
}
img.roundy {
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  margin-bottom: .25em;
  max-width: 98%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu ul.nav {
  list-style: none;
  margin-left: 0;
}
.menu ul.nav li ul li {
  list-style: none;
  margin-left: 0;
  width: 180px;
}
.menu ul.nav a,
.menu ul.nav a:hover {
  text-decoration: none;
}
.menu ul.nav ul,
.menu ul.nav li ul,
.menu ul.nav li ol {
  list-style: none;
  margin: 0;
}
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.menu {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.menu ul.nav {
  text-align: left;
}
.menu ul.nav li {
  float: left;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu ul.nav li a {
  display: block;
  color: #000980;
  position: relative;
  font-size: 1.75em;
  padding: 12px 5px 15px 5px;
  border-top: 5px solid #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Economica', Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  margin-right: 15px;
  background-color: #fcfbf7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu ul.nav li > a:hover {
  background-color: #fcfbf7;
  padding: 12px 5px 15px 5px;
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
  text-decoration: none;
  border-top: 5px solid;
  border-top-color: #000980;
  cursor: pointer;
}
.menu ul.nav > li:hover > ul {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Navigation submenu */
.menu ul.nav > li > ul {
  margin-left: 0;
  display: none;
  position: absolute;
  left: 0;
  background-color: #FCFBF7;
  padding: 10px 5px 0 5px;
  z-index: 3;
  border-color: #1e1e1e transparent transparent #1e1e1e;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu ul.nav > li > ul > li > a {
  padding: 10px;
  color: #000980;
  display: block;
  position: relative;
  height: auto;
  margin: 0 3px 3px 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
}
.menu ul.nav > li > ul > li > a:hover {
  color: white;
  background: #000980;
  padding: 10px 10px 10px 20px;
}
.menu ul.nav > li > ul > li:hover > ul {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Third Level Styles */
.menu ul.nav > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 180px;
  top: -10px;
  width: 180px;
  background-color: #FCFBF7;
  padding: 6px 3px 0 3px;
  z-index: 3;
  border-color: #1e1e1e transparent transparent #1e1e1e;
}
.menu ul.nav > li > ul > li > ul > li a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 3px #9E9E9E;
  -webkit-box-shadow: 0px 0px 3px #9E9E9E;
  -moz-box-shadow: 0px 0px 3px #9E9E9E;
}
.menu ul.nav > li > ul > li > ul > li a {
  display: block;
  height: auto;
  margin: 0 3px 3px 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  /* Hide from browsers that don't support media queries */
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/packages/theme_organica/themes/organica/css/images/site-images/nav.svg) no-repeat center center;
  background-color: #000980;
  background-size: 18px;
  height: 48px;
  width: 50px;
  border-radius: 50%;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid;
  border-left-color: #000980;
  height: 48px;
  width: 50px;
  cursor: pointer;
  z-index: 2;
}
.nav-click i {
  display: block;
  height: 48px;
  width: 50px;
  background: url(/packages/theme_organica/themes/organica/css/images/site-images/drop.svg) no-repeat center center;
  background-color: #000980;
  background-size: 20px;
  z-index: 2;
}
.menu ul.nav li a {
  /* 	border-top: 1px solid rgba(255, 255, 255, 0.25); */
}
.nav-click:hover {
  background-color: #000980;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: block !important;
  }
  .menu {
    width: 100%;
    padding: 50px 0 0;
  }
  .menu ul.nav {
    display: none;
  }
  .menu ul.nav li {
    width: 100%;
    float: none;
  }
  .menu ul.nav li > a {
    padding: 11px 12px 13px;
    border-bottom: 1px dotted #000980;
    margin-right: 0;
  }
  .menu ul.nav li > a:hover {
    background-image: url(/packages/theme_organica/themes/organica/css/images/site-images/background-paper.jpg);
    padding: 11px 12px 13px;
    color: #000980;
  }
  .nav-click {
    display: block;
  }
  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
  .menu ul.nav > li:hover ul {
    display: none;
  }
  /* Navigation submenu */
  .menu ul.nav li > ul {
    position: static;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    padding: 0;
    margin: 0;
  }
  .menu ul.nav > li > ul > li {
    width: 100%;
  }
  .menu ul.nav > li > ul > li > a {
    background: white;
    padding: 11px 12px 13px;
    margin: 0;
    color: #000980;
  }
  .menu ul.nav > li > ul > li > a:hover {
    padding: 11px 12px 13px;
  }
  /* Navigation submenu */
  .menu ul.nav > li > ul > li > ul {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menu ul.nav > li > ul > li > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menu ul.nav > li > ul > li > ul > li > a {
    padding: 11px 12px 13px;
    margin: 0;
  }
  .menu ul.nav > li > ul > li:hover > ul {
    display: none;
  }
}
/* #Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu ul.nav li a {
    display: block;
    padding: 15px 9px;
    line-height: 1;
  }
}
.ccm-block-next-previous-wrapper {
  width: 100%;
  position: relative;
  clear: both;
}
.ccm-block-next-previous-header {
  width: auto;
  float: left;
}
.ccm-block-next-previous-previous-link,
.ccm-block-next-previous-next-link {
  width: 30%;
  float: left;
  padding: 6px 12px;
}
.ccm-block-next-previous-parent-link {
  float: right;
  border: solid #000980 1px;
  border-radius: 18px;
  height: 29px;
  width: 36px;
  text-align: center;
  padding: 6px 0 0 0;
}
@media only screen and (max-width: 479px) {
  .ccm-block-next-previous-wrapper {
    width: 100%;
    position: relative;
    clear: both;
  }
  .ccm-block-next-previous-header {
    width: 100%;
    float: left;
  }
  .ccm-block-next-previous-previous-link,
  .ccm-block-next-previous-next-link {
    width: 100%;
    float: left;
    padding: 0 0 6px;
  }
  .ccm-block-next-previous-parent-link {
    float: left;
  }
}
