/*
Theme Name: Atlantic Packaging
Theme URI: http://www.atlantic.ca
Author: Razorbraille Creative Inc
Author URI: http://www.razorbraille.com
Description: Custom (based on Twenty Twelve and build with Bootstrap)
Version: 1.0
Text Domain: atlanticpackaging


*/

/* =Notes
--------------------------------------------------------------

"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

BitterRegular
BitterItalic
BitterBold


*/

body {
	background: url(images/bk-global.jpg) repeat;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	
}



a {
	text-decoration: none;
	
}

a:active,
a:focus,
a:visited,
a:hover {
	text-decoration: none !Important;
	outline: 0;
}

p {
	margin: 0 0 30px 0;
}


/* GLOBAL SITE STRUCTURE */

#atlantic-footer {
	background: url(images/bk-footer.png) repeat;
	min-height: 500px;
	border-top: 8px solid #e53012;
}

#atlantic-footer-content {
	border-top: #fff solid 60px;
	margin-top: -8px;
	padding-top: 50px;
	color: #5b5b5b;
	font-weight: bold;
}

#atlantic-footer a {
	color: #999;
}

#atlantic-footer a:hover {
	color: #fff;
}

ul.footer-nav {
	margin: 3px 25px 0 0;
	padding: 0;
	list-style: none;
}

ul.footer-nav li {
	margin: 0;
	border-left: 1px dotted #666;
	padding: 0 3px 0 7px;
	list-style: none;
	display: inline-block;
}

ul.footer-nav li:first-child {
	border-left: 0;
}

#atlantic-content {
	background: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.4);
}

.linked-in {
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.twitter {
	margin-top: -8px;
	margin-right: 20px;
	display: inline-block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}






/*TOP BANNER AND SEARCH */
#atlantic-banner {
	min-height: 40px;
	background: #252525;
}

#atlantic-contact {
	margin-top: 8px;
	color: #9a9a9a;
	font-family: BitterRegular;
	font-size: 15px;
}

#atlantic-contact a {
	color: #fff;
	font-size: 15px;
}

#atlantic-contact .phone-number {
	color: #fff;
	font-family: BitterBold;
}

#atlantic-banner form {
	margin: 5px 0 0 0;
	padding: 0;
}

#atlantic-search label {
	 display: none;
}

#atlantic-search input[type="text"] {
    background-color: #353535;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: none;
	color: #9a9a9a;
	font-family: BitterRegular;
	font-size: 15px;
	width: 150px;
}

#atlantic-search .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #353535;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
	padding: 2px 12px 6px 12px;
}

#atlantic-search .btn:hover {
	color: #e53012;
}



/* GLOBAL NAV */

#atlantic-nav {
	z-index: 8675300 !Important;
}

#atlantic-nav .brand {
	background: url(images/logo-atlantic-75.png) no-repeat;
	text-indent: -5000px;
	min-width: 275px;
	min-height: 72px;
	padding: 0;
	margin-top: 13px;
	margin-bottom: 13px;
}

#atlantic-nav .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#atlantic-nav .navbar-static-top .navbar-inner {
    border: 0;
}

#atlantic-nav .navbar-inner {
    background-color: #fff;
    background-image: none;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#menu-global-nav {
	margin-top: 30px;
}

#menu-global-nav li {
	position: relative;
}


#menu-global-nav li ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	min-width: 220px;
	z-index: 8675301 !Important;
	list-style: none;
}

#menu-global-nav .menu-item:hover > a {
	background-color: #ef4023;
	color: #fff;
}

#menu-global-nav li ul a {
	background-color: #333;
	display: block;
	color: #ccc;
	line-height: 13px;
	text-transform: capitalize;
}

#menu-global-nav li ul a:hover {
	background-color: #000 !Important;
	display: block;
	color: #ccc;
}

#menu-global-nav li:hover > ul {
	display: block;
}

#menu-global-nav a {
	color: #252525;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	padding: 9px 8px 9px 8px;
	border-radius: 0 !Important;
}

