/*
Theme Name: Homeland Prep News
Author: Efren Labrador
Author URI: https://www.homelandprepnews.com/
Version: 1.0
*/

.header {
  padding-top: 40px;
  padding-bottom: 10px;
}

.current_page_item {
    background: #989898 none repeat scroll 0 0;
}
.uk-navbar-toggle.uk-visible-small, .uk-navbar {
  background: #eaeaea; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaeaea 0%, #c7c7c7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaeaea 0%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaeaea 0%,#c7c7c7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaeaea 0%,#c7c7c7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaeaea 0%,#c7c7c7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */
  border-bottom: 3px solid #989898;
  border-top: medium none !important;
  width: 100%;
}
.uk-navbar-nav > li > a {
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0 12px;
    text-decoration: none;
    cursor: pointer!important;
}
.uk-navbar-nav > li > a:hover {
  background: #989898 none repeat scroll 0 0;
  color:#fff;
}
.uk-navbar-nav > li:before {
  content:"|";
  left: -2px;
  position: absolute;
  top: 29%;
}
.uk-navbar-nav > li:first-child:before {
  content:"";
}
input.searchinput {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    font-family: Arial;
    font-size: 11px;
    height: 20px;
    margin: 0 0 0 2px;
    padding: 3px 5px;
    max-width: 250px;
    width: 100%;
}
input.searchsubmit {
    background: rgba(0, 0, 0, 0) url("img/search-icon.png") no-repeat scroll 0 0;
    border: medium none;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}

input[type="submit"] {
    color: #676767;
}

input[type="text"], textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 2px;
}

.widget-title {
background: #9e0b0f none repeat scroll 0 0;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
color: #fff;
font-family: arial,sans-serif;
font-size: 17px;
line-height: 22px;
padding: 5px 10px;
}

.home-content h3.widget-title {
  padding:1px 10px;
  line-height: 36px;
  border-bottom: none;
  background: #9e0b0f;
  margin-bottom: 0;
}

body, input, textarea {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}

.content {
  padding-top: 20px;
}
#widget-area ul {
list-style: outside none none;
margin-left: 0;
padding: 0;
position: relative;
}
#searchform {
  padding: 0 0 20px;
}

p,ul {
    color: #000;
    font-family:georgia,"times new roman",times,serif;
    font-size: 15px;
    margin-bottom: 18px;
    text-align: left;
    line-height: 24px;
}
p > a {
	display: inline-block;
}
/* newsletter */
.newsletter-widget {
    position: relative;
}
.newsletter-email {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    height: 23px;
    margin-top: 3px;
    padding: 2px;
    max-width: 264px;
    width: 100%;
}

.newsletter-submit {
    border: 1px solid #d2d2d2;
    display: block;
    height: 29px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 3px;
}

/* end of newsletter */

a {
    color: #9e0b0f;
}
a:hover {
  text-decoration: none;
  color:#9e0b0f;
    cursor: pointer;
}
/* top widgets */
#widget-area ul ul {
list-style: outside none square!important;
margin-left: 0;
padding: 0 15px 15px 15px;
    font-size: 14px;
}
.popular-posts li a {
    font-weight: normal;
    text-decoration: none;
}
/* end of top widgets */


/* compact archives */

.compact-archives {
    margin-left: 15px !important;
}
.compact-archives li {
    float: left;
    font-size: 13px;
    line-height: 20px;
    list-style: outside none none;
    margin-bottom: 16px;
    width: 100%;
    padding-left:0!important;
}

.compact-archives strong {
    display: block;
    width: 100%;
}
.month-post-container {
    float: left;
    margin-left: 40px;
    text-align: center;
    width: 28px;
}
.compact-archives .emptymonth {
    display: none;
}

/* end of compact archive */


/* foooter */
footer {
  margin-top: 20px;
  border-top: 1px solid #593d2a;
  padding-top: 20px;
}
#footerCopyright {
  text-align: right;
}
footer ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #000000;
  padding: 0 10px;
}
footer ul li:first-child {
  border-left: none;
}
footer ul li a {
  color:#000;
}
footer ul li a:hover {
  text-decoration: underline;
  color:#000;
}
#footerLink a {
  font-weight: bold;
  color:#000;
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 3px;
}
/* end of footer */


