body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
  color: #1f3984;
}
.content li h2 a {
  text-decoration: none;
  color: #1f3984;
}
.content p a, .content li a {
  text-decoration: underline;
  color: #1f3984;
}
.content li h2 a:hover, .content p a:hover, .content li a:hover {
  color: #3b54a7;
}

p, li {
  color: #555;
}
p {
  font-size: 0.9em;
  line-height: 1.7
}


.header {
  border-bottom: 1px solid #ddd;
  min-height: 75px;
  /**/
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 999;
  /**/
}
.header .logo {  
  margin-left: 3%;
  /* height: 50px; */
}
.header .logo a img {
  margin-top: 18px;
  margin-bottom: 8px;
  width: 200px;
}
/*
.header .logo, .header .nav-container {
  float: left;
}
.container {
  float: left;
}
*/
@media screen and (min-width: 375px) {
  .header .logo a img {
    width: 220px;
  }
}

@media screen and (min-width: 769px) {
  .header {
    height: 80px;
    top: 30px;
  }
  .logo {
    float: left;
    margin-top: 22px;
    margin-left: 3%;
  }
  .header .logo a img {
    margin-top: 0px;
    width: 220px;
  }

}
@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
  }
  .logo {
    margin-top: 28px;
  }
  .header .logo a img {
    margin-top: 0px;
    width: 280px;
  }
}


@media screen and (min-width: 1223px) {
  .header-inner {
    width: 1150px;
    margin: 0 auto;
  }
  .header .logo {
    margin-left: 0;
  }
  
}



/* SOCIAL MEDIA BAR - Mobile */

.social-bar-desktop {
  display: none;
}
.social-bar-mobile {
  width: 100%;
  margin-top: 76px;
  float: left;
  height: 46px;
}

.social-bar-mobile ul {
  width: 100%;
  
}
.social-bar-mobile ul li {
  display: block;
  height: 46px;
  width: 20%;
  float: left;
  border-bottom: #e4e4e4 solid 1px;
}
/* TEMP FIX DUE TO LACK OF LINKEDIN ACCOUNT */
.social-bar-mobile ul li {
  width: 25%;
}
/**/
.social-bar-mobile ul li a {
  width: 100%;
  height: 46px;
  text-align: center;
  display: block;
}
.social-bar-mobile ul li a:hover {
  opacity: 0.8;
}

.social-bar-mobile ul li a img {
  width: 26px;
  margin-top: 10px;
}

.social-bar-mobile-email {
  background: #0237a7;
}
.social-bar-mobile ul li.social-bar-mobile-email a img {
  width: 35px;
}
.social-bar-mobile-facebook {
  background: #3b5998;
}
.social-bar-mobile-linkedin {
  background: #0077b5;
}
.social-bar-mobile-instagram {
  background: #fff;
}
.social-bar-mobile ul li.social-bar-mobile-instagram a img {
  width: 28px;
}
.social-bar-mobile-twitter {
  background: #1da1f2;
}
.social-bar-mobile ul li.social-bar-mobile-twitter a img {
  width: 32px;
}

@media screen and (min-width: 769px) {
  .social-bar-mobile {
    display: none;
  }
  .social-bar-desktop-wrap {
    display: block;
    width: 100%;
    height: 36px;
    background: #1f3984;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .social-bar-desktop {
    display: block;
    width: 100%;
    height: 36px;
  }
  .social-bar-desktop ul {
    float: right;
    margin-right: 3%;
    margin-right: calc(3% + 20px);
  }
  
  .social-bar-desktop ul li {
    margin-left: 22px;
    float: left;
  }
  /*
  .social-bar-desktop ul li:first-child {
    margin-left: none;
  }
  */
  .social-bar-desktop ul li a img {
    width: 20px;
    margin-top: 8px;
  }
  .social-bar-desktop ul li a img:hover {
    position: relative;
    top: 1px;
  }
  .social-bar-desktop ul li.social-bar-desktop-email a img {
    width: 27px;
  }
  .social-bar-desktop ul li.social-bar-desktop-twitter a img {
    width: 25px;
  }
  
  
}

