/*General*/

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

.button {
    font-weight: bold;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #F78536;
    color: #fff;
}

.button.hollow {
    font-weight: bold;
    color: #F78536;
    border-color: #F78536;
}
.button.hollow:hover, .button.hollow:focus {
    color: #fff;
    background-color: #EBBB68;
}

.button:hover, .button:focus {
    border-color: #E67526;
    color: #fff;
    background-color: #E67526;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Quicksand;
}

.title {
    font-weight: bold;
    list-style-type: none;
    margin-left: -20px;
}


.display-table {
    display: table;
    width: 100%;
/*    height: 400px; */
}

.va-align {
    display: table-cell;
    vertical-align: middle;
}

.http-error {
    margin-top: 30px;
    font-weight: bold;
}

/*General*/

.intro {
    background: url(../img/Office.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
    height: 100%;
    color: #fff;
    padding: 30px 30px 10px 30px;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.intro hr {
    width: 90%;
}

.intro.display-table {
    height: 400px;
}

/* About */
.about {
    background-color: #fff;
    text-align: center;
    margin: 40px;
}

.left-image {
    float: left;
    margin: 0px 20px 20px 0px;
}

.right-image {
    float: right;
    margin: 10px 0px 20px 20px;
}

/* About */

/* article */
.article {
    background-color: #fff;
    text-align: left;
}

.article h1, h4 {
    text-align: center;
}

/* article */

.indent-list {
    padding-left: 20px
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}
/* Colors */

.orange {
    color: #F78536;
}

.light-blue-grey {
    color: #DFEBED;
}

.blue {
    color: #497285;
}

.dark-blue {
    color: #2B4450;
}

.orange-bg {
    background-color: #F78536;
}

.light-blue-grey-bg {
    background-color: #DFEBED;
}

.blue-bg {
    background-color: #497285;
}

.dark-blue-bg {
    background-color: #2B4450;
}


/*Colors*/


/*Team*/

.team {
    background-color: #fff;
    margin: 40px;
}

.team-member {
    text-align: center;
    margin-bottom :16px;
}

    .team-member img {
        margin-bottom: 30px;
    }

    .team-member h5 {
/*        color: #F78536; */
/*        font-weight: bold; */
    }

    .team-member p {
        font-weight: 300;
    }

.team-bio {
    text-align: left;
}

/*Team*/

/* Info Section */

.info {
    background-color: #2B4450;
    color: #fff;
    padding: 20px;
    text-align: center;
}

/* Info Section */


/*Blog */

.blog {
    background-color: #fff;
    margin: 30px;
}

    .blog .label {
        margin-bottom: 5px;
    }

.blog-item {
    margin-bottom: 10px;
}

    .blog-item img {
        margin-bottom: 10px;
    }

    .blog-item h5 {
        color: #497285;
    }

/*Blog */



/* Subscribe */

.subscribe {
    background-color: #497285;
    color: #fff;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}



/* Subscribe */


/*Map*/

.map {
    background-color: #F78536;
    color: #fff;
    min-height: 50px;
    padding: 10px;
    text-align: center;
}

.map-msg {
    width: 95%;
    height: 380px;
    margin: 10px;
    padding: 10px;
}

.map-note {
    width: 95%;
    margin: 10px;
    padding: 10px;
    font-style: italic;
    text-align: left;
}

.contact-pic {
    width: 50%;
    height: 60%;
}

.close-button {
    float: right;
    padding: 20px;
}

/* Map */


/* Contact */

.contact {
    background-image: url('../img/hbg-skyline.jpg');
    background-position: center center;
    min-height: 200px;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

/* Contact */

/*Footer */

.footer {
    background-color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}

.footer-social i {
    color: #497285;
    margin-left: 20px;
    font-size: 22px;
}

    .footer-social i:hover {
        color: #F78536;
    }

.footer img {
    float: right;
    margin: 10px;
}

.copyr {
    text-align: center;
}

/*Footer */

.top-shadow {
    background-color: rgba(0,0,0,0.4);
    min-height: 100%;
    width: 100%;
}

.contact-shadow {
    background-color: rgba(0,0,0,0.4);
    padding: 32px;
    min-height: 100%;
    width: 100%;
}

.orderedlist li {
    text-align: left;
    margin: 2em 0em 2em 2em;
}

.golf h3 {
    text-align: center;
    margin-top: 10px;
    color: white;
}

.td-img {
    vertical-align: bottom;
    float: right;
    margin-right: 20px
}

.td-link {
    text-align: right;
    margin-right: 20px
}

.sel-mail {
    border: 1px solid #00f;
}

abbr[title], acronym[title] {
  text-decoration: none;
}

/* sizes for foundation icons */
.size-12 { font-size: 12px; }
      
.size-14 { font-size: 14px; }
      
.size-16 { font-size: 16px; }
      
.size-18 { font-size: 18px; }
      
.size-21 { font-size: 21px; }
      
.size-24 { font-size: 24px; }
      
.size-36 { font-size: 36px; }
      
.size-48 { font-size: 48px; }
      
.size-60 { font-size: 60px; }
      
.size-72 { font-size: 72px; }

/* .textlink a {
    -webkit-transition: .5s;
    transition: .5s;
}

.textlink a:hover {
    text-decoration: underline;
} */

/* animated underline on hover, modified from https://codepen.io/christiancroser/pen/xqrLBm */
.textlink a {
  /* I don't know why this is needed, I just added it and it worked in IE Edge. If we remove this width, the gradient breaks in IE Edge */
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 2px), #2199e8 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .5s;
  -webkit-transition: background-size .5s;
  -moz-transition: background-size .5s;
}

.textlink a:hover {
  background-size: 100% 100%;
}

/*
==========
fadeIn - from https://github.com/kristofferandreasen/wickedCSS
==========
*/


.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 

    animation-duration: 4s; 
    -webkit-animation-duration: 4s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    

    visibility: visible !important;     
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }   
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media print {

    .sticky {
        display: none;
    }

    .contact {
        display: none;
    }

    .footer {
        display: none;
    }

    body {
        font-size: 16px;
    }

    .noprint {
        display: none;
    }

    .nobreak {
        page-break-inside: avoid;
    }

    li {
        orphans: 2;
        widows: 2;
    }

    table {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5in;
    }

}