#content .entry-title {
	color: #000;
	font-family: georgia,"times new roman",times,serif;
	font-size: 24px !important;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}

#features .entry-title {
font-size: 22px !important;
line-height: 26px;
}
#latestNews .entry-title {
font-size: 16px !important;
line-height: 20px;
}
#latestNews, #features {
  margin-top: 15px;

}
.entry-content, .entry-summary {
    clear: both;
    color: #333333;
    padding: 8px 0 0;
}

.articles, .home-content {
  border-right: 2px dotted #ccc;
  margin-right: 15px;
  padding-right: 15px;
}

.featured-post {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom:0;
  padding-bottom:0;
  line-height: 18px;
}
/* breadcrumbs */
.breadcrumb {
    margin-bottom: 4px;
}
.breadcrumb a {
    color: #000000;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.nav-previous {
    float: left;
    padding: 10px 0;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}
.stories-nav-content .nav-previous {
    text-align: left;
    width: 45%;
}
.nav-next {
    float: right;
    padding: 10px 0;
    text-align: right;
    text-transform: uppercase;
}
.stories-nav-content .nav-next {
    text-align: right;
    width: 45%;
}
.featured-post {
  padding:15px;
}
#content figure {

}
@media (max-width: 480px) {
    .gfield_label {
        display: block!important;
        margin-bottom: 10px!important;
        line-height: 23px;
    }
    .mailster-list.col {
        width: 100% !important;
    }
    .macallanSites li {
        width: 100%!important;
    }
    .teamInfo {
        padding-left: 0!important;
    }
    .macallanSites .card .thumb {
        width: 100%!important;
        padding: 0!important;
        position: relative!important;
        max-width: 100%!important;
    }
    .teamInfo {
        padding-left: 0!important;
        text-align: center!important;
    }
    .teamThumb {
        position: relative!important;
        margin: auto!important;
    }
    .storyCaption,.storyFeatured {
	   width: 100%!important;
        display: block!important;
        max-width: 100%!important;
    }
    .storyCaption {
        margin-bottom: 10px!important;
    }
    .caption {
        padding:0!important;
    }
    .thumb.featuredThumb {
        width: 100%!important;
        margin: 0!important;
    }
    .thumb > div {
        margin-bottom: 5px;
        display: block;
        float: left;
        text-align: center;
        width: 100%;
        margin-top:10px;
    }
    
    .featured-post img {
        margin-left: 0;
        max-width: 100%!important;
      width: 100%!important;
      margin-bottom: 10px; 
        max-height: 100%!important;
        height: 100%!important;
    }
    .thumbnail {
      margin-left: 0;
      max-width: 100%!important;
      width: 100%!important;
      margin-bottom: 10px;
    }
    #story .attachment-post-thumbnail {
  width: 100%;
  max-width: 100%!important;
}
    .uk-container-center {
        width: 100%;
        overflow: hidden;
    }
    .bpw-logo {
        margin: 15px 0 0 0;
        padding: 15px 0 5px;
        width: 100%!important;
    }
    .home-content figure {
        margin:0!important;
    }
    #latestNews figure {
    margin-left: 0;
    width: 100%!important;
    margin-top: 15px!important;
    }
    .homerightcol {
        float: right;
        padding-left: 0!important;
        border-left: none!important;
    }
    #search {
  width: 100%!important;
  box-sizing: border-box!important;
}
    #searchform {
  width: 100%!important;
  float: left!important;
  padding: 0!important;
}
    input#s {
  width: 100%!important;
  box-sizing: border-box;
  height: 33px!important;
}
    #story .articles {
    margin-right: 0!important;
}
    .home-content {
    margin-right: 0!important;
}
}
@media (min-width: 768px) and (max-width: 1024px){ 
    div#content {
    padding: 0 15px 0 0;
    }
    #search {
        width: 22%!important;
    }
    #s {
        width: 80%!important;
    }
}
@media (min-width: 481px) and (max-width: 769px){
    .home-content {
    margin-right: 15px;
    }
    #search {
        display: none;
    }
    #story .articles {
    margin-right: 20px;
    }
    #widget-area {
        margin-top:0!important;
    }
    #features,#latestNews {
        width: 100%!important;
        margin: 15px 15px 0 0!important;
        padding: 0 15px 0 0!important;
    }
    #latestNews {
        padding-left: 0!important;
        border:none;
    }
    .featured-post {
        margin-right: 15px!important
    }
}
/* for small things */
@media (max-width: 769px) {
    .menu-item-has-children > div > ul {
        position: relative !important;
        width: 100% !important;
        background: #515151 !important;
        display: block !important;
        padding-left: 30px !important;
    }
    #latestNews .uk-grid {
  padding-bottom: 25px!important;
}
    .bpw-logo {
  float: left;
  width: 100%!important;
}
    .bpw-logo {
        float:none!important;
        margin:10px 0 0 0!important;
    }
    .socialButtons {
        position: relative !important;
        margin-top: 10px !important;
        margin: 10px auto !important;
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 135px!important;
    }
  .articles, .home-content {
    border-right: none;
    margin-right: 0;
  }
  .header {
    padding-top:30px;
  }
  #footerCopyright, #footerLink {
    text-align: center;
  }
  footer ul li {
    display: block;
    border-left: none;
  }
  #footerLink a{
    display: block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #footerCopyright {
    padding-top: 15px;
  }
  #footerCopyright ul {
    margin:0;
    padding:0;
  }
  #footerCopyright ul li:first-child {
    margin-bottom: 10px;
  }
  #widget-area {
    margin-top: 30px;
  }
  .articles, .home-content {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #content figure {
    padding-left: 0;
    text-align: center;
  }
}

