/* GLOBAL: SITE-WIDE OR SMARTPHONE > TABLET > DESKTOP > WIDE */


/* debug */

.tb-megamenu .mega > .mega-dropdown-menu {
    /*display: block;*/
}

.galleria-errors {
    display: block;
}

/* BRAND COLORS */

.cma-light-blue {
	color: #51BFE2;
}

.cma-rich-blue {
	color: #51B5E0;
}

.cma-dark-blue {
	color: #2B265B;
}

.cma-hot-pink {
	color: #EE2B74;
}

.cma-green {
	color: #5BBF21;
}

.cma-orange {
	color: #E87511;
}

.cma-cool-gray {
	color: #C6C7C9;
}

.cma-mustard-yellow {
	color: #EEB111;
}

.cma-half-white {
/*	color: rgba(255, 255, 255, 0.5);   THIS DOES NOT WORK */
	color: #CCCCCC;
	opacity: 0.5;
}

/* GLOBAL STYLE OVERRIDES */

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a:link, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}

ul.menu {
	text-align: center;
}

ul.menu li {
	margin: 0;
}

table, fieldset {
    margin-bottom: 0;
}

td, th {
    vertical-align: top;
}


/* GLOBAL: NEVER DISPLAY BLOCK TITLE */

.block-title {
	display: none;
}

/* GLOBAL: RESPONSIVE GOOGLE MAPS */

.google-maps {
    position: relative;
    padding-bottom: 40%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* GLOBAL: RESPONSIVE VIDEO */

/* http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */

.player {
	margin-top: 28px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-embed-description {
	padding-top: 8px;
}

/* GLOBAL: FIXED TOP HEADER */

.section-header {
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	margin: 0 auto;
	z-index: 100;
	width: 100%;
    height: 50px;
	padding-top: 0px;
	padding-bottom: 10px;
	box-shadow: 0px 3px 5px #888888;
}

.admin-menu .section-header {
    top: 29px;
}

.admin-menu .section-content, .admin-menu .not-front .section-content {
    margin-top: 110px !important;
}

.admin-menu .tb-megamenu-main-menu {
    margin-top: 30px !important;
}

/* HIDES HEADER MENU 1 & 2 */

#region-user-second {
    display: none;
}

.region-user-second  {
    margin-top: 12px;
    border-top: 1px solid black;
    padding-top: 8px;
}

.region-user-second ul li.leaf {
    display: inline;
}

.region-user-second ul li.first {
    float: left;
    margin-left: 20px;
}

.region-user-second ul li.last {
    float: right;
    margin-right: 20px;
}


/* GLOBAL: CONTENT SECTION */

.front .section-content {
    margin-top: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.not-front .section-content {
    margin-top: 82px;
    padding-bottom: 24px;
}

.section-content .zone-header {
    width: 100%;
}

.section-content .zone-header .region-header-first {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* GLOBAL: FOOTER */

.section-footer {

	width: 100%;
	padding-top: 80px;
	padding-bottom: 24px;
    background: #fff;
    border-top: 1px solid #51b5e0;
}

/* 	BACKGROUND-IMAGE TO BE DETERMINED
	background-image:url("/sites/default/files/background-images/footer-background-2540x200px-72ppi.gif");
	background-repeat:no-repeat;
	background-position: center bottom;
*/

.zone-footer .region {
	margin-left: 0;
	margin-right: 0;
}

.section-footer h2.block-title {
	display: none;
}

.section-footer .block-menu {
	margin-bottom: 18px;
}

.section-footer ul.menu {
	font-size: 1.5em;
}

.section-footer ul.menu li.leaf {
    font-weight: bold;
    float: left;
    padding: 0;
}

.section-footer ul.menu li.leaf a {
    display: block;
    padding: 0 24px;
}

.section-footer ul.menu li.last {
	padding-bottom: 1em;
}

.section-footer .block-simplenews p {
	text-align: center;
	font-size: 1.25em;
	padding-top: 0.5em;
}

.section-footer div.content {
}

.section-footer div.content input {
	width: 100%;
}

.section-footer div.content input.form-text {
	height: 2.25em;
}

.section-footer div.content input.form-submit {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

.section-footer .issues-link, .section-footer .feed-icon {
	display: none;
}

.section-footer .region-footer-third {
	margin-top: 36px;
}


/* BRANDING */

.logo-img {
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0;
	width: 120px;
}

.logo-img img {
	width: 100%;
	height: auto;
}

/* RESPONSIVE MENUS */

html.js .responsive-menus div.contextual-links-wrapper {
	display: none;
}

.responsive-menus.responsified span.toggler {
	position: fixed;
	right: 12px;
	top: 14px;
	z-index: 30;
	width: 25px;
	height: auto;
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.responsive-menus.responsified.responsive-toggled span.toggler {
	border-bottom: none;
}

/* VALUE FOR ORIGINAL RESPONSIVE MENU ICON > ☰ */

.responsive-menus.responsified.responsive-toggled.absolute {
	position: static;
}

.responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
	top: 50px;
	z-index: 10;
    height: 510px;
    background-color: #FFFFFF;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 26px;
}

.responsive-menus.responsified .responsive-menus-simple {
    height: 510px;
    background-color: #FFFFFF;
    border: medium none;
    box-shadow: none;
    opacity: 1;
}

.responsive-menus #block-menu-menu-commerce ul {
	text-align: center;
}

.responsive-menus #block-menu-menu-commerce .content li {
	display: inline-block;
	clear: none;
	font-size: 18px;
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
}

.responsive-menus #block-menu-menu-commerce .content li a {
    border-bottom: medium none;
    color: #0b85c7;
    display: block;
    padding: 20px;
    text-align: left;
}

.responsive-menus #block-menu-menu-commerce .content li a:hover, .responsive-menus #block-menu-menu-commerce .content li a:active {
	color: #FFFFFF;
	background-color: #0b85c7;
}

.responsive-menus #block-system-main-menu ul {
	text-align: center;
}

.responsive-menus #block-system-main-menu .content li {
	font-size: 18px;
}

.responsive-menus #block-system-main-menu .content li ul li {
    font-size: 14px;
}

.responsive-menus #block-system-main-menu .content li a {
	color: #0b85c7;
	font-weight: bold;
	border-bottom: none;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.responsive-menus #block-system-main-menu .content li a.active {
    background: #0b85c8;
    color: #fff;
}

.responsive-menus #block-system-main-menu .content li ul li a {
    color: #444;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
}

.responsive-menus #block-system-main-menu .content li a:hover,  .responsive-menus #block-system-main-menu .content li a:active {
	color: #FFFFFF;
	background-color: #0b85c7;
}

.responsive-menus #block-block-7 {
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    text-align: center;
}

.responsive-menus.responsified .responsive-menus-simple .block-block-7 ul {
	margin: 0;
    width: 100%;
    display: block;
}

.responsive-menus.responsified .responsive-menus-simple .block-block-7 li {
	display: inline-block;
    width: 34px;
}

.responsive-menus.responsified .responsive-menus-simple li a {
	color: #1367a3;
	text-transform: none;
	border-bottom: none;
	text-align: center;
}

