@charset "UTF-8";

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/*
Color Choices:

Main Background:  #e6e6ff

Selection:        #b3d4fc  

Head, Foot, Aside: #7777ff

Text:             #222211

Header text:      #553311

Title text:       #442211

Nav a Background: #e44d26

Print Blockquote Border: #999

*/



html {
    /*color: #222;*/
    color:#222211;

    background: #e6e6ff;
    font-size: 1em;
    line-height: 1.4;
    /*font-family: et-book;*/

/* Font Imports Etc. NS */


    /* Think of moving this down into the HTML rule */
    @font-face {
      font-family: "et-book";
      src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot");
      src: url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff") format("woff"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf") format("truetype"), url("et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf") format("svg");
      font-weight: normal;
      font-style: normal
    }
    
    @font-face {
      font-family: "et-book";
      src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot");
      src: url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff") format("woff"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
      font-weight: normal;
      font-style: italic
    }
    
    @font-face {
      font-family: "et-book";
      src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot");
      src: url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff") format("woff"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf") format("truetype"), url("et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf") format("svg");
      font-weight: bold;
      font-style: normal
    }
    
    @font-face {
      font-family: "et-book-roman-old-style";
      src: url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot");
      src: url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix") format("embedded-opentype"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff") format("woff"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf") format("truetype"), url("et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbookromanosf") format("svg");
      font-weight: normal;
      font-style: normal;
    }
    
    /* End of Font Imports */


}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
   font-family: et-book;
   
}