.socialButtons {
bottom: 0;
list-style: outside none none;
margin: 0;
position: absolute;
right: 0;
}
.socialButtons > li {
  float: left;
  padding: 0 5px;
}
#latestNews .uk-grid {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#widget-area .xoxo > li {
    border-bottom: 1px solid #cccccc !important;
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}
.bpw-logo {
float: left;
margin: 0;
padding: 15px 0 5px;
width: 589px;
}
.header .uk-grid {
  width: 100%;
  display: block;
    position: relative;
}
#search {
bottom: 0;
float: right;
padding: 8px 7px 6px;
right: 0;
}
#searchform {
  position: relative;
  text-align: right;
}
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#s {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    float: right;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    width: 215px;
}
#searchsubmit {
    background: #666666 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    height: 31px;
    line-height: 14px;
    padding: 6px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
        cursor: pointer;
}
input#s {
	border-radius: 5px;
	font-size: 14px;
	height: 33px;
	line-height: 1.2em;
	padding: 4px 10px;
	width: 100% !important;
	box-sizing: border-box;
}
.wysija-input {
  box-sizing: border-box;
  padding: 5px 15px !important;
  width: 100%;
  background: #fff!important;
    border: 1px solid #000!important;
}
form.widget_wysija {
  position: relative;
}
.widget_wysija_cont .wysija-submit {
background: #000 none repeat scroll 0 0;
border: medium none;
color: #fff;
height: 28px;
margin-top: 0 !important;
padding: 0 15px;
position: absolute;
right: 1px;
top: 1px;
    cursor: pointer;
}
.widget_wysija_cont .wysija-submit:hover {
    background: #9e0b0f;
}
.compact-archives {
  float: left;
  margin-left: 15px !important;
  padding-left: 0!important;
}
.compact-archives > li > a {
  margin-right: 20px;
  margin-left: 16px;
}
.compact-archives > li > strong a {
font-size: 16px;
margin-bottom: 5px !important;
}
.allmsgs ul {
  margin: 0;
  padding: 0!important;
}
.widget_wysija_cont {
    padding: 0 15px 15px;
}
.wysija-paragraph {
  margin-bottom: 0;
}
.wpp-list {
  list-style: outside none square !important;
}
.slicknav_menu {
	display:none!important;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	#menu {
		display:none!important;
	}
	
	.slicknav_menu {
		display:block!important;
	}
}
.home-content figure img{
  border: 2px solid #ccc;
}
.home-content figure {
  margin-left: 20px;
}
.widget-container a {
    color: #000;
}
.wpp-list li:before,.widget-container  > ul > li:before,.AdvancedText ul li:before {
background: rgba(0, 0, 0, 0) url("img/dots.png") no-repeat scroll 0 0;
content: "";
height: 5px;
left: 2px;
position: absolute;
top: 6px;
width: 5px;
}
.wpp-list li,.widget-container  > ul > li,.AdvancedText ul li  {
clear: both;
float: none;
overflow: hidden;
padding-left: 15px;
position: relative;
    list-style: none;
    font-family: georgia,"times new roman",times,serif;
    margin-bottom: 10px;
}
.compact-archives li:before {
    background: none!important;
}
.homeleftcol {
  float: left;
    padding-right: 15px;
}
.homerightcol {
  float: right;
    padding-left: 15px;
    border-left: 2px dotted #ccc;
}
.entry-meta {
	font-family: georgia,"times new roman",times,serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#latestNews figure {
  margin-left: 0;
  width: 60px;
  margin-top: 15px;
    box-sizing: border-box;
}
.pull-right {
    float:right;
}
#features img {
  width: 120px;
}
.home-content {

}
.menu-item-has-children > div > ul {
	background: #989898 none repeat scroll 0 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 220px;
	display: none;
	z-index: 999;
}
.menu-item-has-children > div > ul > li > a {
  color: #fff;
  padding: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
    font-size: 13px;
    cursor:pointer!important;
}
.menu-item-has-children:hover > div > ul {
    display: block!important
}
.menu-item-has-children > div > ul > li > a:hover,.menu-item-has-children > div > ul > li > a:active {
    color:#fff;
    background: #747474;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #989898!important;
  color: #fff!important;
  /* 3 */
  outline: none;
}
.current-menu-item a {
  background: #989898;
  color: #fff!important;
}
#widget-area .AdvancedText ul {
  padding: 0 15px 0 15px;
}
#latestNews .archiveThumbnail figure,#latestNews .searchThumbnail figure {
  width: 100px;
  float: left;
  margin-left: 15px;
}
#story .attachment-post-thumbnail {
border: 3px solid #cccccc;
float: right;
margin-left: 0;
max-width: 300px;
width: 100%;
}
#features article {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#archives .home-content {
  border: medium none;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