.responsive-menus.responsified .responsive-menus-simple li.news-list-item {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

li.news-list-item img {
	vertical-align: top;
	padding-right: 5px;
}

.responsive-menus #block-block-7 .block-title {
	display: none;
	text-align: center;
	color: #4fa2d6;
	font-weight: normal;
	font-size: 16px;
}

.responsive-menus.responsified .responsive-menus-simple li ul {
	padding: 20px 0 !important;
}

.block-main-menu {
	border-bottom: 1px solid #cfcfcf;
}

.responsive-menus #block-menu-menu-commerce .content li a {
	color: #bd8399;
}

.block-search-form, .responsive-menus #block-search-form {
	width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.responsive-menus #block-search-form .form-text {
	height: 27px;
}

.block-search-form .form-text, .responsive-menus #block-search-form .form-text {
	border: 1px solid #3f95c9;
	height: 36px;
	width: 100%;
	padding: 2px 10px;
	font-size: 14px;
	color: #3f95c9;
	text-transform: uppercase;
	background: url('/sites/all/themes/cma/images/icon-search-trans.png');
	background-repeat: no-repeat;
	background-position: 97.5% center; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.news-list-item {
	width: 135px !important;
	color: #000 !important;
	text-align: left;
}

#block-menu-menu-cma-footer ul.menu {
    text-align: left;
}

#block-menu-menu-cma-footer ul.menu li a.active {
    font-weight: bold;
    color: #2b265b;
}

#block-menu-menu-cma-footer ul.menu li a:hover {
    color: #4da5d6;
}

/* TB MEGA MENU */

/* This menu appears everywhere else, EXCEPT on smartphones */

.block-tb-megamenu-main-menu {
	display: none;
}

.tb-megamenu {
    position: fixed !important;
    top: 130px !important;
    width: 940px !important;
    z-index: 100 !important;
}

.tb-megamenu .field-name-field-slider-images {
    height: 288px;
    width: 550px;
    overflow: hidden;
    float: right;
}


/* STORIES */

body.page-node-425 tr:hover td, body.page-node-425 tr.even:hover td.active, body.page-node-425 tr.odd:hover td.active {
	background-color: #f9f8f8;
}

td.stories {
	background-color: #f9f8f8;
}

/* body.page-node-425 td, body.page-node-425 th {
	padding: 0;
}


td.stories {
	background-image:url(/sites/default/files/stories/cellbk.png);
	background-repeat:no-repeat;
}    */

#stcontainer {
    
    width:280px;
    padding:10px;
 
}
#stcontainer h1 {
    padding:0px;
    margin:0px;
    line-height:35px;
    color:#039; 
    font-size:19px;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}
#stcontact-quote1, #stcontact-quote2 {
    width:21px;
    height:18px;
    display:inline-block;
    margin-bottom:5px;
}
#stcontact-quote1 {
    margin-right:15px;
    background-image:url(/sites/default/files/stories/quote-left.png);
}
#stcontact-quote2 {
    margin-left:240px;
    background-image:url(/sites/default/files/stories/quote-right.png);
}



/* HEADER FIRST */

.region-header-first {
	margin-left: 0;
	margin-right: 0;
}

/* INTERIOR PAGE | HEADER FIRST */

.not-front .region-header-first img {
	width: 100%;
	height: auto;
}

/* INTERIOR PAGE | HEADER SECOND */

.not-front .region-header-second {
	position: absolute;
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: -48px;
}