#menu-global-nav a:hover {
	background: #ef4023;
	color: #fff;
}





/* HOMEPAGE & NEWS & SEARCH*/
#atlantic-slideshow {
	background: url(images/bk-slideshow.gif) repeat;
	padding-bottom: 40px;
	box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.4);
}

.atlantic-homepage {
	margin-top: -40px;
}

.atlantic-homepage .entry-content {
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
}

.atlantic-homepage .intro {
	padding: 0 10% 0px 10%;
	text-align: center;
	margin-top: -20px;
	color: #252525;
	font-family: BitterRegular;
	font-size: 18px;
	line-height: 30px;
}

.intro .entry-content {
	margin: 0;
	padding: 0;
}

.atlantic-homepage .intro strong,
.atlantic-homepage .intro b {
	color: #fff;
	background: #e53012;
	font-weight: normal;
	display: inline-block;
	padding: 3px 5px 3px 5px;
}

.atlantic-homepage h3 {
	font-family: BitterRegular;
	font-size: 22px;
	color: #666;
	line-height: 24px;
	margin: 2px 0 3px 0;
	padding: 3px 0 15px 30px;
	font-weight: normal;
	background: url(images/icon-dash.png) no-repeat;
}

.sub-nav h3 {
	font-family: BitterRegular;
	font-size: 22px;
	color: #898989;
	line-height: 24px;
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: normal;
}

.homepage-products {
	padding: 0 0 0 12%;
}

.homepage-products ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: #c4d4e4 1px solid;
}

.homepage-products ul li,
.widget_categories ul li,
.widget_nav_menu ul li {
	list-style: none !Important;
	margin: 0;
	padding: 0;
	border-bottom: #c4d4e4 1px solid;
}

.homepage-products ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a {
	background: url(images/icon-arrows-left.png) no-repeat center right;
	color: #014691;
	padding: 10px 30px 10px 10px;
	display: block;
}

.homepage-products ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover {
	background: #e6ecf1 url(images/icon-arrows-left-hover.png) no-repeat center right;
	color: #e73310;
}

.homepage-news ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: #c4d4e4 1px solid;
}

.homepage-news ul li,
.widget_recent_entries ul li {
	list-style: none !Important;
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
}

.homepage-news ul li a,
.widget_recent_entries ul li a {
	color: #014691;
}

.homepage-news ul li a:hover,
.widget_recent_entries ul li a:hover {
	color: #e73310;
}

.homepage-news ul li .post-date,
.widget_recent_entries ul li .post-date,
.widget_twitter ul li .post-date {
	display: block;
	color: #999;
	font-size: 12px;
}

.homepage-markets {
	padding: 0 12% 0 0;
}

.homepage-featured-content {
	padding: 15px;
	border: #c4d4e4 1px solid;
}

.homepage-featured-title {
	display: block;
	font-family: BitterRegular;
	font-size: 22px;
	line-height: 26px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 5px;
}

.homepage-featured-blurb {
	display: block;
	padding-right: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #666;
	margin-left: 5px;
}

.atlantic-homepage a.more-link {
	color: #e73310;
	display: block;
	font-family: BitterRegular;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	margin-top: 10px;
	margin-right: 4px;
}

.atlantic-homepage a:hover.more-link {
	color: #333;
}


.widget_twitter .entry-content {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 0;
	padding: 0;
}

.widget_twitter .entry-meta {
	text-transform: capitalize !Important;
}

.widget_twitter .entry-meta a {
	color: #999;
}

.widget_twitter h2 {
	display: none;
}

.widget_twitter ul li {
	list-style: none !Important;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border-bottom: #c4d4e4 1px solid;
}

.widget_twitter .follow-button {
	display: block;
	margin-top: 25px;
}





/* PAGE HEADER & BREADCRUMB */
#atlantic-crumbs {
	height: 25px;
	padding-top: 30px;
	padding-left: 50px;
	font-family: BitterRegular;
	font-size: 13px;
	color: #fff;
}