#archives .page-title {
font-size: 24px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 10px;
}


.dateArchives {
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget-container.widgetArchive {
  position: relative;
}
.dateArchives button {
background: #f5f5f5 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #666;
cursor: pointer;
font-family: "arial",sans-serif;
font-size: 14px;
font-weight: bold;
padding: 5px 16px;
}
.dateArchives button:hover {
    background: #666;
    color:#fff;
}
#widget-area .archive-months li {
float: left;
list-style: outside none none;
padding: 5px 15px;
}
#widget-area ul.archive-months {
background: #fff none repeat scroll 0 0;
border: 1px solid #f5f5f5;
border-radius: 4px;
box-sizing: border-box;
float: left;
left: 11px;
margin: 0;
padding: 5px 10px 10px;
position: absolute;
top: 135px;
width: 92%;
}
.yearHeader {
  font-family: arial,sans-serif;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
#archives .uk-grid {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.archivesContainer {
  padding: 10px;
  float: left;
}
.archives.list {
  margin: 0 !important;
  padding: 0!important;
}
#header .uk-grid.uk-grid-collapse {
  position: relative;
}
.headerDate {
  position: absolute;
  right: 0;
  top: 0;
}
#form-wysija-3 .formError {
  left: 0!important;
  position: absolute;
  top: 29px!important;
}
.bpw-logo > a {
  float: left;
}
.thumbnail {
background: #cccccc none repeat scroll 0 0;
display: inline;
float: right;
margin-left: 15px;
max-width: 250px;
padding-bottom: 3px;
}
.thumbCaption {
  display: block;
  float: right;
  width: 100%;
    text-align: center;
}
#about p {
  text-align: left;
}
.home .uk-width-medium-4-6 {
  max-width: 673px;
}
.home #content {
  max-width: 673px!important;  
}
#menu-item-17397 > div > ul {
  width: 200px;
    z-index: 999;
}
i.shareaholic-service-icon.service-twitter:before{
    background: url('img/share_icon_twitter.png') no-repeat!important;
    content: "" !important;
    width: 15px !important;
    height: 9px !important;
    background-size: contain !important;
}
i.shareaholic-service-icon.service-facebook:before {
    background: rgba(0, 0, 0, 0) url("img/share_icon_fb.png") no-repeat scroll 0 0 / contain  !important;
    content: "" !important;
    height: 11px !important;
    width: 15px !important;
    margin-left: 4px;
    margin-top: -1px;
}
i.shareaholic-service-icon.service-google_plus:before {
    background: url('img/share_icon_google.png') no-repeat!important;
    content: "" !important;
    width: 15px !important;
    height: 14px !important;
    background-size: contain !important;
}
.shareaholic-share-buttons i.shareaholic-service-icon.service-all:before {
    background: rgba(0, 0, 0, 0) url("img/share_icon_all.png") no-repeat scroll 0 0 / contain  !important;
    content: "" !important;
    height: 20px !important;
    margin-left: -4px !important;
    margin-top: -5px !important;
    top: -6px !important;
    width: 20px !important;
}
.shareaholic-share-buttons-container.rectangle.flat .shareaholic-share-button-container .shareaholic-service-icon::before {
    left: 7px!important;
    top: 6px!important;
}
.shareaholic-share-buttons-container.rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
    display: block!important;
}
.uk-navbar-toggle:after {
    content: ""!important;
}
.uk-navbar-toggle img {
    width: 17px!important;
    margin-top: 2px;
}
/* PAGINATION */
.cat_navigation li a,
.cat_navigation li a:hover,
.cat_navigation li.active a,
.cat_navigation li.disabled {
	color: #fff;
	text-decoration:none;
    display:inline-block;
}
.cat_navigation li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
}