.not-front .region-header-second .title {
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


/*added css for iframe*/


#signup td td { padding-top: 6px; padding-bottom: 6px; vertical-align: top; }

#signup .checkbox,
#signup .radiobutton,
#signup .label,
#signup .text { margin: 0 .5em 0 0; }

#signup label,
#signup .label,
#signup .fieldlabel { font-weight: bold; color:#777; }

#signup .input label { font-weight: normal; }

#signup .submit { margin-top: 18px; }

#signup input[type="text"] {
background: #fff;
-webkit-box-shadow: inset 1px 1px 2px #A6A6A6;
-moz-box-shadow: inset 1px 1px 2px #A6A6A6;
box-shadow: inset 1px 1px 2px #A6A6A6;
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 10px 7px;
}

 input[type="submit"] {
font-size: 16px;
margin: 2em 0;
padding: 10px 20px;
border: 1px solid #DDD;
background-color: white;
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DDD));
background-image: -webkit-linear-gradient(top, white, #DDD);
background-image: -moz-linear-gradient(top, white, #DDD);
background-image: -ms-linear-gradient(top, white, #DDD);
background-image: -o-linear-gradient(top, white, #DDD);
background-image: linear-gradient(top, white, #DDD);
-webkit-border-radius: 3px;
border-radius: 3px;
}
.fname {width: 400px; height: 32px;}
.lname {width: 400px; height: 32px;}
.email {width: 400px; height: 32px;}
.zip {width: 100px; height: 32px;}
#signup  fieldset{
      border:0;
    }




/*iframe {
	display: block;
	overflow:hidden;
	display: block;
	width:100%;
	height: 650px;
}*/





/* FRONT PAGE GALLERIA SLIDESHOW */

.front .galleria-thumbnails-container, .galleria-counter {
	display: none !important;
}

.front .field-name-field-header-image {
    display: none;
}

.galleria-image-nav {
    margin-top: -112px;
}

.front .galleria-stage {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
}

.tb-megamenu .galleria-stage {
    height: 336px !important;
    min-width: 300px !important;
}

.galleria-container {
    /*background: none !important;*/
    overflow: hidden;
    position: relative;
    max-height: 450px !important;
    background: none !important;
}

.tb-megamenu .galleria-container {
    height: 300px !important;
    width: 600px !important;
}

.tb-megamenu .galleria-container .galleria-image {
    width: 100% !important;
}

.front .galleria-images {
    left: 0;
    right: 0;
    top: 0 !important;
}

.front .galleria-image img, .galleria-image img  {
	width: 100% !important;
	height: auto !important;
    top: 0 !important;
    left: 0 !important;
}

.galleria-info {
    width: 100% !important;
    top: inherit !important;
    left: 0px !important;
    z-index: 2;
    position: absolute;
    bottom: 0 !important;
    opacity: 0.6;
    background: #000;
}

.galleria-info-text {
    background: none !important;
    max-width: 940px;
    margin: 0 auto;
}

.front .galleria-info-title {
    font: bold 16px/1.1 "open sans", arial,sans-serif;
    margin: 0 auto;
    width: 1180px;
    color: #fff;
}

.front .galleria-info-description {
    font: 16px/1.4 "open sans",arial,sans-serif;
    margin: 0 auto;
    /*width: 1180px;*/
    width:auto;
    color: #fff;
}

.galleria-info-description a {
text-decoration: none;
color: #f8f134;
}

/*.galleria-info-description a:link, a:visited, a:focus, a:hover {
text-decoration: none;
color: #f8f134;
}*/

.alpha-resize-indicator{
	display:none;
}
.alpha-grid-toggle, .alpha-block-toggle {
display: none;
}

/* ANIMALS PAGE GALLERIA SLIDESHOW */

.node-type-animal-page .node-slideshow-basic {
	margin-bottom: 32px;
}

/* PREFACE & POSTSCRIPT ZONE */

.zone-preface {
	padding-top: 24px;
	padding-bottom: 24px;
}

.zone-preface .region {
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.zone-postscript .region {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.not-front .zone-preface {
	padding-top: 0;
	padding-bottom: 0;
}

/* INTERIOR PAGE PREFACE & POSTSCRIPT ZONE */

.not-front .zone-preface .region, .not-front .zone-postscript .region {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/*updated*/

#node-13  {
border: solid 1px #ccc;
}
#node-14   {
border: solid 1px #ccc;
}
#node-15   {
border: solid 1px #ccc;
}
#node-13 p{margin-bottom:20px;}
#node-14 p{margin-bottom: 10px;}
#node-15 p{margin-bottom: 20px;}

/* CALLS TO ACTION */

.node-call-to-action a:link, .node-call-to-action a:visited {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5em;
   /* padding: 0 10px;*/
    display: block;
}

.field-name-field-calltoaction-image {
	margin-left: 20px;
	margin-right: 20px;
    margin-bottom: 0px;
    line-height: 0;
}

.field-name-field-calltoaction-image .field-item img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -10;
}

.field-name-field-title-over-image {
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35vw;
	margin-bottom: 16vw;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 7.5vw;
	line-height: 7.5vw;
	text-shadow: 1px 1px #888888;
}

.field-name-field-title-bottom-right {
    color: #ffffff;
    float: right;
    font-size: 5vw;
    height: auto;
    line-height: 5vw;
    margin-right: 28px;
    margin-top: -25vw;
    position: relative;
    text-align: right;
    text-shadow: 1px 1px #aaaaaa;
    text-transform: uppercase;
    width: 50%;
}

.field-name-field-call-to-action-body {
	margin: 20px;
}

/* field-name-field-call-to-action-link #5BBF21 */
/* field-name-field-calltoaction-link-richblue #51B5E0 */
/* field-name-field-calltoaction-link-darkblue #2B265B */
/* field-name-field-calltoaction-link-white #FFFFFF */

.field-name-field-call-to-action-link {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #5BBF21;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.field-name-field-calltoaction-link-richblue {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #51B5E0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.field-name-field-calltoaction-link-darkblue {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #2B265B;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.field-name-field-calltoaction-link-white {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #6e6e6e;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

/* NO SIDEBAR FOR SMARTPHONES */

.region-sidebar-first {
	display: none;
}

/* FRONT PAGE | MAIN CONTENT BLOCK */

.front .zone-content {

}

.front .zone-content .region {
	margin: 0;
    width: 100% !important;
}

/*HOME PAGE BACKGROUND IMAGE (near footer) */

.front .zone-content .field-name-field-background-image img {
    z-index: -10;
    position: absolute;
    border-bottom: 10px solid #1889d6;
    left: 0;
    width: 100%;
}

.front .zone-content .fieldset-legend {
	display: none;
}

.front .zone-content .group-content {
	background-color: #3f95c9;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.front .zone-content .block-main .field-name-field-published-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
    font-weight: bold;
}

.front .zone-content .block-main .field-name-field-image {
	text-align: center;
}

.front .zone-content .block-main .field-name-field-image img {
	width: 230px;
	height: auto;
}

.front .zone-content .block-main .field-name-body {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.front .zone-postscript {
    position: relative;
    top: -27px;
}

/* INTERIOR PAGE | MAIN CONTENT BLOCK */

.not-front .zone-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.not-front .zone-content .fieldset-legend {
	display: none;
}

.not-front .zone-content .group-content {
	margin-bottom: 0;
	padding-bottom: 20px;
	width: 100%;
}

.not-front .zone-content .block-main .field-name-field-published-title {
	margin: 0 auto;
	text-align: left;
	font-size: 32px;
	line-height: 1.2em;
    color: #2b265b;
    margin-bottom: 15px;
}

.not-front .zone-content .block-main .field-name-field-image {
	text-align: left;
	margin-top: 36px;
}

.not-front .zone-content .block-main img {
	width: 100%;
	height: auto;
}

.not-front .zone-content .block-main .field-name-field-video {
	margin-bottom: 36px;
	width: 100%;
	height: auto;
}

.not-front .zone-content .block-main .field-name-field-image .field-item {
	margin-bottom: 28px;
}

.not-front .zone-content .block-main .field-name-body {
	font-size: 16px;
	margin-left:15px;
}

.not-front .zone-content .field-name-field-background-image img {
}

.not-front .five-column-image-in-body-wrapper {
    width: 50%;
    overflow: hidden;
}

/* USER PAGES */

.page-user #zone-postscript {
	display: none;
}

.page-user #zone-content {
    padding-bottom: 20px;
    padding-top: 54px;
}

.logged-in .node-slideshow-basic {
	/*display: none; not sure why this was hidden?*/
}

/* INTERIOR PAGE POSTSCRIPT ZONE */

.not-front .zone-postscript {
	padding: 10px;
	z-index: 100;
}

.not-front .zone-postscript .region {
	width: 240px;
	height: auto;
	display: inline-block;
	float: left;
}

.not-front .zone-postscript .field-name-field-calltoaction-image {
    margin-left: 5%;
    margin-right: 5%;
}

.not-front .zone-postscript .field-name-field-calltoaction-image .field-item img {
    z-index: 0;
}

/* field-name-field-call-to-action-link #5BBF21 */
/* field-name-field-calltoaction-link-richblue #51B5E0 */
/* field-name-field-calltoaction-link-darkblue #2B265B */
/* field-name-field-calltoaction-link-white #CCCCCC opacity: 0.5 */

.not-front .zone-postscript .field-name-field-call-to-action-link {
    background-color: #5BBF21;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.not-front .zone-postscript .field-name-field-calltoaction-link-richblue {
    background-color: #51B5E0;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.not-front .zone-postscript .field-name-field-calltoaction-link-darkblue {
    background-color: #2B265B;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.not-front .zone-postscript .field-name-field-calltoaction-link-white {
    background-color: #6e6e6e;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.field .field-name-field-calltoaction-link-white .field-type-link-field .field-label-hidden  {
    background-color: #6e6e6e;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}


/* INTERIOR PAGE IMAGE IN BODY WRAPPER */

.not-front .three-column-image-in-body-wrapper {
	width: 100%;
	height: auto;
}

.not-front .three-column-image-in-body-wrapper img {
	width: 100%;
	height: auto;
}

/* ANIMAL PAGE HEADLINE BLOCK */

.page-content-meet-the-animals .region-content h1 {
	font-weight: normal;
}

.not-front .region-content .three-column-link-box {
	width: 100% !important;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
}

.not-front .three-column-link-box h3 {
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
}

/* MENU MODIFICATIONS */

.zone-header.container-12 {
    /*position: absolute;*/
    width: 100%;
}

/* NEWSLETTER SIGNUP PAGE */

.block-simplenews .issues-link, .block-simplenews .issues-list {
    display: none;
}

#block-simplenews-2 a.feed-icon {
    display: none;
}

/* VIEW: MEET THE ANIMALS */

.not-front .zone-content .region-content .view-meet-the-animals .views-view-grid {
	border: none;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
	background-color: #FFFFFF;
}

.not-front .zone-content .region-content .views-field-field-animal-icon {
    margin-bottom: 0;
    position: relative;
}

.not-front .zone-content .region-content .views-field-field-animal-icon a{
    z-index: 999999;
    float: left;
    width: 100%;
    height: 100%;
    color: #fff;
}

.not-front .zone-content .region-content .views-field-field-animal-icon img.opacity{
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

.not-front .zone-content .region-content .views-field-title {
	text-align: center;
	margin-top: 12px;
}

.showTitle {
    display: block !important;
}

.animalTitle {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 34px;
    padding-bottom: 26%;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    top: 5px;
    vertical-align: middle;
    width: 98%;
    color: #fff;
}

.view-meet-the-animals td {
    position:relative;
}


/* back to main animals link block*/
#block-block-10 {
    background: url("/sites/all/themes/cma/images/icon-back-to-animals.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 10px 40px 41px;
}

#block-block-10 a {
    color: #2b265b;
    font-size: 16px;
    line-height: 16px;
}

#block-block-10 a:hover {
    color: #4da5d6;
}

#webform-component-over-13 label.option {
    display: none;
}

