/* resets will go here.*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 40px;
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 3.157em;
  font-weight: 700;
}

h2 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 2.369em;
  font-weight: 700;
}

h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.777em;
  font-weight: 700;
}

h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.333em;
  font-weight: 900;
}

p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;

}

h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 30px;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 14px;
}

a, a:link, a:visited,  a:focus{
    color: #012a37;
    /*color: #0489b7;*/
    text-decoration: underline;
}

a:active, a:hover{
    color: #0489b7;
}

.post-desc {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 1em;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 14px;
}

time{
  color: #012a37;
  font-size: 0.9em;
  font-weight: 700;
}

.row ul li{
  list-style: square;
  list-style-position: inside;
}

.row li{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 40px;
}

sup{
  font-size: 0.7em;
}

.bold {
  color: #000000;
  font-weight: 900;
  margin: 0 !important;
  padding: 0; }

.boldLato {
  color: #000000;
  font-family: "Lato";
  font-weight: 900;
  margin: 0 !important;
  padding: 0; }

.medium {
  font-weight: 500;
}

.photo-source {
  color: #bbb;
  font-family: "Lato";
  font-size: 14px;
  font-style: italic;
  text-align: left; }

.update {
  color: #272727;
  display: block;
  font-size: 16px; }

/*.compareOne {
  color: #012a37; }

.compareTwo {
  color: #0489b7; }*/
.secondaryblue{
  color: #0489b7;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
  vertical-align: baseline;
}

ol {
  margin-bottom: 3%;
}
ol li{
  margin-bottom: 10px;
}

code{
  background-color: #2b2b2b;
  color: #fff !important;
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 5px 0;
  padding: 10px 10px;
  width: 50%;
}

.quote{
  color: #012a37;
  font-size: 1.4em;
  font-weight: 700;
}

blockquote, q {
  color: #012a37;
  font-size: 1.4em;
  font-weight: 700;
  border-left: solid 4px #000000;
  margin: 15px 0 30px 50px;
  padding: 0 0 0 8px;
}

blockquote span{
  font-size: 2em;
}

/*///////////// Responsive header ////// */
  a:active,
  a:hover {
  	outline: 0;
  }

  @-webkit-viewport { width: device-width; }
  @-moz-viewport { width: device-width; }
  @-ms-viewport { width: device-width; }
  @-o-viewport { width: device-width; }
  @viewport { width: device-width; }

  .nav-collapse,
  .nav-collapse * {
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .nav-collapse,
  .nav-collapse ul {
  	list-style: none;
  	width: 100%;
  	/*float: left;*/
  }

  .nav-collapse a {
  	color: #fff;
  	text-decoration: none;
  	width: 100%;
  	background-color: #012a37;
  	padding: 0.7em 1em;
  	float: left;
  }

  .nav-toggle {
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	width: 70px;
  	height: 55px;
  	float: right;
  	overflow: hidden;
  	background: #000000 url("../css/hamburger.gif") no-repeat 50% 33%;
  	text-align: center;
  	color: #000;
  	text-decoration: none;
  	padding-top: 1%;
  }

  @media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  	.nav-toggle {
  		background-image: url("../css/hamburger-retina.gif");
  		-webkit-background-size: 100px 100px;
  		-moz-background-size: 100px 100px;
  		-o-background-size: 100px 100px;
  		background-size: 100px 100px;
  	}
  }
/*//////// Responsive header end ////// */

/* ///////////// header  ////////////// */
.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.head {
  clear: both;
  background-color: #012a37;
  display: block;
  position: relative;
  width: 100%; }

header ul {
  display: block;
  margin: 0;
  padding: 0; }

header ul li {
  border-right: 1px solid #222;
  float: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: relative;
}

header ul li:last-child {
  border-right: none;
}

header ul li a:link{
  font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	line-height: 54px;
	text-decoration: none;
}

header ul li a:visited {
	color: #ffffff;
}

header ul li a:hover    {
	background-color:#ffffff;
	color: #0489b7 !important;
}

header ul li a:active   {
	background-color:#ffffff;
	color: #0489b7 !important;
}

header ul li a:focus {
	background-color:#ffffff;
	color: #0489b7 !important;
}

.logo {
  padding: 0 5% 0 2%; }

.nav {
  /*float: right;*/
  padding-right: 2%; }

/* ///////////// header end ////////////// */