.cat_navigation li a,
.cat_navigation li a:hover,
.cat_navigation li.active a,
.cat_navigation li.disabled {
	background-color: #f1f1f1;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
    color:#333;
}
.cat_navigation li a:hover, .cat_navigation li.active a {
    background-color: #9e0b0f;
    color: #fff;
}
.cat_navigation {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.cat_navigation > ul {
  clear: both;
  display: block;
  float: left;
    margin:0;
    padding:0;
}
.gtc-list li::before {
  background: rgba(0, 0, 0, 0) url("img/dots.png") no-repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 5px;
}
ol.gtc-list {
  list-style: outside none none;
  padding: 0 15px 10px;
}
.gtc-list > li {
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.gtc-link {
  font-family: georgia,"times new roman",times,serif;
  font-size: 13px;
}
.pageNav .cat_navigation {
  float: left !important;
  margin: 0 5px 0 0;
  width: auto;
}
.cat_navigation li {
  margin-right: 5px;
}
.cat_navigation.first li {
  margin: 0;
}
.pageNav .cat_navigation {
  width: auto;
  margin-right: 10px;
}
.featured-post img {
    float: right;
    max-width: 200px;
    max-height: 200px;
    margin-left: 10px;
    width: auto;
    height: auto;
}
body > .slicknav_menu {
    display: none!important;
}
.clearfix {
    clear: both;
}
#content .entry-title a {
    color:#000;
}
#content .entry-title a:hover,#content .entry-title a:focus {
	color:#9e0b0f!important;
}
.wysijap-template-default .entry-meta,.wysijap-template-default .shareaholic-canvas {
	display: none !important;
}
.storyCaption {
	background: #dedede none repeat scroll 0 0;
	float: right;
	font-size: 12px;
	margin-bottom: 4px;
	text-align: center;
	margin-left: 10px;
	position: relative;
}
.storyThumb {
	position: relative;
    float:left;
}
.storyFeatured {
	border: 5px solid #dedede;
	display: inline;
	float: none;
	margin-bottom: 0;
	margin-left: 0;
	max-width: 300px;
}
.watermark {
	position: absolute;
	left: 0;
	bottom: 4px;
	bottom: 5px;
	background: rgba(222,222,222,.5);
	padding: 0px 5px;
	color: #fff;
	font-size: 8px;
	line-height: 15px;
}
.caption:empty {
	display: none;
}
.caption {
	clear: both;
	display: block;
	font-size: 11px;
	padding: 0;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}