.search-results .search-info {
    display: none;
}

body.page-search #region-content {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
}

/*aside#region-sidebar-first section.block-accordion-menu {
    padding-bottom: 20px;
}*/

aside#region-sidebar-first section.block-accordion-menu {
    padding-top:20px;
    padding-bottom: 20px;
}


/* NEWSLETTER FORM */

form#webform-client-form-31 input#edit-submit {
    background: none repeat scroll 0 0 #0757a4;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
}

form#webform-client-form-31 div#webform-component-over-13 {
    width: 21%;
}

form#webform-client-form-31 div#webform-component-over-13 label {
    float: right;
    padding-top: 2px;
}

form#webform-client-form-31 input.form-text {
    background-color: #f3f8fd;
    border: 1px solid #0556a3;
    border-radius: 4px;
    padding: 5px;
}

div.form-item-submitted-newsletter-newsletter-email-address {
    margin-top: 0;
}


.flex-viewport {
    height: 445px !important;
    padding-top: 6px;
}

.view-meet-the-animals .views-row {
    width: 50%;
    float: left;
}

.view-meet-the-animals .views-row a {
    height: 200px;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.view-meet-the-animals .views-row a:hover .animalTitle {
    display: block;
}

/* Bootstrap Modal - DO NOT REMOVE */

.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 50;
    background: #0561ae;
    color: #fff;
    border: none;
    font-size: 16px;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .field-name-body img {
/*        width: 100% !important; */
        height: auto !important;
/*       float: none !important; */
/*       margin: 0 !important; */
    }

}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



/* galleria fix */

.tb-megamenu .row-fluid .span8 .galleria-thumbnails-container {
    display: none !important;
}

/* juicebox */

/**
 * Juicebox 1.4.1 Classic Theme
 *
 * Copyright (c) 2014 Juicebox Inc. All rights reserved.
 * http://www.juicebox.net
 *
 * BY USING THIS SOFTWARE, YOU AGREE TO THE JUICEBOX TERMS OF USE
 * http://www.juicebox.net/terms
 *
 * Support and Documentation: http://www.juicebox.net/support
 *
 * Build Time: 05/27/2014 03:50:45 PM
 */

#node-basic-page-43 .field .field-label {
display: none
}

#node-basic-page-544 .field .field-label {
display: none
}

.juicebox-parent {
    margin-bottom: 20px;
}

.juicebox-gallery
{
    outline: none;
}

.juicebox-gallery h1, .juicebox-gallery h2, .juicebox-gallery h3, .juicebox-gallery h4,
.juicebox-gallery div, .juicebox-gallery span{
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: none 0;
    vertical-align: middle;	/*don't make this "!important", or the next "vertical-align: bottom;" will be broken. */
    line-height: 1.1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: 'juicebox';
}