/* ///////////// footer  ////////////// */
footer {
  align-items: center;
  display: flex;
  min-height: 80px;
  justify-content: space-between;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

footer a:link, footer a:visited, footer a:active, footer a:focus {
  color: #000000;
  text-decoration: none; }

footer a:hover {
  color: #0489b7; }

footer p {
  font-size: 1em;
  line-height: 24px;
  margin: 0 0 2%; }

footer span {
  color: #0489b7;
  font-size: 1.2em; }

/* ///////////// footer end ////////////// */

/* ///////////// New Posts 2020 Styles ////////////// */
.home-posts a:link, .home-posts a:visited,  .home-posts a:focus{
  color: inherit;
  text-decoration: none;
}

.home-posts a:active, .home-posts a:hover{
  color: #0489b7;
  text-decoration: none;
}

.home-posts-body{
  height: 160px;
}

.tags{
  background-color:#012a37;
  color: #ffffff;
  display: inline-block;
  font-size:11px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 15px 0;
  padding: 8px 15px;
  text-transform: uppercase;

}

.hoverZoom figure div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hoverZoom figure:hover div {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* ///////////// New Posts end ////////////// */


/* ///////////// Pages ////////////// */
.homePostTitle {
  text-align: center;
  width: 70%; }

a.roundLink {
  border: 2px solid #012a37;
  border-radius: 30px;
  color: #012a37;
  display: inline-table;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 5%;
  padding: 15px 45px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  a.roundLink:hover {
    background: #012a37;
    color: #ffffff;
    text-decoration: none; }

.Aligner, .hero, .hero div {
  display: flex;
  align-items: center;
  justify-content: center; }

.Aligner-item {
  flex: 1; }

.Aligner-item--top {
  align-self: flex-start; }

.Aligner-item--bottom {
  align-self: flex-end; }

.Aligner-item--fixed {
  flex: none;
  max-width: 50%; }

.featuredlink {
  text-decoration: none;
  color: #000000; }

.hero {
  background: rgba(1, 42, 55, 0.75);
  background-size: cover;
  background-position: center center;
  /*background: linear-gradient(rgba(1, 42, 55, 0.75), rgba(1, 42, 55, 0.75)), url("../assets/sectionBackground.jpg") no-repeat;*/
  clear: both;
  height: 50vh; }
  .hero div {
    background: rgba(255, 255, 255, 0.7);
    height: 20vh;
    padding: 2%;
    text-align: center;
    width: 40%; }

.subscribe {
  font-size: 1em;
  margin-left: 3%;
  margin-top: 5%; }

.subscribe a {
  color: #0489b7; }

.subscribePost {
  font-family: "Lato";
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 3%; }

.posttime {
  margin-bottom: 1%; }

/*.postholder {
  display: flex;
  margin-bottom: 4%;
  justify-content: space-around; }

.postholderspace {
  justify-content: space-between;
  margin: 2% 0px 6% 0px; }*/

/*.post-item {
  border: 1px #CCCCCC solid;
  width: 30%; }
  .post-item img {
    max-width: 100%;
    height: auto; }
  .post-item a {
    text-decoration: none;
    color: #000000; }
  .post-item .postimg {
    width: 100%;
    height: 170px;
    background-size: cover; }
  .post-item .post-caption {
    padding: 5%; }
    .post-item .post-caption span {
      font-family: "Lato";
      font-size: 1.2em;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
    .post-item .post-caption p {
      line-height: 120%;
      margin: 3% 0px; }
    .post-item .post-caption time {
      display: inline-block;
      margin-top: 5%; }*/

/* ///////////// Pages end ////////////// */
/* ///////////// Posts ////////////// */
time {
  display: block;
  font-family: "Lato";
  margin: 3% 0; }

/*.post {
  margin-bottom: 4%; }
  .post p {
    line-height: 180%;
    margin-bottom: 4%; }
    .post p:first-child {
      margin-top: 4%; }
    .post p span {
      font-weight: 700; }
  .post a {
    color: #000000; }
  .post ul {
    font-size: 1.5em;
    line-height: 180%;
    list-style-position: inside;
    list-style-type: square;
    margin-left: 30px; }
  .post .noindent {
    margin-left: 0; }*/

article {
  display: inline-block;
  /*margin: 4% 5% 0 5%;*/
  margin: 0; }

/*.slimPost {
  margin: 4% 15% 0 15%; }*/

.fiftySplit a {
  display: inline-block;
  float: left;
  margin-bottom: 2%;
  width: 49%; }
  .fiftySplit a:first-child {
    margin-right: 2%; }
  .fiftySplit a img {
    width: 100%; }

.postShare a {
  margin-right: 2%;
  text-decoration: none; }

.postShare a:hover {
  color: #0489b7; }

.imghalfwidth {
  width: 50%; }

.imgfullwidth{
  width: 100%;
}

figcaption {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Lato";
  padding-bottom: 10px; }

.facebookComments {
  margin-top: 4%; }

.holderBlog {
  display: inline-block; }

.oneThird {
  float: left;
  width: 33.33%;
  margin-right: 5%; }

.twoThird {
  float: left;
  width: 61.67%; }

.oneHalf {
  float: left;
  width: 50%; }

/*.post-container {
  display: inline-block; }

.post-side-bar {
  float: left;
  width: 66%; }
  .post-side-bar img {
    width: 100%; }

.side-bar {
  float: left;
  margin-left: 4%;
  width: 30%; }*/

.widget {
  margin-bottom: 40px; }
  .widget h6 {
    /*border-bottom: thick solid #bbb0a7;*/
    /*text-align: center;*/
    font-size: 1.2em;
    margin-bottom: 4%;
    text-transform: uppercase; }
  .widget p {
    font-size: 1.1em;
    line-height: 22px; }
    .widget p:first-child {
      margin-top: 0; }
  .widget #mc_embed_signup {
    width: 100%; }
  .widget #mc-embedded-subscribe-form input[type="text"], .widget #mc-embedded-subscribe-form input[type="email"] {
    padding: 15px 0px;
    text-indent: 5%;
    width: 100%; }
  .widget .authorspicks a {
    text-decoration: none; }
    .widget .authorspicks a:hover {
      text-decoration: underline; }

.postbanner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px; }

.pointer:hover {
  cursor: pointer; }

.alert-warning {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #faebcc;
  text-align: center;
  width: 20%;
  position: fixed;
  left: 40%;
  top: 50%;
  z-index: 2; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.fade.in {
  opacity: 1; }

a.donatejpnbtn{
  background-color: #0C0C0C;
  border-radius: 30px;
  color: #ffffff;
  display: inline-table;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  /*font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 15px 25px;*/
  font-size: 0.4em;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

a.donatejpnbtn:hover{
  color: #f5f5f5;
  opacity: 0.85;
  text-decoration: none;
}

.donateText{
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

.bioParagraph p{
  font-size: 1.1em;
  line-height: 30px;
  margin-bottom: 10px;
}

/* ///////////// Posts end ////////////// */

/* ///////////// Newsletter ////////////// */
.newsletterPortion {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: center;
    padding-left: 7.5%;
}

.newsletterImgHome {
  background-image: url("http://2017.katherinedelorme.com/assets/stockphotosforsite/3-4.jpg");
  background-position: center center;
}

.newsletterPortion h2 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.newsletterPortion h4 {
    color: #ffffff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 4em;
    font-weight: 700;
}

.newsletterPortion a {
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: inline-table;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: 5%;
    padding: 15px 45px;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
    transition: all 0.4s ease-in-out 0s;
    /*-webkit-transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s, color 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s, color 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: visible;*/
}

.newsletterPortion a:hover{
	/*border: 2px solid #000000;
	color: #000000;*/
	background: #000000;
}

.newsletterImgSignup a:hover{
	border: 2px solid #0489b7;
	color: #0489b7;
}

/* ///////////// Newsletter end ////////////// */
/* ///////////// Signup Form ////////////// */
#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

#mc_embed_signup {
  width: 80%;
  margin: auto; }

#mc-embedded-subscribe-form #mc_embed_signup .mc-field-group {
  background-color: #fff;
  color: #aaa;
  cursor: pointer;
  clear: left;
  position: relative;
  transition: all 0.23s ease-in-out 0s;
  width: 96%;
  padding-bottom: 0;
  min-height: 50px;
  height: 32px; }
#mc-embedded-subscribe-form .indicates-required {
  text-align: right;
  font-size: 11px;
  /*margin-right: 4%;*/ }
#mc-embedded-subscribe-form .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px; }
#mc-embedded-subscribe-form .mc-field-group {
  margin-bottom: 2%; }
  #mc-embedded-subscribe-form .mc-field-group:last-child {
    background: red; }
#mc-embedded-subscribe-form input[type="text"], #mc-embedded-subscribe-form input[type="email"] {
  border: 1px solid #ddd;
  background: #f8f8f8;
  display: block;
  outline: 0;
  padding: 15px 10px;
  text-indent: 1%;
  width: 98%; }
#mc-embedded-subscribe-form input[type="submit"] {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #0489b7;
  height: auto;
  letter-spacing: .1em;
  padding: 15px 14px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100% !important; }
  #mc-embedded-subscribe-form input[type="submit"]:hover {
    background: #0489b7;
    color: #ffffff; }
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  width: 96%;
  letter-spacing: .1em;
  border: none;
  border-radius: 0px;
  text-transform: uppercase; }
  #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
    background: #0489b7;
    color: #ffffff; }

/* ///////////// Signup Form end ////////////// */

/* ///////////// Mailchimp popup ////////////// */
.content__monkeyRewards{
  display: none !important;
}
.modalContent__content{
  padding-bottom: 0 !important;
}
/* ///////////// Mailchimp popup end ////////////// */
/* ///////////// responsiveness ////////////// */
@media only screen and (max-width: 800px) {
  .newsletterImgHome {
    background-size:cover;
  }
}
@media only screen and (max-width: 650px) {
  .oneThird {
    width: 100%;
    margin-right: 0; }

  .twoThird {
    width: 100%; }

  .imghalfwidth {
    width: 100%; }

    .alert-warning {
      width: 40%;
      left: 30%;
    }

    code {
      width: 100%;
    }

    .home-posts-body{
      height: 200px;
    }
}
/* ///////////// responsiveness end////////////// */