.editorialTeam li {
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.editorialTeam {
	padding: 0;
}
.teamThumb {
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border: 1px solid #cccccc;
	position: absolute;
}
.teamName {
	font-size: 24px;
	color: #666;
	margin-bottom: 8px;
}
.teamEmail {
	font-size: 16px;
	margin-bottom: 10px;
}
.teamEmail a {
    color: #067dc2;
}
.teamEmail a:hover {
    color: #055f93
}
.teamInfo {
	padding-left: 175px;
	min-height: 152px;
}
.jj_team .entry-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.macallanSites li {
	list-style: none;
	float: left;
	width: 33.33%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.macallanSites {
	margin: 0;
	padding: 0;
}
.macallanSites .card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	margin-bottom: 1.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.macallanSites .card:hover {
    box-shadow:0 8px 18px rgba(0,0,0,0.1),0 6px 6px rgba(0,0,0,0.18);
    cursor:pointer;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;}
.macallanSites .card a{text-decoration:none;}
.macallanSites .card a:hover{text-decoration:none;}
.macallanSites .card img{width:100%;}
.macallanSites .card p {
	margin: 0;
	padding: 1.25rem 2rem;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.macallanSites .box {
    display: table;
	height: 76px;
	width: 100%;
}
.macallanSites .card img {
	width: 100%;
}
.macallanSites .card .thumb {
	margin: 0;
	height: 193px;
	overflow: hidden;
	display: block;
	float: none;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.jj_team .storyCaption {
    display: none
}
.articles.fullwidth {
	margin: 0;
	padding: 0;
	border: none;
}
.macallanSites li.last {
	padding: 0;
}
.pull-right.left-thumb {
	max-height: 100px;
	overflow: hidden;
    margin-top: 20px;
    border: 3px solid #ccc;
    margin-left: 10px;
}
form.mailpoet_form_widget {
	margin: 0;
	position: relative;
	padding: 10px !important;
	box-sizing: border-box;
}

.mailpoet_form_php {
	float: left;
	width: 100%;
	position: relative;
}
div.mailpoet_form.mailpoet_form_php {
	padding: 0;
	max-width: 100%;
	box-sizing: border-box;
	float: right;
    width: 100%;
}
input.mailpoet_text {
	box-sizing: border-box;
	padding: 5px 15px !important;
	width: 100% !important;
	background: #fff !important;
	border: 1px solid #aaa !important;
	padding: 7px !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.mailpoet_submit {
	position: relative;
	width: 100%;
	border: 0;
	top: 0;
	padding: 5px;
	font-size: 13px;
	font-family: "Arial",Helvetica,sans-serif;
	vertical-align: middle;
	background: #333;
	color: #fff !important;
	width: 90px;
	float: left;
	border-radius: 0;
}
.mailpoet_submit:hover {
    background: #262626;
}
.mailpoet_paragraph {
	line-height: 20px;
	margin: 0!important;
}
.mailpoet_message p{
	padding: 5px;
}
.mailpoet_message p{
	margin:0;
}
.parsley-errors-list {
	position: absolute;
	background: #b94a48;
	margin: 0 !important;
	padding: 8px !important;
}
.parsley-required, .parsley-custom-error-message {
	color: #fff !important;
	font-size: 11px;
	font-family: 'arial',sans-serif;
	list-style: none;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	padding: 4px 90px 4px 10px;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	padding: 4px 90px 4px 10px;
}
.careerItem {
	margin: 30px 0;
}
.mailpoet_form.mailpoet_form_widget .note {
	margin: 5px 0;
	font-size: 12px;
}
.mailster-list.col {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 15px 0;
}
.mailster-wrapper.mailster-email-wrapper .input_wrapper {
	padding-left: 60px;
	margin-bottom: 10px;
}
.mailster-wrapper.mailster-email-wrapper label {
	position: absolute;
}
.articles.newsletter_wrapper {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 800px !important;
	width: 100%;
	display: block;
}

.articles.newsletter_wrapper {
	margin: auto;
	padding: 0;
	border: none;
	max-width: 500px !important;
	width: 100%;
	display: block;
}
.submit-button.button {
	background: #921e1a;
	border: none;
	padding: 15px 30px;
	font-size: 15px;
	color: #fff;
	margin: auto;
	margin: auto;
	display: inline-block;
	float: none;
}
.submit-button.button:hover {
    background: #7b130f;
}
.mailster-wrapper.mailster-lists-wrapper {
	float: left;
}
.mailster-form-fields .mailster-email {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.mailster-form-fields {
	font-size: 16px;
	line-height: 34px;
}
.mailster-wrapper.mailster-email-wrapper label {
	line-height: 40px;
}
.mailster-wrapper.mailster-submit-wrapper.form-submit {
	float: left;
	width: 100%;
    text-align: center;
}
#content.newsletter_content {
	width: 100%;
}
#content.newsletter_content h1 {
	text-align: center;
	font-size: 26px;
}
.mailster-wrapper.mailster-lists-wrapper {
	width: 100%;
}
#content.newsletter_content {
	width: 100%;
}
.mailster-list.col.colone {
	width: 60%;
}
.mailster-list.col.coltwo {
	width: 40%;
}
ul.mailster-list.col ul {
	margin-left: 25px !important;
}
.mailster-list.col > li > label {
	font-weight: bold;
}
.widget-container.widgetArchive.newsAlertsBox, .widget-container.widgetArchive.newsAlertsBox p {
	text-align: center !important;
}
.newsAlertsBox .submit-button.button {
	margin-bottom: 10px;
	padding: 10px 30px;
	background: #333;
	color: #fff;
	font-size: 13px;
}
.newsAlertsBox .submit-button.button:hover {
    background: #9e0b0f;
}
.newsAlertsBox p {
	margin: 0 0 10px 0;
}
.newsAlertsBox .widget-title {
	margin-bottom: 10px;
}
.alert {
	background: #921e1a;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	color: #fff;
}
.alert p {
	margin: 0;
	text-align: center;
    color: #fff;
}
.note {
	font-size: 12px;
}
.newsletter .wrapper {
	text-align: center;
	padding: 0 15px 15px;
}
.newsletter .wrapper button {
	background: #333;
	border: none;
	padding: 10px 30px;
	color: #fff;
}
.newsletter .wrapper button:hover {
    color: #fff;
    background: #9e0b0f;
}
.newsletter .wrapper p {
	text-align: center;
	margin: 0 0 10px 0;
}
textarea#input_1_10,textarea#input_1_11 {
    resize: vertical;
}
div#gform_confirmation_message_1 {
    font-size: 30px;
}
.widgetArchive.sans {
    font-family: arial,sans-serif;
}
.widgetArchive.sans, .widgetArchive.sans .wrapper p {
	font-family: arial,sans-serif;
	font-size: 16px;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 700;
	font-size: 14px!important;
}
.gform_wrapper .gform_footer:not(.top_label) {
	padding: 0 0 10px;
	margin-left: 28%;
	width: 70%;
}
#gform_submit_button_1 {
	background: #9e0b0f;
	border: none;
	color: #fff;
	padding: 10px 70px;
	font-size: 14px;
    margin:0
}
#gform_wrapper_1 .gform_footer.left_label {
	padding: 0;
	margin-left: 28%;
	margin-top: 0 !important;
}
.gfield_error .instruction.validation_message {
	margin: 0;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
	margin: 0 !important;
	border: none!important;
	padding: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 7px;
}
.validation_message {
	float: left;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0!important;
}
.ginput_container .instruction.validation_message {
	margin: 0!important;
}
.ginput_container.ginput_container_date {
	max-width: 50%;
	width: 100%;
	float: left;
}
#gform_fields_1 .gfield {
	float: left;
	width: 100%;
	margin-bottom: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0!important;
	margin-bottom: 0!important;
}
#gform_1 .gfield.gfield_html {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.gform_wrapper div.validation_error {
    margin:0!important;
    border:none!important;
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
	width: 100%!important;
}