.juicebox-gallery a, .juicebox-gallery u {
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.juicebox-gallery .jb-idx-thb-list-page-number,
.juicebox-gallery .jb-area-large-mode-title,
.juicebox-gallery .jb-idx-title,
.juicebox-gallery .jb-idx-title textarea,
.juicebox-gallery .jb-area-caption div,
.juicebox-gallery .jb-area-caption p,
.juicebox-gallery .jb-splash h3,
.juicebox-gallery .jb-splash p,
.juicebox-gallery .jb-splash a,
.juicebox-gallery .jb-go-back a,
.juicebox-gallery .jb-status-message{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.juicebox-gallery table, .juicebox-gallery tr, .juicebox-gallery td, .juicebox-gallery tbody{
    border-spacing: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: none 0 !important;
    background: none repeat scroll 0 0 transparent !important;
    vertical-align: middle;	/*don't make this "!important", or the next "vertical-align: bottom;" will be broken. */
    width: 100%;
    height: 100%;
    line-height: 1;
}

.juicebox-gallery .jb-area-caption table,
.juicebox-gallery .jb-area-caption tr,
.juicebox-gallery .jb-area-caption td,
.juicebox-gallery .jb-area-caption tbody
{
    vertical-align: bottom;
}

.juicebox-gallery .jb-panel-detail table,
.juicebox-gallery .jb-panel-detail tr,
.juicebox-gallery .jb-panel-detail td,
.juicebox-gallery .jb-panel-detail tbody
{
    vertical-align: middle;
}

.juicebox-gallery li {
    list-style: none
}

.juicebox-gallery p {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.juicebox-gallery img
{
    max-width: none;
    margin: 0;
    padding: 0;
    border:none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.juicebox-gallery textarea {
    box-shadow: none;
    transition: none;
}

/*#162 otherwise there will be a white border around it in IE9*/
.jb-go-back img
{
    border:none;
}

/* gallery top panel */
div.jb-panel-top
{
    background: transparent;
}
.jb-flag-msie-bf9 .jb-panel-top
{
    background-color:Black;
}
.jb-go-back-icon-frame a
{
    outline: none;
}
/* gallery index panel */
.jb-panel-index
{
    height:100%;	/* for gallery preloader */
    width:100%;
}

.juicebox-gallery .jb-idx-thb-container {
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    position: absolute
}
.jb-flag-large-screen-mode .jb-idx-thb-container {
    height: auto;
}

table .jb-idx-thb-list
{
    vertical-align: middle;
}

div.jb-idx-thb-list {
    margin: 5px;
    background-color: Transparent;
}

.jb-idx-thb-list .jb-idx-thumb {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

div.jb-idx-thb-list .jb-thm-thumb-dot {
    background-color: transparent;
}

.jb-idx-thb-list .jb-idx-thumb img {
    border: 0px solid transparent;
    cursor: pointer;
    max-width: none;
}
.jb-idx-thb-list .jb-idx-thumb img:active {
    -webkit-transform: translate(2px,2px);
    -moz-transform: translate(2px,2px);
    -o-transform: translate(2px,2px);
}
.jb-idx-thumb {
    background: transparent;
}
.jb-idx-thb-frame {
    border: 0px solid transparent;
    cursor: pointer;
}
.jb-idx-thb-frame:hover {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .5);
    border-style: solid;
}
.jb-flag-large-screen-mode .jb-thm-thumb-selected .jb-idx-thb-frame {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .5);
    border-style: solid;
}
.jb-flag-msie .jb-idx-thb-frame {	/* the frame around thumbnail won't work correctly on IE without this */
    background: url('img/assets.png') no-repeat -454px -61px;
}
div.jb-idx-thb-list-page-number {
    font-size: 13px;
}

/* gallery detail panel */
div.jb-panel-detail {
    overflow: hidden;
}
div.jb-dt-main-frame {
    position: absolute;
    vertical-align: middle;
    float: left;
    text-align: center;
    overflow: hidden;
}
.jb-dt-main-frame .jb-dt-main-image {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    border-color: White;
}
.jb-dt-main-frame img
{
    max-width: none;
}
.jb-flag-msie .jb-panel-detail {
    position: relative;
}
.jb-watermark, .jb-watermark a, .jb-watermark img, .jb-watermark a:visited, .jb-watermark a:active, .jb-watermark a:link, .jb-watermark a:hover
{
    border:none 0 transparent;
    outline: none;
}

/* gallery caption area */
div.jb-area-caption
{
    vertical-align: bottom;
}

.jb-cap-frame {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}
.jb-cap-frame tr {
    vertical-align: bottom;
}
.jb-flag-size-fixed .jb-cap-frame tr {
    vertical-align: top;
}
.jb-cap-frame .jb-caption {
    background-color: #4da5d6 !important;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.jb-cap-frame .jbac-number {
    float: right;
    color: #ccc;
    width: 72px;
    text-align: right;
    font-size: 13px;
    cursor:default;
}
.jb-caption .jb-caption-title {
    font-size: 17px;
    cursor:default;
}

.jb-caption p
{
    margin-bottom: 0 !important;
    margin-right: 72px;	/* equal to "width" in .jb-cap-frame .jbac-number; margin-top is set in code in order to hide the top margin when there is no desc */
    margin-left: 0;
    font-size: 13px;
    line-height: 23px;
    cursor:default;
}
.jb-caption a {
    color: white;
}
.jb-flag-msie-bf9 .jb-cap-frame .jb-caption {
    background-color:Black;
}
p.jb-cap-content {
    margin: 0 !important;
    padding: 0 !important;
}
.jb-flag-size-fixed .jb-caption
{
    height:100%;
}

/* gallery title area */
.jb-idx-ssm-title-wrapper {
    font-family:inherit;
    font-size:16px;
    color:inherit;
}

.jb-flag-large-screen-mode .jb-area-large-mode-title {
    position: absolute;
    top: 10px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.2);
    font-size: 18px;
    outline: none;
    border: none;
    cursor:default;
}

.jb-flag-large-screen-mode .jb-idx-thumbnail-container .jb-area-large-mode-title {
    padding: 0;
}

.jb-flag-large-screen-mode .jb-area-large-mode-title a, .jb-flag-large-screen-mode .jb-area-large-mode-title img
{
    outline: none;
    border: none;
}

/* gallery button bar */
.jb-classifier-link-wrapper {
    display: none;
    position: absolute;
    top: 7px;
}

div.jb-bb-bar {
    float: left;
    background: none !important;
    margin: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: -20px;
}

.jb-classifier-thumb-area div.jb-bb-bar {
    margin: 0 0 0 2px;
}

div.jb-panel-index.jb-classifier-thumb-area {
    z-index: 50 !important;
}

/*BUTTONS*/
div.jb-bb-button {
    float: left;
    /*background: url('../images/view-animal-bio.png') no-repeat !important;*/
    cursor: pointer;
    text-align: center;
    margin: 0;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    padding: 0px;
    background: rgba(0,0,0,.7);
    font-size: 20px;
    height: 80px !important;
    width: 80px !important;
}

.jb-flag-msiever8 div.jb-bb-button {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: transparent;
}

.jb-flag-msie-bf9 .jb-bb-button {
    margin: 0 0 0 0;
}

.jb-flag-msie-bf9 .jb-bb-bar {
    float: right;
    padding: 0 0 0 0;
    height: 38px;
    background-color:Black;
}

/* gallery button bar on index page*/

.jb-classifier-link-wrapper {
    width: 100px !important;
    z-index: 999 !important;
}

div.jb-classifier-link-wrapper.jb-classifier-thumb-area {
    width: 50px
}

div.jb-bb-splitter
{
    border-color: White;
    display: block;
    height: 20px;
    border-style: none solid none none;
    border-width: 1px;
    float: left;
    margin: 10px 0 0 3px;
}

/* gallery navigation */
.jb-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.jb-navigation .jbn-nav-touch-area, .jb-navigation .jbn-nav-button{
    font-family: 'juicebox';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-size:20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.jb-navigation .jbn-nav-button
{
    width: 28px;
    height: 28px;
    padding:0;
}
.jb-navigation .jbn-nav-button-icon
{
    padding: 4px 2px 0 2px;
    text-align: center;
    line-height: 1;
}

.jb-flag-msie .jb-navigation .jbn-nav-button-icon
{
    padding: 5px 2px 0 2px;
}
.jb-flag-msie .jb-navigation .jbn-left-button,
.jb-flag-msie .jb-navigation .jbn-right-button,
.jb-flag-msie div.index-navigation.jb-navigation .jbn-nav-button-icon
{
    height: 23px;
}
div.jb-flag-msiever8 .jb-navigation .jbn-nav-button-icon
{
    padding: 0px 2px 4px 2px;
}
div.index-navigation.jb-navigation .jbn-nav-button-icon
{
    width: 24px;
    height: 24px;
}
.jb-navigation .jbn-left-button {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.5);
}

.jb-flag-msie-bf9 .jb-navigation .jbn-left-button
{
    background-color:Black;
}

.jb-navigation .jbn-right-button {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: rgba(0,0,0,0.5);
}

.jb-flag-msie-bf9 .jb-navigation .jbn-right-button
{
    background-color:Black;
}

.jb-navigation .jbn-nav-left-button {
    color: blue;
    width: 50%
}
.jb-navigation .jbn-nav-right-button {
    color: blue;
    width: 50%;
}
.jb-navigation .jbn-left-button, .jb-navigation .jbn-right-button {
    cursor: pointer;
}

/* gallery navigation for index */

.jb-thm-thumb-dot .jb-thm-thumb-image {
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}
.jb-idx-thb-list div.jb-thm-thumb-dot {
    margin: 0;
    padding: 0;
}

/* gallery navigation for detail */
.jb-navigation .jbn-nav-touch-area {
    display: inline-block;
    height: 100%;
    width: 50%;
    position: relative;
    cursor: pointer;
}

.jb-flag-touchable .jb-navigation .jbn-nav-touch-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:not-allowed;
}

.jb-flag-msiever7 .jb-navigation .jbn-nav-touch-area
{
    width: 49.99%;
}

/*.jb-navigation .dt-nav-disabled {
    cursor: default !important;
}*/
.jb-flag-msie .jbn-nav-touch-area {	/* this will make the jbn-nav-touch-area clickable on IE */
    background: url('img/assets.png') no-repeat -454px -61px;
}
.jb-flag-msie .jb-navigation .jbn-nav-touch-area {
    display: block;
    float: left;
}

/* gallery go back button */
div.jb-go-back
{
    padding: 5px 10px;
    margin: 0;
}

div.jb-go-back-icon-frame
{
    background-color: rgba(0, 0, 0, .5);
    padding: 0 4px;	/*match div.jb-bb-bar to make them vertically align*/
}

a.jb-go-back-icon
{
    cursor: pointer;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    height: 28px;
    width: 38px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
}

.jb-flag-msiever8 a.jb-go-back-icon {
    border-top-style: solid;
    border-top-width: 8px;
    border-top-color: transparent;
}

.jb-flag-msie-bf9 a.jb-go-back-icon
{
    background-color:Black;
}

.jb-go-back a {
    text-decoration: none;
}

/* gallery splash page */
.jb-splash-info
{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: auto;
    width:100%;
}
.jb-splash-info p {
    color: white;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    line-height: 25px;
    width:auto;
}
/* Splash page description*/
p.jb-splash-desc
{
    width:auto;
    padding: 0 20px 20px 20px;
}
/* Splash page photo count*/
p.jb-splash-cnt
{
    padding: 0 20px 20px 20px;
    font-weight: normal;
}
/* Splash page title, add important in order to avoid collisions with Word Press*/
.jb-splash-info h3 {
    color: white !important;
    padding: 20px !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    font-size: 36px !important;
    font-weight: normal !important;;
    letter-spacing: 1px !important;;
}
/* Splash 'View Gallery' Text*/
a.jb-splash-view-glry {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px 20px 20px;
}
div.jb-splash
{
    height: 100%;
    width: 100%;
    position:relative;
    margin:0;
    padding:0;
    cursor: pointer;
}

.jb-idx-thumbnail-container .jb-splash-holder img
{
    max-width: none;
    max-height: none;
}
.jb-splash-holder
{
    position:relative;
}
.jb-splash-background
{
    background-color: rgba(0, 0, 0, 0.35);
}

/* gallery messages */
.jb-error-message {
    color: White;
    padding: 8px 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.2);
    text-align:center;
}