#atlantic-crumbs a {
	color: #fff;
}

#atlantic-crumbs .current {
	display: none;
}


#atlantic-page-header {
	overflow: visible;
	position: relative;
}

#atlantic-page-header .page-header {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 30px 45px;
}

#atlantic-page-header h1 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
	color: #fff;
	font-family: BitterRegular;
	font-size: 34px;
	font-weight: normal !Important;
}

#atlantic-default-background {
	position: absolute;
	width: 320px;
	height:170px;
	background: url(images/bk-page-header-default.png) no-repeat;
	top: 0;
	right: 0;
}

#atlantic-custom-background {
	position: absolute;
	width: 320px;
	height:170px;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
}



/* LEFT SIDE NAVIGATION NAV - TYPE 2 */

.careers-nav-list {
	border-bottom: #c4d4e4 1px solid;
	margin: 0;
	padding: 0;
}

.careers-nav-list li a {
	display: block !Important;
}

.careers-nav-list li {
	list-style: none !Important;
	margin: 0;
	padding: 0;
	border-top: #c4d4e4 1px solid;
}

.careers-nav-list li a {
	background: url(images/icon-arrows-left.png) no-repeat center right;
}

.careers-nav-list li.current_page_item a {
	background: #e6ecf1 url(images/icon-arrows-left.png) no-repeat center right;
	font-weight: bold;
}

.careers-nav-list li a {
	color: #014691;
	padding: 10px 30px 10px 10px;
}

.careers-nav-list li a:hover {
	background: #e6ecf1 url(images/icon-arrows-left-hover.png) no-repeat center right;
	color: #e73310;
}



/* LEFT SIDE NAVIGATION NAV */

.sub-nav,
.contact-block {
	padding: 0 2% 0 12%;
}

ul.products-nav li ul {
	display: none;
}