@media screen and (min-width: 1223px) {
  .social-bar-desktop {
    width: 1150px;
    margin: 0 auto;
  }
  .social-bar-desktop ul {
    float: right;
    margin-right: 20px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - Content - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content {
  width: 100%;
  float: left;
  margin-top: 0;
}
.content.internal {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .content {
    width: 100%;
    margin-top: 111px;
  }
  .content.internal {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    margin-top: 131px;
  }
  .content.internal {
    margin-top: 160px;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - Sections - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.section {
  width: 94%;
  margin: 0 3%;
  float: left;
}
.section img {
  max-width: 100%;
}
@media screen and (min-width: 1223px) {
  .section {
    width: 1150px;
    margin: 0 auto;
    float: none;
  }
}

.content.internal .section ul {
  list-style: disc;
}
.content.internal .section ul li {
  margin-left: 1.5em;
  margin-bottom: 0.4em;
  font-size: 0.9em;
}
.content.internal .section ul li:last-child {
  margin-bottom: 2.5rem;
}
  
.content.internal.contact .section ul {
  list-style: none;
  margin-left: 0em;
  margin-bottom: 0em;
}
.content.internal.contact .section ul li {
  margin-left: 0em;
  margin-bottom: 0em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - Home Page - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.section.intro {
  width: 100%;
  margin: 0 0;
}

@media screen and (min-width: 1190px) {
  .section.intro .home-intro {
    width: 1150px;
    margin: 0 auto;
  }
}

.home-intro-text {
  width: 94%;
  margin: 1.2em 3%;
  float: left;
}

.home-intro-text h2 {
  font-size: 1.2em;
}
.home-intro-text p {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .section.intro {
    width: 94%;
    margin: 0em 3%;
  }
  .home-intro-text {
    width: 94%;
    margin: 1.2em 3%;
    float: left;
  }
  .home-portrait {
    width: 53%;
    float: left;
    line-height: 0;
  }
  .home-intro-text {
    width: 41%;
    margin: 1.3em 2.5% 0 3.5%;
    float: left;
  }
  .home-intro-text h2 {
    margin-bottom: 0.6em;
  }
  .home-intro-text p {
    font-size: 0.8em;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 940px) {
  .home-intro-text {
    margin: 1.4em 2.5% 0 3.5%;
  }
  .home-intro-text h2 {
    margin-bottom: 0.6em;
  }
  .home-intro-text p {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .home-intro-text {
    margin: 3em 2.5% 0 3.5%;
  }
  .home-intro-text h2 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
  }
  .home-intro-text p {
    font-size: 1em;
    margin-bottom: 1.2em;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1124px) {
  .home-intro-text h2 {
    font-size: 1.4em;
    margin-bottom: 0.9em;
  }
  .home-intro-text p {
    font-size: 1em;
    line-height: 1.8;
  }
}

/* HOME WELCOME MESSAGE */
.section.welcome {
  background: #2b303f;
  width: 100%;
  margin: 0;
  float: left;
}

.welcome-intro {
  width: 94%;
  margin: 2em 3%;
}

.welcome-intro p {
  text-align: center;
  padding: 0 2em;
  color: #ddd;
  color: #ebe8e8;
  line-height: 1.9;
}

@media screen and (min-width: 940px) {
  .welcome-intro p {
    max-width: 880px;
    margin: 0 auto;
    font-size: 1.1em;
  }
}

/* HOME BLOG */
.section.home-blog-wrap {
  background: #ebe8e8;
  width: 100%;
  margin: 0;
  float: left;
}

.home-blog {
  width: 94%;
  margin: 2.5em 3%;
}
@media screen and (min-width: 1223px) {
  .home-blog {
    width: 1150px;
    margin: 2.5em auto;
  }
}
.home-blog .blog-entry ul li.hentry {
  border: none;
}
.home-blog .blog-entry h3 {
  font-size: 1.4em;
}
.home-blog .blog-entry h3 a {
  color: #222;
  text-decoration: none;
}
.home-blog .blog-entry p {
  margin-bottom: 1em;
}
p.blog-date {
  font-size: 0.85em;
}



.blog-sidebar {
  
}
.blog-sidebar h6 {
  font-size: 1.2em;
}
.blog-sidebar ul li.hentry {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1.3em;
  font-size: 1em;
  line-height: 1.4;
  color: #555;
  border: none;
}
.blog-sidebar ul li a {
  text-decoration: none;
  color: #555;
}
.blog-sidebar ul li a:hover {
  text-decoration: underline;
}
.blog-sidebar-date {
  font-size: 0.85em;
  color: #888;
}

@media screen and (min-width: 769px) {
  .home-blog .blog-entry {
    width: 67%;
    margin-bottom: 3em;
    float: left;
  }
  .home-blog .blog-sidebar {
    width: 29%;
    margin-left: 4%;
    margin-bottom: 3em;
    float: left;
  }
  .home-blog .blog-sidebar ul {
    margin-top: 2.2em;
  }
}



.mobile-divider {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  padding: 1em 0;
}
.mobile-divider span.divider-one {
  width: 25%;
  height: 1px;
  background: #666;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .mobile-divider {
    display: none;
  }
}




/* HOME CLEWER NORTH */

.section.clewer {
  margin: 0em 3%;
}

.clewer-photo {
  width: 100%;
}
.clewer-photo img {
  width: 100%;
}

.home-clewer-text {
  width: 94%;
  margin: 1.2em 0;
  float: left;
}
.home-clewer-text h2 {
  font-size: 1.2em;
}
.home-clewer-text p {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .clewer-photo {
    width: 50%;
    float: right;
    line-height: 0;
  }
  .home-clewer-text {
    width: 43.5%;
    margin: 1.3em 2.5% 0 0%;
    float: left;
  }
  .home-clewer-text h2 {
    margin-bottom: 0.6em;
  }
  .home-clewer-text p {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 940px) {
  .home-clewer-text {
    margin: 1.4em 2.5% 0 0%;
  }
  .home-clewer-text h2 {
    margin-bottom: 0.6em;
  }
  .home-clewer-text p {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1124px) {
  .home-clewer-text {
    margin: 3em 2.5% 0 0%;
  }
  .home-clewer-text h2 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
  }
  .home-clewer-text p {
    margin-bottom: 1.2em;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1223px) {
  .section.clewer {
    margin: 2.5em auto;
  }
  .home-clewer-text h2 {
    font-size: 1.4em;
    margin-bottom: 0.9em;
  }
  .home-clewer-text p {
    line-height: 1.8;
  }
}



/* HOME SOCIAL */
.section.social {
  background: #ebe8e8;
  width: 100%;
  margin: 0;
  float: left;
}

.section.social .home-twitter, .section.social .home-instagram, .section.social .home-facebook {
  width: 94%;
  margin: 2em 3%;
}

@media screen and (min-width: 1223px) {
  .section.social .home-twitter, .section.social .home-instagram, .section.social .home-facebook, .section.social .home-twitter-facebook {
    width: 1150px;
    margin: 2.5em auto;
  }
}

/* social media logos */
.home-ig-logo {
  width: 200px;
  margin: 0 auto 1em;
}
.home-ig-logo img {
  width: 100%;
}
.home-tw-logo {
  width: 60px;
  margin: 2em auto 1em;
}
.home-tw-logo img {
  width: 100%;
}
.home-fb-logo {
  width: 50px;
  margin: 2em auto 1em;
}
.home-fb-logo img {
  width: 100%;
}

.section.social #instafeed a {
  display: block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1em;
  float: left;
}
.section.social #instafeed a:nth-child(2n) {
  margin-right: 0%;
}
.section.social #instafeed a img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .section.social #instafeed a {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 1em;
  }
  .section.social #instafeed a:nth-child(2n) {
    margin-right: 3.5%;
  }
  .section.social #instafeed a:nth-child(3n) {
    margin-right: 0%;
  }
}

@media screen and (min-width: 760px) {
  .section.social #instafeed a {
    width: 23%;
    margin-right: 2.66666666666%;
    margin-bottom: 1em;
  }
  .section.social #instafeed a:nth-child(2n) {
    margin-right: 2.66666666666%;
  }
  .section.social #instafeed a:nth-child(3n) {
    margin-right: 2.66666666666%;
  }
  .section.social #instafeed a:nth-child(4n) {
    margin-right: 0%;
  }
}