.jb-error-message a{
    color: White;
}

/* Autoplay message */
.juicebox-gallery  .jb-status-message{
    color: White;
    padding: 8px 10px 12px 8px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.2);
    font-weight: normal;
    text-align:center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
}

/* gallery flag */
.jb-flag-size-fixed
{
    overflow:hidden;
}

/* gallery status */
.jb-status-thumb-loading
{
    background-color:rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    margin: 0;
}
.jb-flag-msie-bf9 .jb-status-thumb-loading
{
    background-color:Black;
}
div.jb-status-loading {
    background: url('../images/spinner.gif') no-repeat center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}


/****** font icon stuff ******/
@font-face {
    font-family: 'juicebox';
    src:url('../fonts/juicebox.eot');
    src:url('../fonts/juicebox.eot?#iefix') format('embedded-opentype'),
    url('../fonts/juicebox.woff') format('woff'),
    url('../fonts/juicebox.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

div.jb-bb-button:before, .jb-thm-thumb-dot, a.jb-go-back-icon
{
    font-family: 'juicebox' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.jb-thm-thumb-dot, a.jb-go-back-icon
{
    font-size: 20px;
}

/* Icon Font Ids */
.jb-navigation .jbn-left-button:before, .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before
{
    content: "\e000";
}
.jb-navigation .jbn-right-button:before, .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before
{
    content: "\e001";
}
.jb-flag-large-screen-mode .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "\e002";
}
.jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "\e003";
}
.jb-bb-button.jb-bb-btn-full-screen:before
{
    content: "\e005";
}
.jb-bb-button.jb-bb-btn-full-screen.jb-bb-btn-de-full-screen:before
{
    content: "\e006";
}
.jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-left:before
{
    content: "\e007";
}
.jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-right:before
{
    content: "\e008";
}
.jb-bb-button.jb-bb-btn-auto-play:before
{
    content: "\e009";
}
.jb-bb-button.jb-bb-btn-auto-play.jb-status-playing:before
{
    content: "\e00a";
}
.jb-bb-button.jb-bb-btn-show-info:before
{
    content: "\e00b";
}
.jb-bb-button.jb-bb-btn-audio:before {
    content: "\e00c";
}
.jb-bb-button.jb-bb-btn-audio.jb-status-playing:before
{
    content: "\e00d";
}
.jb-bb-button.jb-bb-btn-fotomoto:before
{
    content: "\e00e";
}
.jb-bb-button.jb-bb-btn-facebook:before
{
    content: "\e00f";
}
.jb-bb-button.jb-bb-btn-twitter:before
{
    content: "\e010";
}
.jb-bb-button.jb-bb-btn-gplus:before
{
    content: "\e011";
}
.jb-bb-button.jb-bb-btn-printerest:before
{
    content: "\e012";
}
.jb-bb-button.jb-bb-btn-tumblr:before
{
    content: "\e013";
}
a.jb-go-back-icon:before
{
    content: "\e014";
}

.jb-thm-thumb-dot .jb-thm-thumb-image:before
{
    content: "\e015";
}

/* IE8 need something differently */
.jb-flag-msiever8 .jb-navigation .jbn-left-button:before, .jb-flag-msiever8 .jb-flag-large-screen-mode .jb-navigation .jbn-left-button:before
{
    content: "";
}
.jb-flag-msiever8 .jb-navigation .jbn-right-button:before, .jb-flag-msiever8 .jb-flag-large-screen-mode .jb-navigation .jbn-right-button:before
{
    content: "";
}
.jb-flag-msiever8 .jb-flag-large-screen-mode .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-de-show-list:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-open-url:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-full-screen:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-full-screen.jb-bb-btn-de-full-screen:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-left:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-top-nav.jb-bb-btn-top-nav-right:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-auto-play:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-auto-play.jb-status-playing:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-show-info:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-audio:before {
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-audio.jb-status-playing:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-fotomoto:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-facebook:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-twitter:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-gplus:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-printerest:before
{
    content: "";
}
.jb-flag-msiever8 .jb-bb-button.jb-bb-btn-tumblr:before
{
    content: "";
}
.jb-flag-msiever8 a.jb-go-back-icon:before
{
    content: "";
}

.jb-flag-msiever8 .jb-thm-thumb-dot .jb-thm-thumb-image:before {
    content: "";
}

.jcbx-glry-classic {
    background: #222222;
    color: white;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 500px;
    color: #FFF;
    position: relative;
    overflow: hidden;
    display:block !important;
    z-index: 20;
}

.jcbx-glry-classic a{
    color:#FFF;
}
.jcbx-glry-classic:hover .button_bar {
}
.jcbx-glry-classic:hover .navigation {
}
.jcbx-glry-classic .jb-idx-thb-list .jb-idx-thumb img {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    /* For IE 8
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
     / For IE 5.5 - 7 /
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=270, Color='#000000');
     */
}
.jb-idx-title {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.2);
}
.jb-idx-thb-list-page-number {
}

/* x large desktop screen */

@media screen and (max-width: 1400px) {
    .node-slideshow-basic .galleria-container {
        height: 400px !important;
    }

    .node-slideshow-basic .galleria-image-nav {
        margin-top: -140px !important;
    }

    .tb-megamenu .galleria-container {
        width: 600px !important;
    }

    .tb-megamenu .galleria-image {
        height: 280px !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 1219px) {
    .flex-viewport {
        height: 357px !important;
        padding-top: 6px;
    }

 		#node-13 p{
			font-size: 12px;
			margin-bottom:10px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 40px;
		}
}

/* large desktop screen */

@media screen and (max-width: 1200px) {
    .node-slideshow-basic .galleria-container {
        height: 350px !important;
    }

    .node-slideshow-basic .galleria-image-nav {
        margin-top: -35px !important;
    }

    #block-block-11 .missionTagline {
        width: 35% !important;
    }

		#node-13 p{
			font-size: 12px;
			margin-bottom:10px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 40px;
		}
}