.wrapper {
    width: 90%;
    /*margin: 0 5%;*/
    /*Commenting out the above prevented the extra space on the right side*/
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {

    /*border-bottom: 20px solid #e44d26;*/
    /*border-style: solid;*/   /* remove this */
}

.footer-container,
.main aside {
    /*border-top: 20px solid #e44d26;*/
}

/*.header-container,*/
/*.footer-container,*/
.main aside {
    /*background: #f16529;*/
    /*background: #7777ff;*/
    background: -webkit-radial-gradient(#7777ff,white);
    background:      -o-radial-gradient(#7777ff,white);
    background:    -moz-radial-gradient(#7777ff,white);
    background:         radial-gradient(#7777ff,white);
    
    background: -webkit-radial-gradient(rgba(119,119,255,0),rgba(255,255,255,1));
    background:      -o-radial-gradient(rgba(119,119,255,0),rgba(255,255,255,1));
    background:    -moz-radial-gradient(rgba(119,119,255,0),rgba(255,255,255,1));
    background:         radial-gradient(rgba(119,119,255,0),rgba(255,255,255,1));
  
    padding-left:  2.5em;
    padding-right: 2.5em;
    padding-bottom: .3em;
    
    margin-bottom:  .2em;
    margin-top:     .0em;
}


.header-container {
  background: -webkit-linear-gradient(top,       #7777ff, #e6e6ff);
  background:      -o-linear-gradient(bottom,    #7777ff, #e6e6ff);
  background:         linear-gradient(to bottom, #7777ff, #e6e6ff);

/* With Transparency */
  background: -webkit-linear-gradient(top,       rgba(119,119,255,1), rgba(230,230,255,0));
  background:      -o-linear-gradient(bottom,    rgba(119,119,255,1), rgba(230,230,255,0));
  background:         linear-gradient(to bottom, rgba(119,119,255,1), rgba(230,230,255,0));
}

.footer-container {
  background: -webkit-linear-gradient(bottom, #7777ff, #e6e6ff);
  background:      -o-linear-gradient(top,    #7777ff, #e6e6ff);
  background:         linear-gradient(to top, #7777ff, #e6e6ff);

  background: -webkit-linear-gradient(bottom, rgba(119,119,255,1), rgba(230,230,255,0));
  background:      -o-linear-gradient(top,    rgba(119,119,255,1), rgba(230,230,255,0));
  background:         linear-gradient(to top, rgba(119,119,255,1), rgba(230,230,255,0));
}

.title {
    /*color: white;*/
    color: #442211;
    /*font-size: 2.5em;*/
    /*font-size: 3em;*/
    /*font-size: 5em;*/
    /*line-height: 100%;*/                /* This might be overriding, constricting font-size */
    z-index:2;
    /*align-items: stretch;*/
   /*padding-top: auto;
    padding-bottom: auto; */
    /*font-family: lucida-handwriting;*/
}

#title-container {
  /*display: flex;*/
  /*min-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;*/

}

.header-logo {
    float: left;
    /*position: absolute;
    top: 0.33em;
    left: 0.33em;*/
    /*align-self: flex-start;*/
    max-width: 10%;
    /*height: auto;*/
    max-height: 10%;  /* This is necessary for broken Safari Browsers to display svg properly for now.  */
    padding:.33em;
    /*margin: 0;*/
    vertical-align: middle;
    z-index: 1;

}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main {
    /*color: white;*/
    padding: 0px 5% 10px;
}

.footer-container footer {
    /*color: white;*/
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  background: url(../img/bg-fs8.png) no-repeat center center fixed;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg-fs8.png', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg-fs8.png', sizingMethod='scale');
}

/*body {*/
/*  background: url(../img/bg-fs8.png) no-repeat center center fixed;*/
/*  -webkit-background-size: cover;*/
/*     -moz-background-size: cover;*/
/*       -o-background-size: cover;*/
/*          background-size: cover;*/
/*  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg-fs8.png', sizingMethod='scale')";*/
/*  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bg-fs8.png', sizingMethod='scale');*/
/*}*/

    .google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
        background-color: white;
        margin-bottom:    1em;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background-color: white;        
    }


.associate-headshot {
  max-width:      33%;
  float:          right;
  margin-top:     1.5em;
  opacity:        .66;
  border-radius:  50%;
  /*
  -webkit-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
     -moz-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
          box-shadow: 0px 0px 10px 10px #e6e6ff inset;
  */
}

.image-odd {
  float:  right;
  max-width:  50%;
  position: relative;
  margin-left: 0.5em;
}


.image-odd:before {
  /*
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-webkit-bo
  */
  /*-webkit-box-shadow: 0px 0px 10px 10px #e6e6ff inset;*/
  /*  -moz-box-shadow: 0px 0px 10px 10px #e6e6ff inset;*/
  /*        box-shadow: 0px 0px 10px 10px #e6e6ff inset;*/
}

/* Headings */

h1, h2, h3, h4 {
  color: #553311;
}

/* Areas */

blockquote {
  font-family:  et-book;
  font-style:   italic;
}

.expanding-aside {
  max-height: 20em;
  overflow:   hidden;
          -webkit-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
             -moz-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
                  box-shadow: 0px 0px 10px 10px #e6e6ff inset;
  position: relative;
}

.expanding-aside:before {
  position: absolute;
  bottom:   0em;
  right:    0em;
  text-align: right;
  /*display: table-cell;*/
  vertical-align: bottom;
  color:      #00d;
  content: "more...";
  z-index: 100;
  /*background-color: white;*/
  /*opacity: 10%;*/
  width: 100%;
  /*height: 3em;*/
  /*border-bottom-left-radius: 50%;*/
  /*border-bottom-right-radius: 50%;*/
  box-shadow: 0px -2em 1.5em -10px #e6e6ff inset;
  -webkit-box-shadow: 0px -2em 1.5em -10px #e6e6ff inset;
  -moz-box-shadow:0px -2em 1.5em -10px #e6e6ff inset;
}

/*aside:after {*/
/*  content: " ";*/
/*  display: table;*/
/*  clear:   both;*/
/*}*/

/*#contact-aside:not(.simulated-hover) {*/
/*  max-height: 10em;*/
/*}*/

/*.contact-aside {*/
/*   padding-top:   5em; */
/*}*/

.contact-aside:not(.simulated-hover){
  max-height: 10.2em;
}

.main .ticker {
 height: 270px;
 margin-bottom: 7px;
 margin-top:    7px;
 min-width:    250px;
 /*padding-top:   10px;*/
 /*padding-bottom: 10px;*/
 padding:     0.5em;
 /*padding-top: 1.3em;*/
 /*border: solid 10px black;*/
}

.expanding-aside:hover, aside:focus, #contact-aside:hover, #contact-aside:focus, .simulated-hover {
  max-height: none;
  overflow:   auto;
  /*padding-bottom: 1.5em;*/
}

/*.simulated-hover #contact-aside.simulated-hover {*/
/*  max-height: none;*/
/*  overflow:   auto;*/
/*}*/

.expanding-aside:hover:before, aside:focus:before, aside.simulated-hover:before {
  visibility: hidden;
}


/*.bio-container {*/
/*  border-style: solid;*/
/*  border-width: 5px;*/
/*  background-color: black;*/
/*  float: left;*/
/*  max-width: 20%;*/
/*  height:   2000px;*/
/*}*/

.title {
        /* float: right;*/
        text-align: center;
        /*vertical-align: middle;*/
        /*margin-top: auto;
        margin-bottom: auto;*/
        font-size: 1.5em;        /* Think about using px for consistency */
        /*line-height: 100%;*/
    }

    .title-container {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      padding-top: auto;
      padding-bottom: auto;
      border-style: solid;  /* remove this */
      height: 100%;
    }

#contact-address {
 margin-top: .5em; 
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
    
    .title {
      font-size: 2em;     
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    /*.header-container,*/
    .main aside {
/*        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;*/
        -webkit-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
           -moz-box-shadow: 0px 0px 10px 10px #e6e6ff inset;
                box-shadow: 0px 0px 10px 10px #e6e6ff inset;
                
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        /* float: right;*/
        text-align: center;
        /*vertical-align: middle;*/
        /*margin-top: auto;
        margin-bottom: auto;*/
        font-size: 2.5em;
    }

    .title-container {
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto;
      padding-top: auto;
      padding-bottom: auto;
      border-style: solid;  /* remove this */
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        /*float: left;*/
	      float: right;
        width: 57%;
    }

    .main aside {
        /*float: right;*/
        /*float: left;*/
        display: inline-block;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    .title {
      font-size: 4.3em;
      /*color: red;*/
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3,
    h4 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3,
    h4 {
        page-break-after: avoid;
    }
}