@media screen and (min-width: 960px) {
  .section.social #instafeed a {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 1em;
  }
  .section.social #instafeed a:nth-child(2n) {
    margin-right: 2%;
  }
  .section.social #instafeed a:nth-child(3n) {
    margin-right: 2%;
  }
  .section.social #instafeed a:nth-child(4n) {
    margin-right: 2%;
  }
  .section.social #instafeed a:nth-child(6n) {
    margin-right: 0%;
  }
}


.section.social .home-twitter, .section.social .home-facebook {
  float: left;
}
@media screen and (min-width: 760px) {
  .section.social .home-twitter-facebook {
    width: 94%;
    margin: 2em 3%;
  }
  .section.social .home-twitter, .section.social .home-facebook {
    width: 48.666666666%;
    margin: 1em 0 2em;
    margin-right: 2.6666666%;
  }
  .section.social .home-facebook {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section.social .home-twitter {
    width: 53.666666666%;
    margin: 1em 0 2em;
    margin-right: 2.6666666%;
  }
  .section.social .home-facebook {
    width: 43.666666666%;
    margin: 1em 0 2em;
    margin-right: 0;
  }
}



.section.social .twitterfeed .tweet {
  float: left;
}
.tweet {
  width: 92%;
  float: left;
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 4%;
}
.tweet .intents {
  display: none;
}
.tweet p {
  margin-bottom: 0.3em;
  font-size: 0.82em;
}
.tweet p.timestamp {
  font-size: 0.82em;
}
.tweet blockquote {
  margin: 0 0 0 0;
}


@media screen and (min-width: 1223px) {
  .section.social .home-twitter-facebook {
    width: 1150px;
    margin: 2.5em auto;
  }
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - BLOG - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.section.blog {
  
}

nav.sidebar {
  
}

.primary-content, nav.sidebar {
  width: 94%;
  margin: 0 3%;
}


@media screen and (min-width: 769px) {
  .primary-content {
    float: left;
    width: 65%;
    margin: 0;
  }
  nav.sidebar {
    float: right;
    width: 30%;
    margin: 0 0 0 5%;
  }
}


li.hentry {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  
}
.content.internal.blog-pages li.hentry {
  margin-left: 0;
  margin-bottom: 30px;
}
.entry-published.date {
  font-style: italic;
  margin-bottom: 0.5em;
}
.post .entry-published.date {
  margin-bottom: 1em;
}



nav.sidebar ul {
  margin-bottom: 1.7em;
}
nav.sidebar ul ul {
  margin-left: 0em;

}
nav.sidebar ul ul li:before {
  content: "–  "
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - BLOCKS BLOCKS BLOCKS BLOCKS BLOCKS BLOCKS BLOCKS - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content.block-page {

}

/*
.block {
  width: 94%;
  margin: 0 3%;
  clear: left;
}
@media screen and (min-width: 1223px) {
  .block {
    width: 1150px;
    margin: 0 auto;
  }
}
*/

.block h1 {
  text-align: center;
  margin-bottom: 1.25em;
}
.block h2, .block h3 {
  margin-bottom: 0.4em;
}

.block img {
  max-width: 100%;
}
.block.floated-image img {
  max-width: 100%;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 532px) {
  .floated-image {
    width: 100%;
    text-align: center;
    float: left;
  }
  .block.floated-image img {
    margin: 0 auto;
    display: inline-block;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .floated-image {
    width: auto;
    text-align: left;
    float: none;
  }
  .block.floated-image img {
    text-align: left;
  }
  .block.floated-image img.image-left {
    float: left;
    margin: 0 1em 1em 0;
  }
  .block.floated-image img.image-right {
    float: right;
    margin: 0 0 1em 1em;
  }
}

@media screen and (min-width: 940px) {
  .block.floated-image img.image-left {
    float: left;
    margin: 0 1em 1em 0;
  }
  .block.floated-image img.image-right {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.minor-title {
  padding-top: 1em;
}




.block.divider {
    width: 94%;
    margin: 0 3%;
    clear: both;
    display: inline-block;
}












/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - PUBLISHED ARTICLES - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.published {
  
}
.published p {
  margin-bottom: 0;
}
.pub-intro {
  
}

.published ul li {
  margin-bottom: 2em;
}
.pub-pub, .pub-title, .pub-link, .pub-date {
  margin-bottom: 0;
}
.pub-pub {
  font-size: 1.05em;
}
.pub-title {
  
}
.pub-link {
  
}
.pub-date {
  
}


.pub-list {
  margin-bottom: 2em;
}
.complicated-text-css {
  margin-bottom: 2em;
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - APPOINTMENTS - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.section.appointments {
  margin-bottom: 4em;
}
.section.appointments ul li {
  list-style: disc;
  margin-left: 1.5em;
}















































































































/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - Footer - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.footer-wrap {
  width: 100%;
  min-height: 200px;
  background: #343743;
  background: #2b303f;
  float: left;
}



.footer h6, .footer li, .footer p, .footer a {
  color: #fff;
}
.footer h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0.6em;
}
.footer li {
  font-size: 0.9em;
}
.footer a:hover {
  text-decoration: underline;
}

.footer {
  width: 94%;
  margin: 0 3%;
}
@media screen and (min-width: 1223px) {
  .footer {
    width: 1150px;
    margin: 0 auto;
  }
}

.footer-col {
  padding-top: 30px;
}

.footer ul li {
  margin-bottom: 0.4em;
}

.footer ul ul {
  margin: 0;
}
.footer ul ul li {
  margin-left: 1px;
}
.footer ul ul li:before {
  content: "– "
}

.footer-col.col-two ul li.hentry {
  list-style: disc;
  margin-left: 1.3em;
  border: none;
  margin-bottom: 0.72em;
}
span.blog-footer-date {
  font-size: 0.9em;
}




.footer .copyright {
  float: right;
  clear: both;
  padding-top: 2em;
}

@media screen and (min-width: 600px) {
  .footer-col {
    width: 40%;
    margin-right: 10%;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .footer-col {
    margin-right: 0%;
  }
  .footer-col.col-one {
    width: 28%;
  }
  .footer-col.col-two {
    width: 40%;
  }
  .footer-col.col-three {
    width: 25%;
    margin-left: 7%;
  }
}














































