ul.products-nav li.current-page-ancestor ul,
ul.products-nav li.current-menu-item ul {
	display: block !Important;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li:first-child a {
	display: none;
}

.widget ul li ul.children a {
	display: block !Important;
}

.widget ul li ul.children {
	list-style: none !Important;
	margin: 0;
	padding: 0;
	border-top: #c4d4e4 1px solid;
}

.widget ul li ul.children li {
	list-style: none !Important;
	margin: 0;
	padding: 0;
	border-bottom: #c4d4e4 1px solid;
}

.widget ul li ul.children li a {
	background: url(images/icon-arrows-left.png) no-repeat center right;
}

 .widget ul li ul.children li.current_page_item a:first-child {
	background: #e6ecf1 url(images/icon-arrows-left.png) no-repeat center right;
	font-weight: bold;
}

.widget ul li ul.children li.current_page_parent a:first-child,
.widget ul li ul.children li.current_page_ancestor a:first-child {
	background: #e6ecf1 url(images/icon-arrows-down.png) no-repeat center right;
	font-weight: bold;
}


.widget ul li ul.children li a {
	color: #014691;
	padding: 10px 30px 10px 10px;
}

.widget ul li ul.children li a:hover {
	background: #e6ecf1 url(images/icon-arrows-left-hover.png) no-repeat center right;
	color: #e73310;
}

.widget ul li ul.children li ul.children li {
	list-style: none !Important;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.widget ul li ul.children li ul.children li a {
	color: #014691;
	padding: 10px 10px 10px 20px;
	background: #f2f5f8 !Important;
	font-weight: bold !Important;
	color: #666 !Important;
	border-top: 1px dotted #fff;
}

.widget ul li ul.children li ul.children li a:hover {
	color: #e73310 !Important;
	background: #e6ecf1 !Important;
}

.widget ul li ul.children li ul.children li.current_page_item a {
	color: #e73310 !Important;
	padding: 10px 10px 10px 20px;
	background: #f2f5f8 !Important;
	font-weight: bold !Important;
	border-top: 1px dotted #fff;
}

.widget ul li ul.children li ul.children li ul.children li a {
	padding: 10px 10px 10px 30px;
	background: #fff !Important;
	font-weight: normal !Important;
	color: #666 !Important;
}

.widget ul li ul.children li ul.children li ul.children li a:hover {
	color: #000 !Important;
}

.widget ul li ul.children li ul.children li ul.children li.current_page_item a {
	color: #e73310 !Important;
	font-weight: bold !Important;
}



/* NEWS & SEARCH RESULTS */
#atlantic-search-results .entry-summary,
#atlantic-search-results .entry-header ,
#atlantic-search-results .navigation {
	padding-left: 5%;
	
}

#atlantic-search-results .entry-title {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

.search-term {
	font-family: BitterItalic;
}

.news-widget {
	margin-bottom: 30px;
}

.entry-content,
.entry-summary,
.entry-header,
.entry-meta {
	padding-right: 7%;
	clear: both;
	overflow: hidden;
}

.page-template-locations .entry-content {
	padding-right: 0 !important;
}


.entry-meta {
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

#atlantic-news .entry-title {
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
}

.entry-title {
	font-family: BitterRegular;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}

.entry-content,
.entry-summary,
.contact-block {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
}

.entry-meta a {
	color: #666;
}

.entry-meta a:hover {
	color: #333;
}

.entry-content a,
.entry-summary a,
.entry-header a,
.contact-block a {
	color: #e53012;
}

.entry-content a:hover,
.entry-summary a:hover,
.entry-header a:hover,
.contact-block a:hover {
	color: #333;
}

.entry-content h2,
.contact-block h2 {
	font-family: BitterRegular;
	font-size: 36px;
	color: #666;
	line-height: 42px;
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: normal;
}

.entry-content h3,
.contact-block h3 {
	font-family: BitterRegular;
	font-size: 28px;
	color: #56799f;
	line-height: 32px;
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: normal;
}

.entry-content h4,
.contact-block h4 {
	font-family: BitterRegular;
	font-size: 21px;
	color: #999;
	line-height: 24px;
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: normal;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 35px;
	margin-left: 40px;
	line-height: 26px !Important;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 8px;
	line-height: 26px !Important;
}

.page-template-covid .entry-content ol li img {
	position: relative;
	top: -3px;
}



.entry-content blockquote {
    border-left: 1px solid #e53012;
    margin: 0 0 35px 20px;
    padding: 0 0 0 15px;
	color: #666;
}

.entry-content  blockquote p {
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}

.page-id-2093 .entry-content img {
	border: #fff 1px solid !important;
	padding: 7px;
}

.entry-content .wp-caption-text {
	margin-left: 12px;
	color: #999;
	font-size: 12px;
}

.featured-image {
	margin-bottom: 10px;
}

.entry-content .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.entry-content .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


a.read-more {
	color: #014691;
	display: block;
}


/* PRODUCT MAINPAGE */
.products-chunk {
	width: 46%;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px;
}

.products-chunk a {
	color: #fff;
}

.products-chunk a:hover {
	color: #fff;
}

.products-chunk img {
	border: 0;
	padding: 0;
}

.products-chunk-image {
	position: relative;
	display: block;
	border: #c4d4e4 1px solid;
	padding: 7px;
}

.products-chunk-image:hover {
	border: #333 1px solid;
}

.products-chunk-title {
	position: absolute;
	left: 0;
	padding: 1% 2% 1% 2%;
	bottom: 0;
	width: 96%;
	display: block;
	background: url(images/bk-black-transparent.png) repeat;
	font-family: BitterRegular;
	font-size: 14px;
}

.products-chunk-excerpt {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 19px;
	margin: 3px 0 0 4px;
}

/* GALLERY STUFF */
#atlantic-gallery {
	padding-right: 7%;
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}


/* BOTTOM STUFF */
#atlantic-bottom {
	border: 1px dotted #c4d4e4;
	padding: 20px;
}