.widget-container.podcast a.button {
	display: inline-block;
	width: auto;
	margin: auto;
	background: #333;
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
}
.widget-container.podcast .button:hover {
	background: #9e0b0f;
	color: #fff !important;
}
.podcast_item a {
    color:#9e0b0f;
	position: relative;
	display: block;
	text-align: left;
	padding-left: 60px;
    font-size: 15px;
}
.podcast_item a:hover {
    color:#dd0006;
}
.podcast_item {
	margin: 15px 0 0 0;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.podcast_item a::before {
	background-image: url('img/podcast_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	content: '';
	left: 10px;
	top: 4px;
	opacity: .2;
}
.hca_post .wrapper {
	padding: 10px;
}
.hca_thumb {
	width: 100px;
    position: absolute;
}
.hca_item {
	padding-left: 110px;
	font-size: 11px;
}
.hca_item a:hover {
    color:#9e0b0f;
}
.hca_logo {
	padding: 0px 10px 5px 10px;
}
.hca_title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}
.hca_meta {
	color: #999999;
	text-transform: uppercase;
	font-size: 10px;
}
.hca_meta a {
    color:#067dc2;
}
.hca_post .widget-title {
	margin: 0;
	color: #9e0b0f;
	background: #fff;
	border-bottom: none;
	font-size: 20px;
	text-align: center;
	padding: 10px 5px;
	font-weight: bold;
}
.widget-container.widgetArchive.hca_post.sans {
	border: 2px solid #9e0b0f !important;
}
#widget-area .widget-container.widgetArchive.hca_post.sans {
	border: 2px solid #9e0b0f !important;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
.mailster-list.col {
	padding: 0;
	list-style: none;
}
.mailster-list ul {
	list-style: none;
	padding: 0;
}
.mailster-form, .mailster-form .input, .mailster-form .mailster-form-info {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
article h3.entry-title a {
	font-size: 20px;
	line-height: 28px;
}
article h3.entry-title a:hover {
	color:#9e0b0f;
}
a.read-more {
	display: inline-block;
}
#latestNews h2.entry-title {
	font-size: 20px !important;
	line-height: 26px;
}
#widget-area .mailpoet_form_tight_container .mailpoet_form_column {
	flex-basis: 50% !important;
	padding: 0;
	box-sizing: border-box;
	width: 50%;
	display: inline-flex;
}
.mailpoet_paragraph {
	display: inline-block;
}
#mailpoet_form_1 .mailpoet_paragraph {
	line-height: 20px;
	margin-bottom: 5px !important;
	display: block;
}
.mailpoet_form_columns.mailpoet_paragraph {
	display: flex !important;
}
#mailpoet_form_1 .mailpoet_form_column .mailpoet_paragraph {
	margin: 0 !important;
}
#mailpoet_form_1 .mailpoet_form_column:first-child {
	padding-right: 5px !important;
}
.widget_mailpoet_form .widget-title {
	margin: 0;
}
.mailpoet_submit {
	width: 100%;
	margin-bottom: 5px !important;
	cursor: pointer;
}
.mailpoet_submit:hover,.mailpoet_submit:focus {
	background: #9e0b0f;
}
.note a {
	color:#9e0b0f;
}
.note a:hover {
	color:#dd0006;
}
.btn.newsletter {
	background: #9e0b0f;
	color: #fff;
	padding: 5px 15px;
	display: block;
	margin: auto;
	font-family: "Arial",Helvetica,sans-serif;
	text-align: center;
	font-size: 13px;
	width: 150px;
}
.btn.newsletter:hover {
	background: #333;
	color:#fff;
}
.mailpoet_form.mailpoet_form_form.mailpoet_form_php.mailpoet_form_tight_container {
	padding: 0 !important;
}
.widget-container.widgetArchive.newsletter.podcast.sans #mailpoet_form_1 form.mailpoet_form {
	padding: 0!important;
}
.mailpoet_paragraph .note {
	text-align: center;
}
img.aligncenter {
	margin: auto;
	display: block;
}