/* ipad landscape & medium desktop screen */

@media screen and (max-width: 1024px) {
    .node-slideshow-basic .galleria-container {
        height: 300px !important;
    }

    .node-slideshow-basic .galleria-image-nav {
        margin-top: -170px !important;
    }

    #block-block-11 .block-inner {
        padding: 30px !important;
    }

		#node-13 p{
			font-size: 12px;
			margin-bottom:10px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 40px;
		}
}

/* small desktop screen */

@media screen and (min-width: 769px) and (max-width: 979px) {

    .galleria-info-text {
        background: none !important;
        max-width: 720px;
        margin: 0 auto;
    }

    .tb-megamenu {
        width: 710px !important;
    }

    .node-slideshow-basic .galleria-container {
        height: 250px !important;
    }

    .node-slideshow-basic .galleria-image-nav {
        margin-top: -55px !important;
    }

    .tb-megamenu .galleria-container {
        width: 450px !important;
        height: 245px !important;
    }

    .block-accordion-menu .ui-accordion .ui-accordion-header {
        font-size: 10px;
    }

    .tb-megamenu .nav > li > a {
        font-size: 12px !important;
        padding: 6px !important;
    }

    #block-block-11 .block-inner {
        max-width: 780px !important;
        padding-bottom: 50px;
    }

    .section-footer ul.menu li.leaf a {
        padding: 4px 15px 0 0;
        font-size: 13px;
    }

    .section-footer ul.menu li.leaf a:link, a:visited, a:focus, a:hover {
			text-decoration: none;
			color: #4da5d6;
			}

    #zone-footer #region-footer-first {
        width: 45% !important;
    }

    #zone-footer #region-footer-second {
        width: 55% !important;
    }

    #zone-footer #region-footer-third {
        width: 100% !important;
    }

    #block-block-11 .missionTagline {
        width: 40% !important;
    }

    #block-block-11 .content p {
        width: 60%;
        float: left;
    }


		.node-call-to-action a:link, .node-call-to-action a:visited {
		    font-size: 1.0em;
		}
    .field-name-field-call-to-action-body {
			margin: 10px;
			}
		#node-13 p{
			font-size: 12px;
			margin-bottom:10px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 45px;
		}

}

@media screen and (max-width: 979px) {
    .flex-viewport {
        height: 267px !important;
    }

    .tb-megamenu .field-name-field-slider-images {
        width: 430px;
    }

		.node-call-to-action a:link, .node-call-to-action a:visited {
		    font-size: 1.0em;
		}
    .field-name-field-call-to-action-body {
			margin: 10px;
			}
		#node-13 p{
			font-size: 12px;
			/*margin-bottom:10px;*/
			margin-bottom:30px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 45px;
		}
}

/* ipad and below */

@media screen and (max-width: 768px) {

    div.jb-panel-detail.jb-classifier-detail-area.jb-classifier-layer {
        height: 300px;
    }

    .block-menu-commerce {
        width: 100% !important;
        margin-top: 0;
    }

    .section-header .block-main-menu {
        display: block !important;
    }


    .not-front .section-content {
        margin-top: 52px;
    }

    .tb-megamenu {
        display: none !important;
    }

    .field-name-body img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin: 0 !important;
    }

    .node-slideshow-basic .galleria-container {
        height: 200px !important;
    }

    #block-block-11 .missionTagline ul {
        margin: 0 auto !important;
        width: 260px !important;
    }
    #block-block-11 .missionTagline ul li {

        margin: 0 25px 0 0 !important;
    }
    #block-block-11 .missionTagline ul li#release {
        margin-right: 0 !important;
    }

    .responsive-menus #block-menu-menu-commerce .content {
        border-bottom: 1px solid #cfcfcf;
    }

    .responsive-menus #block-menu-menu-commerce .content li {
        width: 33.3%;
    }

    .responsive-menus #block-menu-menu-commerce .content li a {
        text-align: center;
        padding: 10px 20px;
    }

    .responsive-menus-simple.grid-9 {
        display: none;
    }

    #block-block-11 .missionTagline {
        width: 100% !important;
        float: none;
        margin-bottom: 20px;
    }

    #block-block-11 .content p {
        width: 80% !important;
        float: none;
        clear: both;
        margin: 0 auto !important;
        padding-top: 30px;
    }

    #block-block-11 .missionTagline ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #block-block-11 .missionTagline ul li {
        display: block;
        float: left;
        height: 76px;
        margin: 0 23px 0 0;
        padding: 0;
        width: auto;
        font-size: 17px;
    }

    #block-block-11 .missionTagline ul li#rescue {
        background: url('/sites/all/themes/cma/images/icon-rescue.png') no-repeat center 30px;
    }

    #block-block-11 .missionTagline ul li#rehab {
        background: url('/sites/all/themes/cma/images/icon-rehab.png') no-repeat center 30px;
    }

    #block-block-11 .missionTagline ul li#release {
        background: url('/sites/all/themes/cma/images/icon-release.png') no-repeat center 30px;
    }

    #block-block-11 .content {
        color: #fff;
    }

    #block-block-11 .content p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    .responsive-menus #block-search-form:before {
        content: none;
    }

    .animalTitle {
        padding-top: 23%;
        padding-bottom: 24%;
    }

    h1#page-title {
        display: none;
    }

    .block-9 ul {
        margin: 0 auto;
        /*width: 44%;*/
        /*width:50%;*/
    }
    .block-9 ul li{
        list-style-type: none;
        float: left;
        padding-right: 2px;
    }

    .block-9 ul li.news-list-item {
      
    }

    #block-menu-menu-cma-footer {
        display: none;
    }