/* FAQ STUFF */

.faq-block {
	margin-bottom: 35px;
}

.faq-question {
	font-family: BitterRegular;
	font-size: 21px;
	color: #999;
	line-height: 28px;
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: normal;
}

/* MANAGEMENT STUFF */
.management-block {
	padding-right: 3%;
	width: 22%;
	float: left;
	min-height: 300px;
}

.management-block img {
	width: 95%;
}

.management-name {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: BitterRegular;
	font-size: 18px;
	color: #666;
	line-height: 21px;
	font-weight: normal;
}

.management-title {
	margin-left: 6px;	
	color: #999;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

/* LOCATION STUFF */
.location-block {
	display: block;
	clear: both;
}


.location-address {
	margin-bottom: 10px;
	float: left;
	width: 25%;
}

.location-section-description {
	clear: both;
	display: block;
}


/* CONTACT FORM */
.wpcf7-form br {
	display: none;
}

.wpcf7-form p {
	margin: 0 0 10px 0;
}

#form-sales-force {
	margin: -30px 0 0 5px;
}

.wpcf7-form label,
#form-sales-force label,
.gform_body label {
	cursor: default;
	margin-bottom: 0 !important;
	font-weight: bold;
}

.ginput_complex label {
	color: #999;
	text-transform: uppercase;
}

.gform_body .ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gfield_radio li input {
	margin-top: -1px !important;
}

.wpcf7-form input[type=tel],
#form-sales-force input[type=tel] {
    width: 50%;
	background: #f1f1f1 !Important;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
#form-sales-force input[type=text],
#form-sales-force input[type=email],
.gform_body input[type=text],
.gform_body input[type=email] {
    width: 60%;
    height: auto !important;
	background: #f1f1f1 !Important;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}

.wpcf7-form select,
#form-sales-force select,
.gform_body select {
    width: 50%;
	background: #f1f1f1 !Important;
	min-width: 100px;
}

.gfield_date_dropdown_month select,
.gfield_date_dropdown_day select {
	min-width: 80px;
}

.wpcf7-form textarea,
#form-sales-force textarea,
.gform_body textarea {
    width: 60%;
	background: #f1f1f1;
}

#form-sales-force input[type=submit] {
    display: block;
	margin: 20px 0 50px 0;
}

.gform_footer  input[type=submit] {
	color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #da4f49;
	  *background-color: #bd362f;
	  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	  background-repeat: repeat-x;
	  border-color: #bd362f #bd362f #802420;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.gform_footer  input[type=submit]:focus {
	outline: none !important;	
}

.wpcf7-validation-errors {
	padding: 8px 35px 8px 14p !Important;
  	margin-bottom: 20px;
  	margin-left: 0 !Important;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   	color: #b94a48;
  	background-color: #f2dede;
	border: 1px solid #eed3d7 !Important;
  	-webkit-border-radius: 4px;
     	-moz-border-radius: 4px;
        	  border-radius: 4px;
}

.wpcf7-mail-sent-ok {
	padding: 8px 35px 8px 14p !Important;
  	margin-bottom: 20px;
  	margin-left: 0 !Important;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   	color: #468847;
  	background-color: #dff0d8;
	border: 1px solid #d6e9c6 !Important;
  	-webkit-border-radius: 4px;
     	-moz-border-radius: 4px;
        	  border-radius: 4px;
}



.wpcf7-not-valid-tip {
	padding: 8px 35px 8px 14p !Important;
 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !Important;
   	color: #b94a48 !Important;
  	background-color: #f2dede !Important;
	border: 1px solid #eed3d7 !Important;
  	-webkit-border-radius: 4px !Important;
     	-moz-border-radius: 4px !Important;
        	  border-radius: 4px !Important;
}




/* CALCULATOR */

#atlantic-calculator {
	overflow: hidden;
	margin-right: 6.5%;
	padding: 19px 0 19px 19px;
}

#calculator-input {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 30px;
}


