/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Color Scheme
==================================================

Orange #CA6C19 | 202, 108, 25
Dark Gray #383838 | 56,56,56

*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
  
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  
  .row {margin-bottom:20px}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 1024px) {
	
  .container {
    width: 90%; }
    
  .column,
  .columns {
    margin-left: 4%; }
    
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

.row.twenty-bottom {padding-bottom:20px}

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {font-size: 100%;} /*18px*/

body, html {height: 100%;margin: 0; }


  
 body {
height:100%;
background:#F8F8F8;	
color:#333;
font-family: 'Poppins', sans-serif;
line-height: 1.75;
font-weight:400;
  -webkit-font-lrgoothing:antialiased
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
margin:0  ;
font-size: min(max(1rem, calc(1rem + (1.25 - 1) * ((100vw - 80rem) / (100 - 80)))), 1.25rem); 
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_rem_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
  }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
color: #383838 ;
margin-top: 0;
margin-bottom: 1rem;
font-family: 'Poppins', sans-serif;
font-weight: 700;
line-height: 1.3;
}








h1 {
  font-size: min(max(1.875rem, calc(1.875rem + (4.125 - 1.875) * ((100vw - 80rem) / (168.75 - 80)))), 4.125rem);
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_rem_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
}




h2 {
  font-size: min(max(1.5rem, calc(1.5rem + (3.125 - 1.5) * ((100vw - 80rem) / (168.75 - 80)))), 3.125rem);
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_rem_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
}



h3 {
  font-size: min(max(1.5rem, calc(1.5rem + (2.25 - 1.5) * ((100vw - 80rem) / (168.75 - 80)))), 2.25rem);
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_rem_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
}





div.large-heading h2 {font-size: min(max(36px, calc(2.25rem + (88 - 36) * ((100vw - 1280px) / (2700 - 1280)))), 88px);
  /* Note: The calc base value (2.25rem) MUST be stated in REM to maintain accessibility */
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_px_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;
}

.narrative-content h1 {font-size: min(max(36px, calc(2.25rem + (88 - 36) * ((100vw - 1280px) / (2700 - 1280)))), 88px);
  /* Note: The calc base value (2.25rem) MUST be stated in REM to maintain accessibility */
  /* Where: calc = min_font_size_in_rem + (max_font_size - min_font_size) * ((100vw - min_viewport_including_px_unit) / (max_viewport - min_viewport)) */

  /* Safari resize fix */
  min-height: 0vw;}

p { margin: 0 0 20px 0; }
p img { margin: 0; }

p.header {color: #30374F;margin-top: 0;margin-bottom: 2rem;font-family: 'GFS Didot', serif;text-transform:none;font-weight: 600;font-size: 32px; line-height: 40px; }


em { font-style: italic; }
strong { font-weight: 600; color:#0F1626 }


/*	Blockquotes  */
blockquote {}
blockquote p { font-size: 18px; line-height:1.5; }
blockquote p {margin-bottom: 10px}

blockquote cite { display: block; font-size: 16px; color: #383838 }
blockquote cite:before { content: "\2014 \0020"; }

blockquote {color:#CA6C19; margin: 0; border-left: 10px solid #383838; padding-left: 15px; font-size:90%   }


.owl-carousel blockquote {color:#CA6C19; margin: 0; border-left: 0; padding-left: 0; font-size:100% }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {color: #CA6C19 ; text-decoration:underline; font-weight: 400}
a:hover {color: #CA6C19 ;  text-decoration:none}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 57px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
  
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
font-size: 14px;
color:#FFF;
text-decoration: none;
background-color: #0e2132;
border-color: #0e2132; 
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #0e2132;
text-decoration: none;
background-color: #90c8d4;
border-color: #90c8d4;}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	font-size: 14px;
	color:#00303C;
	   text-decoration: none;
  background-color: #90c8d4;
  border-color: #90c8d4; 
  }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
   text-decoration: none;
  background-color: #00303C;
  border-color: #00303C;}
  
.button.button-clear,
button.button-clear,
input[type="submit"].button-clear,
input[type="reset"].button-clear,
input[type="button"].button-clear {
color: #FFF;
 background: #222;
border-color: #FFF; 
border: 1px solid white;}
.button.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover,
input[type="reset"].button-clear:hover,
input[type="button"].button-clear:hover,
.button.button-clear:focus,
button.button-clear:focus,
input[type="submit"].button-clear:focus,
input[type="reset"].button-clear:focus,
input[type="button"].button-clear:focus {
color: #000;
text-decoration: none;
background-color: transparent;
border-color: #FFF; }


  
  .button.button-red,
button.button-red,
input[type="submit"].button-red,
input[type="reset"].button-red,
input[type="button"].button-red {
  color: #FFF;
  background-color:#cd5555;
  border-color: #cd5555; }
.button.button-red:hover,
button.button-red:hover,
input[type="submit"].button-red:hover,
input[type="reset"].button-red:hover,
input[type="button"].button-red:hover,
.button.button-red:focus,
button.button-red:focus,
input[type="submit"].button-red:focus,
input[type="reset"].button-red:focus,
input[type="button"].button-red:focus {
  color: #cd5555;
   text-decoration: none;
  background-color: #FFF;
  border-color: #cd5555; }


.button.button-color-1,
button.button-color-1,
input[type="button"].button-color-1 {
	border-radius:none;
color: #000;
background-color:   #E2C706;
border: 1px solid white;
 }
.button.button-color-1:hover,
button.button-color-1:hover,
input[type="button"].button-color-1:hover,
.button.button-color-1:focus,
button.button-color-1:focus,
input[type="button"].button-color-1:focus {
color: #FFF;
text-decoration: none;
background-color: #222;
border-color: #222; 
border: 1px solid white;
}

.button.button-orange,
button.button-orange,
input[type="button"].button-orange {
	border-radius:3px;
	font-size: 16px;
color: #222;
background-color:   #E2C706;
border: 1px solid #E2C706;
 }
.button.button-orange:hover,
button.button-orange:hover,
input[type="button"].button-orange:hover,
.button.button-orange:focus,
button.button-orange:focus,
input[type="button"].button-orange:focus {
color: #FFF;
text-decoration: none;
background-color: #222;
border-color: #222; 
border: 1px solid #222;
}

.button.button-white,
button.button-white,
input[type="button"].button-white {
border-radius:3px;
font-size: 16px;
color: #0F1626;
background-color:   #FFF;
border: 1px solid #FFF;
 font-weight: 600;
}
.button.button-white:hover,
button.button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
button.button-white:focus,
input[type="button"].button-white:focus {
color: #FFF;
text-decoration: none;
background-color: #E2C706;
border-color: #E2C706; 
border: 1px solid #E2C706;
}

.button.button-orange i {color:#222}
.button.button-orange i:hover {color:#E2C706}

	


    



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 1.5rem; }
  
  /* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: square; margin-left: 20px; }
ul.home-practice-heading {  list-style-type: none ; list-style-position: outside ; }

#recent-posts-3 ul {}

ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin: .5rem 0; }
  



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0;
  border-top: 1px solid #EEE; }
  



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