#edit-submit {display:none;}
    /* responsive menus */


    .tb-megamenu .nav > .active > a, .tb-megamenu .nav a {
        background:rgba(255,255,255, 1) !important;
    }

    /* front */

    .front .node-call-to-action .field-name-field-title-over-image, .front .node-call-to-action .field-name-field-title-bottom-right {
        font-size: 14px;
    }

    .front .zone-content .field-name-field-background-image img {
        display: none;
    }

    .front #galleria-6 .galleria-stage {
        z-index: 29;
        width: 180%;
    }

    .galleria-container.touch {
        height: 314px !important;
    }

    .galleria-image-nav {
        z-index: 9999999999999;
        width: 55%;
        top: 20%;
    }

    .galleria-info {
        z-index: 29;
    }

    .front .galleria-info {
        width: 100%;
    }

    .block-block-1 p {
        margin: 0 auto;
        width: 86%;
    }

    #block-block-11 {
        background-color: #3f95c9;
    }

    #block-block-11 .block-title {
        display: block;
        color: #2b265b;
        width: 100%;
        font-size: 27px;
        text-align: center;
    }

    /* FLEX SLIDER OVERRIDES */

    .flexslider {
        background: none;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        margin: 0;
    }

    .flexslider ul {
        padding-left: 0;
    }

    #flexslider-1 {
        padding-top: 44px;
        width: 76%;
        margin-bottom: 20px;
    }

    #flexslider-2 {
        position: absolute;
        right: 0px;
        top: 82px;
        width: 21%;
    }

    .flex-direction-nav a {
        color: #000;
        margin: 0;
        opacity: 1;
        overflow: hidden;
        position: absolute;
        text-decoration: none;
        text-shadow: none;
        top: 50%;
        transition: none;
        width: 40px;
        z-index: 10;
    }

    .flexslider:hover .flex-prev {
        left: 0;
        top:0px;
        opacity: 1;
    }

    .flexslider:hover .flex-next {
        left: 0;
        text-align: right;
        bottom: -17px;
        top: inherit;
        opacity: 1;
    }

    .flex-direction-nav .flex-next {
        left: 0;
        text-align: right;
        bottom: -17px;
        top: inherit;
        max-width: 220px;
        width: 100%;
        height: 16px;
    }

    .not-front .zone-content .block-main #flexslider-2 .slides img {
        padding-top: 4px;
        margin-bottom: 0;
    }

    .flex-viewport {
        height: 259px !important;
        padding-top: 14px;
    }

    .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
        display: block;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
        top:0px;
        max-width: 220px;
        width: 100%;
        height: 16px;
    }

    .flex-direction-nav a.flex-next:before {
        content: '\f002';
        color: #2b265b;
        background: url('/sites/all/themes/cma/images/slidernext.jpg') no-repeat center 0;
    }

    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        line-height: 1;
        display: inline-block;
        content: '\f001';
        max-width: 220px;
        color: #2b265b;
        width: 100%;
        background: url('/sites/all/themes/cma/images/sliderprev.jpg') no-repeat center 0;
    }

    #flexslider-1 .flex-caption {
        position: absolute;
        bottom: 0%;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgba(0,0,0,.5);
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #flexslider-2 .flex-caption {
        position: absolute;
        bottom: -10%;
        right: 3%;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    #flexslider-2 ul.slides li {
        position: relative;
    }
		.node-call-to-action a:link, .node-call-to-action a:visited {
		    font-size: 1.0em;
		}
    .field-name-field-call-to-action-body {
			margin: 10px;
			}
		#node-13 p{
			font-size: 12px;
			margin-bottom:10px;
		}
		#node-14 p{
			font-size: 12px;
			margin-bottom: 10px;
		}
		#node-15 p{
			font-size: 12px;
			margin-bottom: 45px;
		}

}


@media screen and (max-width: 740px) {
    .flex-viewport {
        height: 158px !important;
    }
}

/* really small */

@media screen and (max-width: 600px) {
    .node-slideshow-basic .galleria-container {
        height: 130px !important;
    }

    .front .galleria-info-description {
        font-size: 12px !important;
    }

    .flex-viewport {
        height: 130px !important;
    }
}

@media screen and (max-width: 420px){
    .node-slideshow-basic .galleria-container {
        height: 100px !important;
    }

    .node-slideshow-basic .galleria-info {
        display: none !important;
    }
}

/* iPhone 5 */

@media screen and (device-aspect-ratio: 40/71) {
    .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
        height: 410px !important;
    }
}

/* iPhone 4 ----------- */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
        height: 320px !important;
    }

    .not-front .zone-content .block-main .field-name-body {
        margin-left: 0;
    }

    .not-front .zone-content .block-main .field-name-body {
        width: 100% !important;
    }
}



body.front .galleria-thumbnails-container {
	display: none;
}


#galleria-1 .galleria-image-nav .galleria-image-nav-right {
	background-image: url("/sites/default/files/icons/galleria-icon-right-24x34px.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 34px;
	opacity: 0.6;
}

#galleria-1 .galleria-image-nav .galleria-image-nav-left {
	background-image: url("/sites/default/files/icons/galleria-icon-left-24x34px.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 34px;
	opacity: 0.6;
}

#galleria-1 .galleria-image-nav .galleria-image-nav-right:hover {
	opacity: 1;
}

#galleria-1 .galleria-image-nav .galleria-image-nav-left:hover {
	opacity: 1;
}



/* http://bsdstrategy.github.io/wrappers/default/style.css */





/* VIDEO WRAPPER FOR IFRAME */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 24px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* OMEGA 3 BREAKPOINTS

https://www.drupal.org/node/1706600

breakpoints[narrow] = all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)

breakpoints[normal] = all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape)

breakpoints[wide] = all and (min-width: 1220px)

 */

/* NARROW OR TABLET */

@media all and (min-width: 769px) and (min-device-width: 769px), (max-device-width: 800px) and (min-width: 769px) and (orientation:landscape) {

.section-header {
	height: 100px;
}

/*
.block-menu-commerce {
    vertical-align: bottom;
    float: left;
    padding: 0;
    margin-top: 40px;
}
*/

.block-menu-commerce {
    margin-top: 59px;
    width: 226px;
    display: inline-block;
}

.responsive-menus #block-block-7 {
    display: inline-block;
    float: right;
}

.responsive-menus #block-block-7 a:link, .responsive-menus #block-block-7 a:hover, .responsive-menus #block-block-7 a:visited, .responsive-menus #block-block-7 a:active {
	color: #1367a3
}

.responsive-menus #block-menu-menu-commerce .content li {
    font-size: 15px;
}

.responsive-menus #block-menu-menu-commerce .content li a {
    color: #0b85c7;
    padding: 9px;
}

.block-7 ul.social-links-container {
    padding-top: 52px !important;
}

#block-delta-blocks-logo .logo-img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    width: 225px;
}

.logo-img img {
    max-width: 225px;
}

#region-user-first #block-search-form {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 12px;
	right: 0;
	width: 50%;
	z-index: 500;
}

#section-header #region-user-first .block-search-form .form-text, #section-header #region-user-first .responsive-menus #block-search-form .form-text {
	background: url("/sites/all/themes/cma/images/icon-search-trans.png") no-repeat scroll 96.5% center rgba(0, 0, 0, 0);
}

#region-user-first #block-search-form input[type="submit"] {
	display: none;
}

/*
.block-search-form .form-text, .responsive-menus #block-search-form .form-text {
	border: 1px solid #0460ad;
	left: 0px;
	width: 140px;
	display: block;
	margin: 0;
	float: left;
	font-size: 16px;
}
*/

}

/* NORMAL */

@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {

.block-menu-commerce {
    margin-top: 37px;
    width: 360px;
}

.responsive-menus #block-menu-menu-commerce .content li {
    font-size: 18px;
}

.responsive-menus #block-menu-menu-commerce .content li a {
    padding: 18px;
}

#region-user-first #block-search-form {
	width: 38%;
}

}


/* GET E-NEWS V2 */

#signup table {
	border: none;
}

#country {
	font-size: 1em;
	padding: 6px;
}

#signup label {
	display: inline-block;
}