#calculator-slider {
	margin-bottom: 30px;
	margin-right: 4%;
	display: block;
	clear: both;
}

#calculator-value {
	font-family: BitterBold;
	font-size: 150px;
	line-height: 130px;
	color: #666;
	padding-right: 8px;
}

#calculator-value span {
	font-family: BitterItalic;
	font-size: 30px;
	color: #ccc;
	text-transform: lowercase;
	margin-left: -30px;
}

.calculator-item {
	margin-bottom: 12px !Important; 
	margin-right: 3% !Important; 
	padding: 2% 2% 2% 1% !Important; 
	color: #999;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

.calculator-item span {
	font-family: BitterBold;
	font-size: 48px;
	color: #8dc63f;
	display: block;
	line-height: 48px;
}

#atlantic-calculator .well {
	background-color: #fff !Important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /* background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #8dc63f !Important;
    border: 1px #8dc63f solid !Important;
    color: #555555;
    font-weight: normal; */
}

.ui-widget-content {
   /*  background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #333 !Important;
    border: 1px solid #333 !Important;
    color: #222222;*/
}

.micro-text {
	color: #999 !Important;
	font-size: 12px !Important;
	line-height: 18px !Important;
	text-transform: uppercase !Important;
}

.icons-trees {
	background: url(images/icons-calculator.png) no-repeat 0 0;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-forest {
	background: url(images/icons-calculator.png) no-repeat 0 -70px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-ghg {
	background: url(images/icons-calculator.png) no-repeat 0 -140px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-water {
	background: url(images/icons-calculator.png) no-repeat 0 -210px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-bottles {
	background: url(images/icons-calculator.png) no-repeat 0 -280px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-energy {
	background: url(images/icons-calculator.png) no-repeat 0 -350px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-heat-cool {
	background: url(images/icons-calculator.png) no-repeat 0 -420px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-landfill {
	background: url(images/icons-calculator.png) no-repeat 0 -490px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.icons-trucks {
	background: url(images/icons-calculator.png) no-repeat 0 -560px;
	width: 70px;
	height: 75px;
	float: left;
	margin-right: 7px;
	margin-top: -5px;
}

/* CHART */
.sustainability-chart {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px 0 40px 0;
}

.sustainability-chart a {
	color: #fff;
}

.sustainability-list {
	float: left;
	width: 60%;
}

.sustainability-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: BitterItalic;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.sustainability-list ul li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 2px 40px 2px 5px;
	line-height: 10px;
}

.sustainability-list ul li.list-even {
	background: url(images/bk-sustainability-list.png) no-repeat right center !Important;
}

.sustainability-list ul li.list-odd {
	background: url(images/bk-sustainability-list-odd.png) no-repeat right center !Important;
}

.sustainability-image {
	float: left;
	width: 40%;
}

.sustainability-image img {
	border: 0;
	padding: 0;
}

/* TIMELINE */

#atlantic-timeline {
	overflow: hidden;
	margin-right: 6.5%;
	margin-top: -30px;
}

.accordion-group {
  	margin-bottom: 2px;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       border-radius: 4px;
		border: 1px solid #fff;
  
}

a:hover.accordion-toggle  {
	background: #333 url(images/bk-footer.png) repeat;
	color: #999;
}

.active  {
	background: #333 url(images/bk-footer.png) repeat !Important;
	color: #999 !Important;
}

a.accordion-toggle {
  	padding: 14px 15px 16px 15px !Important;
	font-family: BitterBold;
	font-size: 24px;
	background: #e53012;
	color: #fff;
}

.accordion-inner {
  	padding: 19px;
  	background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
  	-webkit-border-radius: 0 0 4px 4px;
  	-moz-border-radius: 0 0 4px 4px;
       border-radius: 0 0 4px 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		 color: #999;
		 font-size:18px;
		 line-height: 26px;
		 font-family: BitterRegular;
}

.accordion-inner ul {
	list-style: none;
	 font-size: 18px;
	line-height: 26px !Important;
	margin: 0;
	padding: 0;
}

.accordion-inner ul li {
	list-style: none;
	 font-size: 18px;
	line-height: 26px !Important;
	margin-bottom: 20px;
	padding-left: 23px;
	background: url(images/icon-bullet-timeline.png) no-repeat 0 3px;
}

/* IFRAME */

.iframe-rwd  {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

/* SHARE */
#atlantic-share {
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
	margin-bottom: 20px !Important;
	margin-top: -30px !Important;
}


/* TOOL TIPS */

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip-inner {
	max-width: 400px;
	width: auto;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}

/* CAREER SITE */

table.JobListing {
	width:100%
}


table.JobListing th {
	text-align:left;
	padding-right:10px;
}

table.JobListing td {
	padding-right:10px
}



/* MAP */
.wpgmp_toggle_main_container,
.wpgmp_filter_wrappers {
	box-sizing: border-box !important;
}

.wpgmp_listing_container .fc-item-box {
	border-top: 1px dotted #c4d4e4;
	border-left: 0;
	border-right: 0;
	padding: 20px 0 0 0 !important;
	margin: 0 !important;
}

.wpgmp_listing_container {
	padding-bottom: 12px !important;
	border-bottom: 1px dotted #c4d4e4;
}

.wpgmp_listing_list .fc-item-box {
    margin: 10px 0 !important;
}

.wpgmp_listing_container .fc-item-box .fc-feature-img img {
	border: 1px solid #c4d3e3;
	max-width: 100%;
	height: auto;
	box-sizing: border-box !important;
}

.wpgmp_listing_container .fc-item-box .fc-item-title a {
	font-family: BitterRegular  !important;
	font-size: 24px  !important;
	color: #56799f  !important;
	line-height: 32px  !important;
	text-transform: none !important;
	margin: 0 0 0 0  !important;
	padding: 15px 0 0 0 !important;
	font-weight: normal  !important;
	display: block !important;
}

.wpgmp_listing_container .fc-item-box .fc-item-content .fc-location-marker::before {
	display: none !important;
}

.wpgmp-map-1 .fc-location-marker.fc-css {
	padding-left: 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
	color: #333 !important;
	font-weight: 500 !important;
}

.wpgmp_listing_container .fc-item-box .fc-item-meta {
	display: none !important;
}

.wpgmp_listing_list .wpgmp_locations {
	border-bottom: 0 !important;
}


.wpgmp_tabs_container .wpgmp_tab_item input[type="checkbox"] {
    vertical-align: middle !important;
	display: table-cell !important;
    margin: 0 !important;
    position: relative;
    top: -2px;
}

.wpgmp_tabs_container #wpgmp_tab_0 .wpgmp_tab_item:hover input[type="checkbox"],
.wpgmp_tabs_container #wpgmp_tab_3 .wpgmp_tab_item:hover input[type="checkbox"] {
    display: table-cell !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    width: auto;
    margin: 0 !important;
}

.wpgmp_tabs_container .wpgmp_tab_item {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-size: 14px !important;
}

.wpgmp_toggle_main_container {
	padding: 0 1rem 1rem 1rem !important;
}

.wpgmp_location_container li a {
	font-size: 11px !important;
}

.wpgmp_toggle_container {
	background-color: #ef4023 !important;
	font-weight: 700 !important;
	font-size: 12px !important;
}

.wpgmp_iw_content .fc-itemcontent-padding {
	padding-bottom: 20px !important;
}

.wpgmza-marker-listing-category-filter > span::after {
	content: " by Facility";
}

.wpgmza_custom_fields,
.wpgmza-rating-container {
	display: none;	
}

.wpgmp_iw_content .fc-feature-img img {
	border-bottom: 1px solid #c4d4e4 !important;
}

.wpgmp_tabs li.wpgmp-tab-0 {
	margin-bottom: 0 !important;
	font-family: BitterRegular  !important;
	font-size: 16px  !important;
	color: #ffffff  !important;
	line-height: 1  !important;
	text-transform: none !important;
	margin: 0 0 0 0  !important;
	padding: 0 !important;
	font-weight: normal  !important;
}

.wpgmp_tabs li.wpgmp-tab-0 a {
	color: #ffffff  !important;
}


/* Second Map */

.wpgmza-pagination {
	display: none;
}

.map-content {
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
}

 #wpgmza_filter_1 {
	order: 2;
	width: 100%;
	background: #efefef;
    padding: 20px;
    font-family: BitterRegular;
	font-size: 16px;
	color: #ef4023;
	font-weight: normal;
}

 #wpgmza_filter_1 select {
	border: 0;
	position: relative;
	top: 5px;
	margin-left: 10px;
    box-shadow: none !important;
    padding: 5px 10px;
    border-radius: 0;
    height: inherit;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(images/white_select_arrow.png) no-repeat 99% 50% #212f3d;
 }

#wpgmza_map_1 {
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}

.gm-style .gm-style-iw-c {
	border-radius: 0;
	padding: 0;
	max-width: 300px !important;
}

#wpgmza_map_1 .wpgmza-infowindow img {
	max-width: 100% !important;
	height: auto;
	border-bottom: 1px solid #c4d4e4;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

#wpgmza_map_1 button.gm-ui-hover-effect {
	top: 0 !important;
}

#wpgmza_map_1 button.gm-ui-hover-effect img {
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}

.gm-style-iw-d {
	overflow: hidden !important;
}

#wpgmza_map_1 .wpgmza-infowindow {
	display: flex;
	flex-wrap: wrap;
}

#wpgmza_map_1 .wpgmza-infowindow p {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	
}

.wpgmza-infowindow p.wpgmza_infowindow_title {
	font-family: BitterRegular;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0 0 10px 0 !important;
}

.wpgmza-infowindow .wpgmza_infowindow_description {
	padding-bottom: 10px !important;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-weight: 500 !important;
	margin: 0 0 5px 0 !important;
	color: #999 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

.wpgmza-infowindow .wpgmza_infowindow_description p {
	margin: 0 0 5px 0 !important;
}

.wpgmza-infowindow p.wpgmza_infowindow_address {
	padding-bottom: 5px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
	color: #666 !important;
	font-weight: 500 !important;
	margin: 0 0 0 0 !important;
}

.wpgmza-infowindow p.wpgmza_infowindow_address p {
	margin: 0;
	padding: 0;
}

#wpgmza_marker_list_1 .wpgmza_basic_row {
	margin: 10px 0 10px 0;
	border-top: 1px dotted #c4d4e4 !important;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 15px 2px !important;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-basic-listing-image-holder {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder {
	width: 71%;
	padding-left: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder .wpgmza-address {
	font-size: 16px !important;
	line-height: 20px !important;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
	color: #999 !important;
	font-weight: 500 !important;
	font-style: normal;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder img {
	margin: 0 2px 0 -5px !important;
	position: relative;
	top: -5px;
	max-width: 35px !important;
}



#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder strong {
	font-family: BitterRegular  !important;
	font-size: 24px  !important;
	color: #56799f  !important;
	line-height: 32px  !important;
	text-transform: none !important;
	font-weight: normal  !important;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder strong a {
	color: #56799f  !important;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-basic-listing-image-holder img {
	padding: 0 !important;
	margin-left: 1px;
	border-color: #c4d3e3;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder .wpgmza-desc {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-weight: 500 !important;
	margin: 5px 0 5px 0 !important;
	color: #666 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	position: relative;
}

#wpgmza_marker_list_1 .wpgmza_basic_row .wpgmza-content-address-holder .wpgmza-desc p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 16px !important;
	line-height: 20px !important;
}



.gm-style .gm-style-iw-t::after {
	top: -1px !important;
}


#wpgmza_marker_list_1 {
	order: 3;
	width: 100%;
}
