@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700|Roboto+Condensed|Alegreya:700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);






/************ Video Button edits *******/

.center-fa .fa {
  text-align:center;
margin-left:40%;
margin-top:20%;

}


/***** Video Button End *********/

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
table{
   border-collapse:collapse;
   border-spacing:0;
}

code[class*=language-]{
   color:#f8f8f2;
   background:0 0;
   text-shadow:0 1px rgba(0,0,0,.3);
   font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
   text-align:left;
   white-space:pre;
   word-spacing:normal;
   word-break:normal;
   word-wrap:normal;
   line-height:1.5;
   -moz-tab-size:4;
   -o-tab-size:4;
   tab-size:4;
   -webkit-hyphens:none;
   -ms-hyphens:none;
   hyphens:none
}

pre[class*=language-]{
   color:#f8f8f2;
   background:0 0;
   text-shadow:0 1px rgba(0,0,0,.3);
   font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
   text-align:left;
   white-space:pre;
   word-spacing:normal;
   word-break:normal;
   word-wrap:normal;
   line-height:1.5;
   -moz-tab-size:4;
   -o-tab-size:4;
   tab-size:4;
   -webkit-hyphens:none;
   -ms-hyphens:none;
   hyphens:none;
   padding:1em;
   margin:.5em 0;
   overflow:auto;
   border-radius:.3em
}

:not(pre)>code[class*=language-],pre[class*=language-]{
   background:#272822
}

:not(pre)>code[class*=language-]{
   padding:.1em;
   border-radius:.3em;
   white-space:normal
}
.token.cdata,.token.comment,.token.doctype,.token.prolog{
   color:#708090;
}
.token.punctuation{ 
   color:#f8f8f2;
}
.namespace{
   opacity:.7;
}
.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{
   color:#f92672;
}
.token.boolean,.token.number{
   color:#ae81ff;
}
.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{
   color:#a6e22e;
}
.token.entity,.token.operator,.token.url{
   color:#f8f8f2;
}
.language-css .token.string,.style .token.string{
   color:#f8f8f2;
}
.token.variable{
   color:#f8f8f2;
}
.token.atrule,.token.attr-value,.token.function{
   color:#e6db74;
}
.token.keyword{
   color:#66d9ef;
}
.token.regex{
   color:#fd971f;
}
.token.important{
   color:#fd971f;
   font-weight:700;
}
.token.bold{
   font-weight:700
}
.token.italic{
   font-style:italic
}
.token.entity{
   cursor:help;
}
pre[data-line]{
   position:relative;
   padding:1em 0 1em 3em;
}

.line-highlight{
   position:absolute;
   left:0;
   right:0;
   padding:inherit 0;
   margin-top:1em;
   background:rgba(153,122,102,.08);
   background:-webkit-gradient(linear,left top,right top,color-stop(70%,rgba(153,122,102,.1)),to(rgba(153,122,102,0)));
   background:linear-gradient(to right,rgba(153,122,102,.1) 70%,rgba(153,122,102,0));
   pointer-events:none;
   line-height:inherit;
   white-space:pre
}

.line-highlight:before{
   content:attr(data-start);
   position:absolute;
   top:.4em;
   left:.6em;
   min-width:1em;
   padding:0 .5em;
   background-color:rgba(153,122,102,.4);
   color:#f5f2f0;
   font:bold 65%/1.5 sans-serif;
   text-align:center;
   vertical-align:.3em;
   border-radius:999px;
   text-shadow:none;
   -webkit-box-shadow:0 1px #fff;
   box-shadow:0 1px #fff
}
.line-highlight[data-end]:after{
   content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;
   background-color:rgba(153,122,102,.4);color:#f5f2f0;font:bold 65%/1.5 sans-serif;
   text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;-webkit-box-shadow:0 1px #fff;
   box-shadow:0 1px #fff;content:attr(data-end);top:auto;bottom:.4em
}
.line-numbers .line-highlight:after,.line-numbers .line-highlight:before{content:none}
pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}
pre.line-numbers>code{position:relative;white-space:inherit}
.line-numbers .line-numbers-rows{
   position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;
   letter-spacing:-0.0625rem;border-right:1px solid #999;-webkit-user-select:none;
   -moz-user-select:none;-ms-user-select:none;user-select:none
}
.line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}
.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
.token.cr,.token.lf,.token.space,.token.tab:not(:empty){position:relative}
.token.cr:before,.token.lf:before,.token.space:before,.token.tab:not(:empty):before{color:#e0d7d1;position:absolute}
.token.tab:not(:empty):before{content:'\21E5'}
.token.cr:before{content:'\240D'}
.token.crlf:before{content:'\240D\240A'}
.token.lf:before{content:'\240A'}
.token.space:before{content:'\00B7'}
div.code-toolbar{position:relative}
div.code-toolbar>.toolbar{position:absolute;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}
div.code-toolbar:hover>.toolbar{opacity:1}
div.code-toolbar>.toolbar .toolbar-item{display:inline-block}
div.code-toolbar>.toolbar a{cursor:pointer}
div.code-toolbar>.toolbar button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{
   color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;
   background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em
}
div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar a:hover{color:inherit;text-decoration:none}
div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar button:hover{color:inherit;text-decoration:none}
div.code-toolbar>.toolbar span:focus,div.code-toolbar>.toolbar span:hover{color:inherit;text-decoration:none}
.prism-previewer{position:absolute;pointer-events:none;left:50%;margin-top:-48px;width:32px;height:32px;margin-left:-16px;opacity:0;-webkit-transition:opacity .25s;transition:opacity .25s}
.prism-previewer:before{position:absolute;pointer-events:none}
.prism-previewer:after{position:absolute;pointer-events:none;left:50%}
.prism-previewer.flipped{margin-top:0;margin-bottom:-48px}
.prism-previewer:after,.prism-previewer:before{content:'';position:absolute;pointer-events:none}
.prism-previewer:before{
   top:-5px;right:-5px;left:-5px;bottom:-5px;border-radius:10px;
   border:5px solid #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75);
   box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)
}
.prism-previewer:after{top:100%;width:0;height:0;margin:5px 0 0 -7px;border:7px solid transparent;border-color:rgba(255,0,0,0);border-top-color:#fff}
.prism-previewer.flipped:after{top:auto;bottom:100%;margin-top:0;margin-bottom:5px;border-top-color:rgba(255,0,0,0);border-bottom-color:#fff}
.prism-previewer.active{opacity:1}.prism-previewer-angle:before{border-radius:50%;background:#fff}.prism-previewer-angle:after{margin-top:4px}
.prism-previewer-angle svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.prism-previewer-angle[data-negative] svg{-webkit-transform:scaleX(-1) rotate(-90deg);transform:scaleX(-1) rotate(-90deg)}
.prism-previewer-angle circle{fill:transparent;stroke:#2e3538;stroke-opacity:.9;stroke-width:32;stroke-dasharray:0,500}
.prism-previewer-gradient{  
   background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);
   background-size:10px 10px;background-position:0 0,5px 5px;width:64px;margin-left:-32px
}
.prism-previewer-gradient:before{content:none}
.prism-previewer-gradient div{
   position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:10px;
   border:5px solid #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75);
   box-shadow:0 0 3px rgba(0,0,0,.5) inset,0 0 10px rgba(0,0,0,.75)
}
.prism-previewer-color{
   background-image:linear-gradient(45deg,#bbb 25%,transparent 25%,transparent 75%,#bbb 75%,#bbb),linear-gradient(45deg,#bbb 25%,#eee 25%,#eee 75%,#bbb 75%,#bbb);
   background-size:10px 10px;background-position:0 0,5px 5px
}
.prism-previewer-color:before{background-color:inherit;background-clip:padding-box}
.prism-previewer-easing{margin-top:-76px;margin-left:-30px;width:60px;height:60px;background:#333}
.prism-previewer-easing.flipped{margin-bottom:-116px}
.prism-previewer-easing svg{width:60px;height:60px}
.prism-previewer-easing circle{fill:#2e3538;stroke:#fff}
.prism-previewer-easing path{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:4}
.prism-previewer-easing line{stroke:#fff;stroke-opacity:.5;stroke-width:2}
@-webkit-keyframes prism-previewer-time{
   0%{stroke-dasharray:0,500;stroke-dashoffset:0}
   50%{stroke-dasharray:100,500;stroke-dashoffset:0}
   100%{stroke-dasharray:0,500;stroke-dashoffset:-100}
}
@keyframes prism-previewer-time{
   0%{stroke-dasharray:0,500;stroke-dashoffset:0}
   50%{stroke-dasharray:100,500;stroke-dashoffset:0}
   100%{stroke-dasharray:0,500;stroke-dashoffset:-100}
}
.prism-previewer-time:before{border-radius:50%;background:#fff}
.prism-previewer-time:after{margin-top:4px}
.prism-previewer-time svg{width:32px;height:32px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.prism-previewer-time circle{
   fill:transparent;stroke:#2e3538;stroke-opacity:.9;stroke-width:32;
   stroke-dasharray:0,500;stroke-dashoffset:0;
   -webkit-animation:prism-previewer-time linear infinite 3s;animation:prism-previewer-time linear infinite 3s
}
[class*=lang-] script[type='text/plain'],[class*=language-] script[type='text/plain']{display:block;font:100% Consolas,Monaco,monospace;white-space:pre;overflow:auto}
script[type='text/plain'][class*=lang-],script[type='text/plain'][class*=language-]{display:block;font:100% Consolas,Monaco,monospace;white-space:pre;overflow:auto}
.command-line-prompt{
   border-right:1px solid #999;
   display:block;float:left;
   font-size:100%;letter-spacing:-0.0625rem;margin-right:1em;pointer-events:none;
   -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.command-line-prompt>span:before{color:#999;content:' ';display:block;padding-right:.8em}
.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}
.command-line-prompt>span[data-user=root]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}
.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}.sm{
   -webkit-box-sizing:border-box;box-sizing:border-box;
   position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.sm,.sm li,.sm ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left}
.sm-rtl,.sm-rtl li,.sm-rtl ul{direction:rtl;text-align:right}.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0}
.sm ul{display:none}.sm a,.sm li{position:relative}.sm a{display:block}
.sm a.disabled{cursor:default}.sm::after{content:"";display:block;height:0;font:0/0 serif;clear:both;overflow:hidden}
.sm *,.sm ::after,.sm ::before{-webkit-box-sizing:inherit;box-sizing:inherit}
.sm-simple{border:1px solid #bbb;background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}
.sm-simple a,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{
   padding:13px 20px;padding-right:58px;color:#555;
   font-family:"Lucida Sans Unicode","Lucida Sans","Lucida Grande",Arial,sans-serif;
   font-size:1rem;font-weight:400;line-height:1.0625rem;text-decoration:none
}
.sm-simple a.current{background:#555;color:#fff}
.sm-simple a.disabled{color:#ccc}

.sm-simple a .sub-arrow{
   position:absolute;
   top:50%;
   margin-top:-17px;left:auto;
   right:4px;width:34px;height:34px;overflow:hidden;
   font:bold 0.875rem/2.125rem monospace!important;text-align:center;
   text-shadow:none;background:rgba(0,0,0,.08)
}
.sm-simple a .sub-arrow::before{content:'+'}
.sm-simple a.highlighted .sub-arrow::before{content:'-'}
.sm-simple li{border-top:1px solid rgba(0,0,0,.05)}
.sm-simple>li:first-child{border-top:0}
.sm-simple ul{background:rgba(179,179,179,.1)}
.sm-simple ul a,.sm-simple ul a:active,.sm-simple ul a:focus,.sm-simple ul a:hover{font-size:0.875rem;border-left:8px solid transparent}
.sm-simple ul ul a,.sm-simple ul ul a:active,.sm-simple ul ul a:focus,.sm-simple ul ul a:hover{border-left:16px solid transparent}
.sm-simple ul ul ul a,.sm-simple ul ul ul a:active,.sm-simple ul ul ul a:focus,.sm-simple ul ul ul a:hover{border-left:24px solid transparent}
.sm-simple ul ul ul ul a,.sm-simple ul ul ul ul a:active,.sm-simple ul ul ul ul a:focus,.sm-simple ul ul ul ul a:hover{border-left:32px solid transparent}
.sm-simple ul ul ul ul ul a,.sm-simple ul ul ul ul ul a:active,.sm-simple ul ul ul ul ul a:focus,.sm-simple ul ul ul ul ul a:hover{border-left:40px solid transparent}
@media (min-width:9000px){.sm-simple ul{position:absolute;width:12em}.sm-simple li{float:left}
.sm-simple.sm-rtl li{float:right}.sm-simple ul li,.sm-simple.sm-rtl ul li,.sm-simple.sm-vertical li{float:none}
.sm-simple a{white-space:nowrap}.sm-simple ul a,.sm-simple.sm-vertical a{white-space:normal}
.sm-simple .sm-nowrap>li>:not(ul) a,.sm-simple .sm-nowrap>li>a{white-space:nowrap}
.sm-simple{background:#fff}
.sm-simple a,.sm-simple a.highlighted,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{padding:11px 20px;color:#555}
.sm-simple a.highlighted,.sm-simple a:active,.sm-simple a:focus,.sm-simple a:hover{background:#eee}.sm-simple a.current{background:#555;color:#fff}
.sm-simple a.disabled{background:#fff;color:#ccc}
.sm-simple a.has-submenu{padding-right:32px}.sm-simple a .sub-arrow{top:50%;margin-top:-8px;right:20px;width:8px;height:16px;font:0.875rem/1rem monospace!important;background:0 0}
.sm-simple a.highlighted .sub-arrow::before{content:'+'}.sm-simple>li{border-top:0;border-left:1px solid #eee}
.sm-simple>li:first-child{border-left:0}
.sm-simple ul{border:1px solid #bbb;background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}
.sm-simple ul a{border:0!important}.sm-simple ul a.has-submenu{padding-right:20px}.sm-simple ul a .sub-arrow{left:8px;right:auto}
.sm-simple ul>li{border-left:0;border-top:1px solid #eee}.sm-simple ul>li:first-child{border-top:0}
.sm-simple .scroll-down,.sm-simple .scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}
.sm-simple .scroll-down-arrow,.sm-simple .scroll-up-arrow{
   position:absolute;top:-2px;left:50%;margin-left:-8px;
   width:0;height:0;overflow:hidden;border-width:8px;border-style:dashed dashed solid dashed;
   border-color:transparent transparent #555 transparent
}
.sm-simple .scroll-down-arrow{top:6px;border-style:solid dashed dashed dashed;border-color:#555 transparent transparent transparent}
.sm-simple.sm-rtl a.has-submenu{padding-right:20px;padding-left:32px}.sm-simple.sm-rtl a .sub-arrow{left:20px;right:auto}
.sm-simple.sm-rtl.sm-vertical a.has-submenu{padding:11px 20px}
.sm-simple.sm-rtl.sm-vertical a .sub-arrow{left:auto;right:8px}.sm-simple.sm-rtl>li:first-child{border-left:1px solid #eee}
.sm-simple.sm-rtl>li:last-child{border-left:0}.sm-simple.sm-rtl ul a.has-submenu{padding:11px 20px}.sm-simple.sm-rtl ul a .sub-arrow{left:auto;right:8px}
.sm-simple.sm-vertical a .sub-arrow{left:8px;right:auto}
.sm-simple.sm-vertical li{border-left:0;border-top:1px solid #eee}.sm-simple.sm-vertical>li:first-child{border-top:0}}

.slick-slider{
   position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;
   -webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
   -ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent
}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(../../../images/ajax-loader.gif) center center no-repeat}
@font-face{
   font-family:slick;src:url(../../../fonts/slick.eot);
   src:url(../../../fonts/slick.eot?#iefix) 
      format("embedded-opentype"),
      url(../../../fonts/slick.woff) 
      format("woff"),url(../../../fonts/slick.ttf) 
      format("truetype"),url(../../../fonts/slick.svg#slick) 
      format("svg");
   font-weight:400;
   font-style:normal
}
.slick-next,.slick-prev{
   position:absolute;display:block;height:20px;width:20px;line-height:0;
   font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);
   transform:translate(0,-50%);padding:0;border:none;outline:0
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
.slick-next:before,.slick-prev:before{
   font-family:slick;font-size:1.25rem;
   line-height:1;color:rgba(0,0,0,.3);opacity:.75;
   -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}
.slick-prev:before{content:"â"}[dir=rtl] .slick-prev:before{content:"â"}
.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}
.slick-next:before{content:"â"}
[dir=rtl] .slick-next:before{content:"â"}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;left:0;margin:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{
   border:0;background:0 0;display:block;
   height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;
   padding:5px;cursor:pointer
}
.slick-dots li button:focus,.slick-dots li button:hover{outline:0}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}
.slick-dots li button:before{
   position:absolute;top:0;left:0;content:"â¢";width:20px;height:20px;
   font-family:slick;font-size:0.375rem;line-height:1.25rem;
   text-align:center;color:rgba(0,0,0,.9);opacity:.25;-webkit-font-smoothing:antialiased;
   -moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:rgba(0,0,0,.9);opacity:.75
}
html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none}.lightbox a img{border:none}
.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;background-color:#fff}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../images/lightbox/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../images/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../images/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-family:Roboto,sans-serif;font-size:0.8125rem;font-weight:700;line-height:1em}
.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-family:Roboto,sans-serif;font-size:0.75rem;color:#999}
.lb-data .lb-close{
   display:block;float:right;
   width:30px;height:30px;background:url(../../images/lightbox/close.png) top right no-repeat;
   text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;transition:opacity .2s
}
.lb-data .lb-close:hover{
   cursor:pointer;
   filter:alpha(Opacity=100);
   opacity:1;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,
cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,
h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,
output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,
tfoot,th,thead,time,tr,tt,u,ul,var,video{
   border:0;
   font:inherit;
   font-size:100%;
   margin:0;
   padding:0;
   vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
   display:block;
}
ol,ul{
   list-style:none;
}
table{
   border-collapse:collapse;
   border-spacing:0;
}

*{
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
}
body{
   font-size:1rem;
}
body:after,body:before{
   clear:both;
   content:"";
   display:table;
}
main{
   font-family:Roboto,sans-serif;
   overflow-x:hidden;
}
@media only screen and (min-width:769px){
   main.transparent{
      margin-top:0!important
   }
}
.wrap{
   max-width:1000px;
   margin:0 auto;
   padding:0 30px;
}
.wrap:after,.wrap:before{
   clear:both;
   content:"";
   display:table;
}
@media only screen and (max-width:768px){
   .wrap{
      padding: 0 15px;
   }
}
.wrap.wide{
   max-width:1250px;
   margin:0 auto
}
.wrap.wide:after,.wrap.wide:before{clear:both;content:"";display:table}
.wrap.narrow{max-width:750px;margin:0 auto}.wrap.narrow:after,.wrap.narrow:before{clear:both;content:"";display:table}
.contained{margin:0 auto;max-width:1000px;position:relative}
.equal-height{opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s}
.equal-height:after,.equal-height:before{clear:both;content:"";display:table}
.equal-height.loaded{opacity:1}
@media only screen and (min-width:769px){.fixed{background-attachment:fixed}}
section{margin-bottom:80px}@media only screen and (max-width:768px){section{margin-bottom:50px}}
section.no-margin{margin-bottom:0}section.widget{position:relative;z-index:1}
section.pad{padding:30px 0}.fullscreen{height:75vh!important}
@media only screen and (max-width:768px){.fullscreen{min-height:auto!important}}

.h1,h1{font-size:2.875rem;line-height:2.875rem;font-family:"Roboto",sans-serif; font-weight:700;margin:0 0 43px}
@media only screen and (max-width:840px){.h1,h1{font-size:2rem;line-height:2rem}}

.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{font-family:"Roboto Condensed",sans-serif;font-weight:400;letter-spacing:0.125rem;margin:0 0 23px;}
.h2,h2{font-size:2.5rem;line-height:3rem}@media only screen and (max-width:768px){.h2,h2{font-size:1.875rem;line-height:2.375rem}}
.h3,h3{font-size:2.125rem;line-height:2.625rem}
@media only screen and (max-width:768px){.h3,h3{font-size:1.75rem;line-height:2.25rem}}.h4,h4{font-size:1.875rem;line-height:2.375rem}
@media only screen and (max-width:768px){.h4,h4{font-size:1.5625rem;line-height:2.0625rem}}.h5,h5{font-size:1.5625rem;line-height:2.0625rem}
@media only screen and (max-width:768px){.h5,h5{font-size:1.375rem;line-height:1.875rem}}
.h6,h6{font-size:1.375rem;line-height:1.875rem}@media only screen and (max-width:768px){.h6,h6{font-size:1.25rem;line-height:1.75rem}}
blockquote,p,ul{font-size:.9375rem;line-height:1.4375rem;font-family:Roboto,sans-serif;margin:0 0 23px}
a{color:#6e99b4;text-decoration:none;-webkit-transition-duration:.3s;transition-duration:.3s}
a:hover{color:#263C4A;}img{max-width:100%}blockquote{background-color:#e6e6e6;border:1px solid #b8b8b8;max-width:750px;padding:20px}
blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}em{font-style:italic}
strong{font-weight:700}hr{margin-bottom:23px}ol,ul{padding-left:25px}ol.unstyled,ul.unstyled{list-style-type:none;margin-left:0;padding:0}
ol.checked,ul.checked{list-style-type:none;margin-left:0;padding:0}
ol.checked li:before,ul.checked li:before{color:#98700d;content:'\f00c';display:inline-block;font-family:FontAwesome;margin-right:5px}
ol.inline,ul.inline{list-style-type:none;margin-left:0}
ol.inline li,ul.inline li{display:inline-block}
ol.inline li+li,ul.inline li+li{margin-left:10px}
ul{list-style-type:disc}
ol{list-style-type:decimal}.large{font-size:1.875rem;line-height:2.375rem}
.nav-toggle{cursor:pointer;height:20px;position:relative;width:30px;z-index:3}
@media only screen and (max-width:768px){.nav-toggle{display:block;margin:0 0 0 auto;position:absolute;right:15px;top:15px}}
.nav-toggle span{background-color:#000;height:2px;left:0;position:absolute;-webkit-transition-duration:.3s;transition-duration:.3s;width:100%}
.nav-toggle span:nth-child(1){top:0}
.nav-toggle span:nth-child(2){left:50%;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}
.nav-toggle span:nth-child(3){bottom:0}.nav-open .nav-toggle span:nth-child(1){top:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open .nav-toggle span:nth-child(2){width:0}
.nav-open .nav-toggle span:nth-child(3){bottom:8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.button-row{text-align:center}
@media only screen and (min-width:481px){.button-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}
.button{
   -webkit-appearance:none;-moz-appearance:none;appearance:none;
   background-color:#263C4A;border:2px solid #263C4A;border-radius:0;-webkit-box-shadow:0 0;box-shadow:0 0;
   -webkit-box-sizing:border-box;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;
   letter-spacing:0.0625rem;min-width:155px;padding:10px 20px;text-align:center;text-transform:uppercase;
   -webkit-transition-duration:.3s;transition-duration:.3s;vertical-align:middle
}
@media only screen and (max-width:480px){.button{display:block}
.button+.button{margin-top:20px}}.button:hover{background-color:#fff;color:#c28e0e}
.button.transparent{background-color:transparent;border:2px solid #fff;color:#fff}
.button.transparent:hover{background-color:#c28e0e;border:2px solid #fff;color:#000}
.button.white{background-color:#fff;border:2px solid #fff;color:#000}
.button.white:hover{background-color:#c28e0e;border:2px solid #fff;color:#000}

input[type=date],input[type=datetime-local],input[type=email],input[type=number],
input[type=password],input[type=search],input[type=tel],input[type=text],
input[type=time],input[type=url]{
   font-size:.875rem;line-height:1.375rem;-webkit-appearance:none;-moz-appearance:none;
   appearance:none;border:0;margin-bottom:20px;padding:10px;width:100%
}

input[type=date]::
-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::
-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::
-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::
-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::
-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder{color:#000}

input[type=date]::
-moz-placeholder,input[type=datetime-local]::
-moz-placeholder,input[type=email]::
-moz-placeholder,input[type=number]::
-moz-placeholder,input[type=password]::
-moz-placeholder,input[type=search]::
-moz-placeholder,input[type=tel]::
-moz-placeholder,input[type=text]::
-moz-placeholder,input[type=time]::
-moz-placeholder,input[type=url]::
-moz-placeholder{color:#000}input[type=date]:
-moz-placeholder,input[type=datetime-local]:
-moz-placeholder,input[type=email]:
-moz-placeholder,input[type=number]:
-moz-placeholder,input[type=password]:
-moz-placeholder,input[type=search]:
-moz-placeholder,input[type=tel]:
-moz-placeholder,input[type=text]:
-moz-placeholder,input[type=time]:
-moz-placeholder,input[type=url]:
-moz-placeholder{color:#000}input[type=date]:
-ms-input-placeholder,input[type=datetime-local]:
-ms-input-placeholder,input[type=email]:
-ms-input-placeholder,input[type=number]:
-ms-input-placeholder,input[type=password]:
-ms-input-placeholder,input[type=search]:
-ms-input-placeholder,input[type=tel]:
-ms-input-placeholder,input[type=text]:
-ms-input-placeholder,input[type=time]:
-ms-input-placeholder,input[type=url]:
-ms-input-placeholder{color:#000}

input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}
input[type=checkbox]+label,input[type=radio]+label{cursor:pointer;padding-left:20px;position:relative}
input[type=checkbox]+label::before,input[type=radio]+label::before{font-family:FontAwesome;left:0;position:absolute;top:2px}
input[type=checkbox]+label::before{content:'\f096'}input[type=checkbox]:checked+label::before{content:'\f046'}
input[type=radio]+label::before{content:'\f1db'}input[type=radio]:checked+label::before{content:'\f111'}
textarea{
   font-size:.875rem;line-height:1.375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;height:150px;
   margin-bottom:20px;max-width:100%;min-width:100%;padding:10px;width:100%
}
label{display:block;margin-bottom:10px}
@media only screen and (min-width:769px){.mobile-only{display:none!important}}@media only screen and (max-width:768px){.mobile-only{display:block!important}}
.map-container{height:0;padding-bottom:50%;position:relative}
@media only screen and (max-width:480px){.map-container{padding-bottom:100%}}
.map-container iframe{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);height:100%;width:100%}
.responsive-video{height:0;margin-bottom:30px;padding-bottom:52.9%;position:relative}
.responsive-video iframe{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);height:100%;width:100%}
.divider .wrap div{background-color:#adadad;height:1px;width:100%}
nav{background-color:#fff;height:100%;overflow-y:auto;position:fixed;-webkit-transition-duration:.3s;transition-duration:.3s;width:250px;z-index:2}
@media only screen and (min-width:769px){nav{bottom:100%;margin-left:30px}.nav-open nav{bottom:0}}
@media only screen and (max-width:768px){nav{right:-250px;top:0}.nav-open nav{right:0}}
.nav-open nav{-webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000}
nav .nav{background:0 0;border:0;-webkit-box-shadow:0 0;box-shadow:0 0}
@media only screen and (min-width:769px){nav .nav{margin-top:72px}}
@media only screen and (max-width:768px){nav .nav{margin-top:50px}}
nav .nav>li{border-left:0;float:none}
.top-bar{background-color:#98700d;padding:5px 0;text-align:right;-webkit-transition-duration:.3s;transition-duration:.3s}
@media only screen and (min-width:769px){.top-bar{left:0;position:fixed;top:0;width:100%;z-index:4}
.nav-open .top-bar{margin-top:0!important}}@media only screen and (max-width:768px){.top-bar{margin-top:0!important}}
.top-bar ul{margin-bottom:0}
.social li,.social p{display:inline-block;margin:0}.social a{color:#fff;display:block;margin:0 5px}
.social a:hover{opacity:.6}form{background-color:rgba(0,0,0,.3);padding:30px;text-align:left}
@media only screen and (max-width:768px){form{background-color:rgba(0,0,0,.9);margin:0 -15px;padding:30px 15px}}
form .form-container p{margin-bottom:20px}
@media only screen and (min-width:481px){form .half{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px}}
@media only screen and (min-width:481px){form .half .input-wrap{padding-right:20px;width:50%}}
.form-container form p{margin-bottom:20px}.select-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.select-row label{margin-right:15px}
.video-container{
   background-position:center;background-repeat:no-repeat;background-size:cover;
   -webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000;
   height:0;padding-bottom:52.9%;padding-top:25px;position:relative;z-index:1
}


.video-container:before{
   background-color:rgba(0,0,0,.3);
   content:'';
   height:100%;
   left:0;
   position:absolute;
   top:0;
   width:100%;
}
.video-container iframe{
   height:100%;
   left:0;
   position:absolute;
   top:0;
   width:100%;
   z-index:1;
}
.video-container em{
   font-size:1.875rem;
   line-height:1.875rem;
   color:rgba(194,142,14,.9);
   cursor:pointer;
   left:20px;
   position:absolute;
   text-shadow:1px 3px 15px rgba(0,0,0,.3);
   top:20px;
   -webkit-transition-duration:.3s;
   transition-duration:.3s;
   z-index:3;
}
@media only screen and (max-width:768px){
   .video-container em{
      font-size:6.25rem;
      line-height:6.25rem;
   }
}
.video-container em:hover{
   color:#c28e0e;
}
.modal{
   height:100%;
   left:0;
   position:fixed;
   top:0;
   visibility:hidden;
   width:100%;
   z-index:1000;
}
.modal.is-visible{
   visibility:visible;
}
.modal.is-visible .modal-overlay{
   opacity:1;
   -webkit-transition-delay:0s;
   transition-delay:0s;
   visibility:visible;
}
.modal.is-visible .modal-transition{
   opacity:1;
   -webkit-transform:translateX(-50%) translateY(0);
   transform:translateX(-50%) translateY(0)
}
.modal-overlay{
   background:rgba(0,0,0,.3);
   height:100%;
   left:0;
   opacity:0;
   position:fixed;
   top:0;
   -webkit-transition:visibility 0s linear .3s,opacity .3s;
   transition:visibility 0s linear .3s,opacity .3s;
   visibility:hidden;
   width:100%;
   z-index:10;
}
.modal-wrapper{
   -webkit-box-shadow:0 10px 20px -10px #000;
   box-shadow:0 10px 20px -10px #000;
   background-color:#fff;
   left:50%;
   max-width:750px;
   position:absolute;
   top:6em;
   -webkit-transform:translateX(-50%);
   transform:translateX(-50%);
   width:100%;
   z-index:9999;
}
.modal-transition{opacity:0;-webkit-transform:translateX(-50%) translateY(-10%);transform:translateX(-50%) translateY(-10%);-webkit-transition:all .3s .12s;transition:all .3s .12s}
.modal-header{-webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000;background-color:#fff;border-bottom:1px solid #ccc;position:relative}
.modal-close{background:0 0;border:0;color:#e6e6e6;padding:1em;position:absolute;right:0;top:0}.modal-close:hover{color:#e6e6e6}
.modal-heading{font-size:1.125em;margin:0}.modal-content{width:100%}.modal-content iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}
.modal-content>:first-child{margin-top:0}
.modal-content>:last-child{margin-bottom:0}.heading .inner.left h2:after,.heading .inner.right h2:after{-webkit-transform:none;transform:none}.heading .inner.left{text-align:left}
.heading .inner.left h2:after{left:0}.heading .inner.right{text-align:right}.heading .inner.right h2:after{left:auto;right:0}
.heading .inner.center{text-align:center}.heading .inner.filled{background-color:#98700d;color:#fff;padding:70px 0}
.heading .inner.filled h2:after{background-color:#fff}
.heading h2{display:inline-block;padding-bottom:10px;position:relative}
.heading h2:after{background-color:#000;content:'';display:block;height:1px;left:50%;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:120%}
@media only screen and (max-width:768px){.heading h2:after{width:80%}}
@media only screen and (min-width:769px){.flex-row.slider,.row.slider{display:block;margin-right:0}.flex-row.slider .slick-list,.row.slider .slick-list{margin-right:-15px}
.flex-row.slider.slick-dotted,.row.slider.slick-dotted{margin-right:0}.flex-row.slider.slick-dotted .slick-slide,.row.slider.slick-dotted .slick-slide{padding:0 15px}
.flex-row.slider.slick-dotted .slick-list,.row.slider.slick-dotted .slick-list{margin-right:0}}
.flex-row.slider>div,.row.slider>div{width:auto}@media only screen and (min-width:769px){.flex-row,.row{display:-webkit-box;display:-ms-flexbox;display:flex}}
@media only screen and (min-width:769px){.row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}
@media only screen and (min-width:769px){.flex-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-30px}}
@media only screen and (min-width:769px){.flex-row>div{width:50%}}@media only screen and (min-width:769px){.feature{margin-right:30px}}
@media only screen and (max-width:768px){.feature+.feature{margin-top:30px}}.feature.icon>div{padding:0 0 0 60px}.feature.stacked.icon>div{padding:15px}
.feature.stacked.icon i{left:0;top:0}.feature.stacked>div{padding:15px}.feature.stacked>div i{left:0;top:0}.feature.stacked i{left:0;position:relative;top:0}
.feature.stacked.centered{text-align:center}.feature.border.stacked>div{padding:15px}
.feature.border.stacked i{left:0;top:0}.feature.border.icon.stacked>div{padding:15px}.feature.border.icon.stacked i{left:0;top:0}
.feature.border.icon>div{padding:15px 15px 15px 60px}.feature.border>div{border:1px solid #e6e6e6;-webkit-box-shadow:0 10px 20px -15px;box-shadow:0 10px 20px -15px;padding:15px}
.feature.border i{left:15px;top:15px}.feature>div{position:relative}
.feature i{font-size:1.875rem;line-height:2.375rem;display:block;left:0;margin-bottom:5px;position:absolute;top:0}
.feature strong{font-size:.875rem;line-height:1.375rem;display:block;letter-spacing:0.125rem;margin-bottom:5px;text-transform:uppercase}
.feature p{font-size:.75rem;line-height:1.25rem}
.feature a{font-size:.75rem;line-height:1.25rem;letter-spacing:0.0625rem;text-transform:uppercase}
.feature a:hover{letter-spacing:0.125rem}.slick-slide{padding:0 15px}
.slick-list{margin:0 -15px;padding-bottom:20px}
@media only screen and (min-width:769px){.slick-dotted .slick-list{margin:0}
.slick-dotted .slick-list:after,.slick-dotted .slick-list:before{
   position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);
   background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#000),to(#fff));
   background:linear-gradient(to bottom,#fff 0,#000 50%,#fff 100%);content:'';display:block;height:110%;opacity:.2;width:1px
}
.slick-dotted .slick-list:before{left:0}
.slick-dotted .slick-list:after{right:0}}.grid:after,.grid:before{clear:both;content:"";display:table}
@media only screen and (min-width:481px){.grid{margin-right:-20px}}
.grid.full{margin-right:0}@media only screen and (min-width:481px){.grid.halves .grid-item{float:left;padding-right:20px;width:50%}
.grid.halves .grid-item:nth-child(2n+1){clear:left}}
@media screen and (min-width:481px) and (max-width:768px){.grid.thirds .grid-item{float:left;padding-right:20px;width:50%}.grid.thirds .grid-item:nth-child(2n+1){clear:left}}
@media only screen and (min-width:769px){.grid.thirds .grid-item{float:left;padding-right:20px;width:33.33333%}.grid.thirds .grid-item:nth-child(3n+1){clear:left}}
@media screen and (min-width:481px) and (max-width:768px){.grid.fourths .grid-item{float:left;padding-right:20px;width:50%}.grid.fourths .grid-item:nth-child(2n+1){clear:left}}
@media only screen and (min-width:769px){.grid.fourths .grid-item{float:left;padding-right:20px;width:25%}.grid.fourths .grid-item:nth-child(4n+1){clear:left}}
.gallery .grid-item{color:#fff;display:block;height:280px;padding-bottom:20px}.gallery .grid-item.video{height:auto}
.gallery .grid-item.video .video-box{cursor:pointer;height:0;margin-bottom:20px;padding-bottom:54.2%;position:relative}
.gallery .grid-item.video .video-box iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}
.gallery .grid-item.video a{
   position:absolute;top:50%;left:50%;
   -webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
   display:block;height:100%;width:100%;z-index:3
}
.gallery .grid-item:hover{opacity:1}
.gallery .grid-item:hover>div{-webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000;-webkit-transform:scale(1.02) translate3d(0,0,0);transform:scale(1.02) translate3d(0,0,0)}
.gallery .grid-item:hover>div:before{background-color:transparent}
.gallery .grid-item>div{
   background-position:center;
   background-repeat:no-repeat;background-size:cover;
   -webkit-backface-visibility:hidden;backface-visibility:hidden;
   -webkit-box-shadow:0 0;box-shadow:0 0;height:100%;padding:20px;
   position:relative;-webkit-transition-duration:.3s;
   transition-duration:.3s
}
.gallery .grid-item>div:before{background-color:rgba(0,0,0,.3);content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-transition-duration:.3s;transition-duration:.3s}
.gallery .grid-item>div i{
   position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
   font-size:5rem;line-height:5rem;color:#c28e0e}.gallery .grid-item h5{bottom:0;left:20px;
   position:absolute;text-transform:capitalize;-webkit-transition-duration:.3s;
   transition-duration:.3s;z-index:2
}
.code-asset{
   -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
   background-color:#fff;border:1px solid #e6e6e6;left:-250px;
   padding:20px;position:fixed;top:50%;
   -webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition-duration:.3s;transition-duration:.3s;width:250px;z-index:1
}
.code-asset.open{left:0}
.code-asset>a{left:100%;right:auto!important}
.rel-wrap{position:relative}
.rel-wrap .code-wrap{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-50%;-webkit-transition-duration:.3s;transition-duration:.3s;width:50%;z-index:2}
@media only screen and (max-width:768px){.rel-wrap .code-wrap{right:-80%;width:80%}}
.rel-wrap .code-wrap.open{right:0}.code-toolbar pre{max-height:500px}
.banner+.toggle-code+.code-wrap{top:10%;-webkit-transform:none;transform:none}
.toggle-code{
   font-size:1.5625rem;
   line-height:1.5625rem;
   -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
   box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
   position:absolute;top:50%;-webkit-transform:translateY(-50%);
   transform:translateY(-50%);background-color:#fff;
   border:1px solid #e6e6e6;color:#000;
   cursor:pointer;padding:10px;
   position:absolute;right:0;z-index:2
}
.toggle-code.open{right:50%}
@media only screen and (max-width:768px){.toggle-code.open{right:80%}}
.accordions .filled-in h5{background-color:#c28e0e}.accordions .single{margin-bottom:30px}
.accordions .single.open h5{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);box-shadow:0 10px 20px -10px rgba(0,0,0,.3)}
.accordions .single.open i:before{content:'\f106'}
.accordions .single h5{border:1px solid #e6e6e6;cursor:pointer;margin-bottom:0;padding:20px;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s}
.accordions .single h5 i{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px}
.accordions .single .content{display:none;padding:30px}
@media only screen and (min-width:769px){.accordions .single .content{border:1px solid #e6e6e6;margin:0 10px}}
@media only screen and (max-width:768px){.accordions .single .content{padding:30px 15px}}
@media only screen and (max-width:480px){.team{text-align:center}}
.team h4{margin-bottom:5px}.team .round .h-shot img{border-radius:100%}.team .h-shot{margin-bottom:30px}
.team .h-shot img{display:block}@media only screen and (max-width:480px){.team .h-shot img{margin:0 auto;max-width:240px}}
@media only screen and (max-width:480px){.team .member+.member{border-top:1px solid #e6e6e6;margin-top:30px;padding-top:70px}}
@media only screen and (min-width:481px){
   .team .member.singles{
      -webkit-box-align:center;-ms-flex-align:center;align-items:center;
      display:-webkit-box;display:-ms-flexbox;display:flex
   }
}
@media only screen and (min-width:481px){.team .member.singles:nth-child(2n-1) .info{padding-left:40px}}
@media only screen and (min-width:481px){.team .member.singles:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}}
@media only screen and (min-width:481px){.team .member.singles:nth-child(2n) .info{padding-right:40px}}.team .member.singles+.singles{margin-top:70px}
@media only screen and (min-width:481px){.team .member.singles .h-shot{margin-bottom:0;width:40%}}
@media only screen and (min-width:481px){.team .member.singles .info{width:60%}}.post{-webkit-transition-duration:.3s;transition-duration:.3s}
.post.hide{display:none}.post.faded{opacity:0}.post.card>a{
   -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
   box-shadow:0 10px 20px -10px rgba(0,0,0,.3);border:1px solid #e6e6e6;margin-bottom:20px
}
.post.card .featured-image{padding-bottom:56.6%}
.post.card .content{padding:20px}.post.image:hover>a{
   -webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000;opacity:1;
   -webkit-transform:scale(1.02) translate3d(0,0,0);transform:scale(1.02) translate3d(0,0,0)
}
@media only screen and (min-width:1025px){.post.image .featured-image{padding-bottom:56.6%}}
@media only screen and (max-width:1024px){.post.image .featured-image{height:300px}}
.post.image .featured-image:before{background-color:rgba(0,0,0,.3);content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}
.post.image .content{bottom:20px;color:#fff;left:0;padding:0 20px;position:absolute;-webkit-transition-duration:.3s;transition-duration:.3s;width:100%;z-index:1}
.post.image .content .date{margin:0}.post .featured-image{background-position:center;background-repeat:no-repeat;background-size:cover}
.post .date{margin:0}.post p:last-of-type{margin:0}
.post>a{color:#000;display:block;margin-bottom:20px;position:relative}
@media only screen and (min-width:1025px){.narrow .post.image .featured-image{height:250px;padding:0}}
header{
   -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
   box-shadow:0 10px 20px -10px rgba(0,0,0,.3);background-color:#fff;color:#000;left:0;position:fixed;
   top:0;-webkit-transition-duration:.3s;transition-duration:.3s;
   width:100%;z-index:3
}
@media only screen and (min-width:769px){.nav-open header{margin-top:0!important}}
@media only screen and (max-width:768px){header{margin-top:0!important;padding:10px 0 10px!important}}
header.smooth{-webkit-transition-duration:.3s;transition-duration:.3s}
@media only screen and (min-width:874px){header.transparent{background-color:rgba(255,255,255,.8);-webkit-box-shadow:0 0;box-shadow:0 0;color:#fff}}
@media only screen and (min-width:769px){header.transparent .logo h1{color:#fff;opacity:1}}
@media only screen and (min-width:769px){header.transparent .top-bar{background-color:rgba(152,112,13,.9)}}
@media only screen and (max-width:480px){header .wrap{padding:0 10px}}
header h1{color:#000;font-size:1.875rem;margin:0 0 0 20px;-webkit-transition-duration:.3s;transition-duration:.3s}
@media only screen and (min-width:769px){
   header .main-nav .wrap{
      -webkit-box-align:center;-ms-flex-align:center;
      align-items:center;display:-webkit-box;
      display:-ms-flexbox;display:flex;
      -webkit-box-pack:end;-ms-flex-pack:end;
      justify-content:flex-end
   }
}
header .main-nav .menu-item a{line-height:1.5}
header .main-nav .menu-item .has-submenu.highlighted .sub-arrow:before{bottom:3px;position:relative}
header .main-nav .menu-item .sub-arrow{background:0 0}
header .main-nav .menu-item .sub-arrow:before{color:#6e99b4;font-size:1.875rem}
header .logo{display:block;width:100%}
header .logo a{display:block}@media only screen and (min-width:769px){header .logo a{max-width:550px}}
@media only screen and (max-width:768px){header .logo a{display:block;max-width:280px}}
header .logo img{display:inline-block;vertical-align:middle;width:100%}
@media only screen and (min-width:769px){header .logo img{max-width:550px}}

@media only screen and (max-width:768px){header .logo img{display:none}
header .logo img.indiana-university{
   border-right:1px solid #e6e6e6;
   margin-right:10px;
   padding-right:10px}
header .logo img.indiana-university,header .logo img.purdue-university{
   display:inline-block!important;
   margin-bottom:10px;
   max-height:40px;
   width:auto;
}
header .logo img.college-of-engineering{max-width:170px}}
@media only screen and (min-width:874px){
   .homepage header.transparent{
      background-color:transparent;position:absolute
   }
   .homepage header.transparent .nav-toggle{opacity:1;position:fixed;top:32px}
   .homepage header.transparent .nav-toggle:before{
      position:absolute;
      top:50%;
      left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
      background-color:#fff;
      content:'';display:block;height:84px;width:84px
   }
   .homepage header.transparent img{display:none}
   .homepage .banner{border-bottom:10px solid #6e99b4;}
   .homepage .banner .inner{
      background-size:cover;
      height:100vh;
     -webkit-transition-duration:.3s;transition-duration:.3s
   }
   .homepage .banner .inner:before{content:none}

}
@media only screen and (min-width:769px) and (min-width:769px){
   .homepage .banner .inner.fullscreen .wrap{
      position:absolute;top:30%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;padding:0;width:50%;z-index:1
   }
}
@media only screen and (min-width:769px){
   .homepage .banner .inner.fullscreen .content{
      position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);
      left:0;margin:0 0 0 auto;max-width:800px;padding:0 30px;position:relative;z-index:1
   }
   .homepage .banner .inner.fullscreen .content img{margin-bottom:50px;max-height:80px}

   .homepage .banner .inner.fullscreen h1{white-space:nowrap}
}
footer{font-size:.875rem;line-height:1.375rem;background-attachment:fixed;background-color:#263C4A;padding:40px 0}
footer .copyright{color:#fff;padding:15px 0 0}
footer .content{background-color:#6e99b4;padding:20px}
footer .flex-row{margin:0}
@media only screen and (min-width:769px){footer .flex-row>div:nth-child(1){padding-right:30px}
footer .flex-row>div:nth-child(2){border-left:1px solid #000;padding-left:30px}}
@media only screen and (max-width:768px){footer .flex-row>div+div{border-top:1px solid #000;margin-top:30px;padding-top:30px}}
footer h6{color:#fff;font-size:1.125rem;line-height:1.3;text-transform:none}
footer p{margin:0}
footer p span{display:inline-block;margin:0 5px}
footer a{color:#fff}
footer a:hover{color:#fff;opacity:.7}
footer ul{margin-bottom:10px;padding:0}footer ul a{margin-right:5px}
.banner{color:#fff;overflow:hidden;position:relative;text-align:center;z-index:1}.banner.standard.right{text-align:right}
@media only screen and (max-width:768px){.banner.standard.right{text-align:left}}
@media screen and (min-width:481px) and (max-width:768px){.banner.standard.right .button-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}
@media only screen and (min-width:769px){.banner.standard.right .button-row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}
.banner.standard.left{text-align:left}
@media only screen and (min-width:481px){.banner.standard.left .button-row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}
.banner.standard.center{text-align:center}
@media only screen and (min-width:481px){.banner.standard.center .button-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}
.banner.standard.left-bottom{text-align:left}.banner.standard.left-bottom .content{bottom:0}
@media only screen and (min-width:769px){.banner.standard.bar h1{margin-bottom:-8px}}
.banner.standard.bar .inner{background-color:#000;background-image:none!important;height:auto}
.banner.standard.bar .content{left:0;margin:0;padding:131px 0 30px;position:relative;top:0;-webkit-transform:none;transform:none}
@media only screen and (max-width:768px){.banner.standard.bar .content{padding-bottom:0}}
@media only screen and (min-width:769px){.banner.form,.banner.image,.banner.video{text-align:left}}
@media only screen and (min-width:769px){
   .banner.form.right .wrap,.banner.image.right .wrap,.banner.video.right .wrap{
      -webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}
@media only screen and (min-width:769px){
   .banner.form.left .wrap,.banner.image.left .wrap, .banner.video.left .wrap{
      -webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse
   }
}
.banner.form.left .wrap .img-container,
.banner.form.left .wrap .video-content,
.banner.image.left .wrap .img-container,
.banner.image.left .wrap .video-content,
.banner.video.left .wrap .img-container,
.banner.video.left .wrap .video-content{
   -webkit-transition-duration:.3s;transition-duration:.3s
}

@media only screen and (min-width:769px){
   .banner.form.left .wrap .img-container,
   .banner.form.left .wrap .video-content,.banner.image.left .wrap .img-container,
   .banner.image.left .wrap .video-content,.banner.video.left .wrap .img-container,
   .banner.video.left .wrap .video-content{padding-left:50px;padding-right:0}
}
@media only screen and (min-width:769px){
   .banner.form .wrap,.banner.image .wrap,.banner.video .wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}
}
@media only screen and (min-width:769px){
   .banner.form .content,.banner.form .form-container,.banner.form 
   .img-container,.banner.form .video-content,.banner.image .content,
   .banner.image .form-container,.banner.image .img-container,.banner.image 
   .video-content,.banner.video .content,.banner.video .form-container,
   .banner.video .img-container,.banner.video .video-content{width:50%}
}
@media only screen and (min-width:769px){
   .banner.form .button-row,.banner.image .button-row,.banner.video .button-row{
      -webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start
   }
}
@media only screen and (min-width:769px){.banner.form .content{padding-right:80px}}
@media only screen and (max-width:768px){.banner.form .content{padding-bottom:50px}}
@media only screen and (min-width:769px){.banner.form.left .content{padding-left:80px;padding-right:0}}
.banner .wrap{height:100%;position:relative}
.banner .img-container,.banner .video-content{position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;z-index:3}
.banner .img-container img,.banner .video-content img{-webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000}
@media only screen and (min-width:769px){.banner .img-container,.banner .video-content{padding-right:50px}}
@media only screen and (max-width:768px){.banner .img-container,.banner .video-content{margin:0 auto;max-width:400px;padding-bottom:50px}}
.banner .inner{background-size:cover;height:60vh;-webkit-transition-duration:.3s;transition-duration:.3s}
.banner .inner:before{/*background-color:rgba(0,0,0,.3);*/content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}
.banner .inner.centered{background-position:center}
.banner .inner.top{background-position:center top}
.banner .inner.bottom{background-position:center bottom}
.banner .inner.left{background-position:left center}
.banner .inner.right{background-position:right center}
@media only screen and (min-width:769px){
   .banner .inner.right .wrap{
      position:absolute;top:50%;
      left:50%;-webkit-transform:translateY(-50%) translateX(-50%);
      transform:translateY(-50%) translateX(-50%);width:100%;z-index:1
   }
}
.banner .inner.right .content{
   position:absolute;top:50%;left:50%;
   -webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
   margin-top:30px;position:relative;z-index:1
}
.banner .inner.right h1{text-transform:uppercase}
.banner .content{bottom:0;left:30px;position:absolute;-webkit-transition-duration:.3s;transition-duration:.3s;z-index:1}






@media only screen and (max-width:873px){
   .banner .content{left:0px}
   .banner .content img{display:none}
}
.banner .form-container{
   position:absolute;top:50%;left:50%;
   -webkit-transform:translateY(-50%) translateX(-50%);
   transform:translateY(-50%) translateX(-50%);
   margin-top:30px;position:relative;z-index:1
}
.banner h1{margin-bottom:20px}
@media only screen and (min-width:841px){.banner h1{font-size:2.5rem}}
.banner p{margin-bottom:70px}@media only screen and (max-width:768px){.banner p{margin-bottom:30px}}
.banner video{
   height:auto;left:50%;min-height:100%;min-width:100%;position:absolute;
   top:50%;
   -webkit-transform:translateX(-50%) translateY(-50%);
   transform:translateX(-50%) translateY(-50%);
   width:auto;z-index:0
}
.banner pre{background-color:rgba(0,0,0,.3);margin:0 auto 20px;max-width:170px}
.features-large .inner.narrow .flex-row{margin:0 auto;max-width:1000px;padding:0 30px}
@media only screen and (max-width:768px){.features-large .inner.narrow .flex-row{padding:0 15px}}
.features-large .inner.narrow .flex-row+.flex-row{margin-top:120px}
@media only screen and (max-width:768px){.features-large .inner.narrow .flex-row+.flex-row{margin-top:70px}}
.features-large .inner.narrow .flex-row .copy{margin:0;max-width:none}
@media only screen and (min-width:769px){.features-large .inner.narrow .flex-row .copy{padding-bottom:0;padding-top:0}}
.features-large .inner.narrow .image{-webkit-box-shadow:0 10px 20px -10px #000;box-shadow:0 10px 20px -10px #000}
.features-large .flex-row{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0}
.features-large .flex-row .copy{margin:0 auto 0 0}
@media only screen and (min-width:1001px){.features-large .flex-row .copy{padding-bottom:70px;padding-left:70px;padding-top:70px}}
@media only screen and (max-width:1000px){.features-large .flex-row .copy{padding:30px}}
.features-large .flex-row:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
@media only screen and (min-width:1001px){.features-large .flex-row:nth-child(2n) .copy{margin:0 0 0 auto;padding-left:0;padding-right:70px}}
.features-large .flex-row>div{padding:0}.features-large .flex-row .image{background-position:center;background-repeat:no-repeat;background-size:cover;display:block}
@media only screen and (max-width:768px){.features-large .flex-row .image{padding-bottom:56%}}
@media only screen and (min-width:769px){.features-large .copy{max-width:465px}}
.features-image .inner{background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;padding:120px 0}
.features-image .inner:before{background-color:rgba(0,0,0,.3);content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}
@media only screen and (min-width:769px){.features-image .inner.right .copy{float:right;text-align:right}}
.features-image .inner.center .copy{margin:0 auto;max-width:750px;text-align:center}
@media only screen and (min-width:769px){
   .features-image .inner.fullscreen .wrap{
      position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);
      transform:translateY(-50%) translateX(-50%);width:100%;z-index:2
   }
}
.features-image a{color:#fff}.features-image .copy{max-width:500px;position:relative;z-index:2}
.cta .inner{background-position:center;background-repeat:no-repeat;background-size:cover;padding:40px 0}
.cta .inner.contained{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);box-shadow:0 10px 20px -10px rgba(0,0,0,.3);border:1px solid #e6e6e6}
.cta .inner.filled-in,.cta .inner.image{background-color:#6e99b4;color:#fff}
.cta .inner.filled-in .button,.cta .inner.image .button{background-color:#fff;color:#000}.cta .inner.filled-in h3{color:#fff}
.cta .inner.image:before{background-color:rgba(0,0,0,.3);content:'';height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cta .inner.image h3{color:#fff}
.cta .inner.stacked.image{padding:150px 0}.cta .inner.stacked .row{display:block;text-align:center}.cta .inner.stacked h3,.cta .inner.stacked p{margin:0 0 40px}
.cta .inner.stacked h3{font-size:1.875rem;line-height:2.375rem}.cta .inner.stacked p{font-size:1.125rem;line-height:1.625rem}
.cta h3{font-size:1.25rem;line-height:1.75rem}@media only screen and (min-width:769px){.cta h3{color:#000;margin:0 50px 0 0}}@media only screen and (min-width:769px){.cta p{margin:0 50px 0 0}}
.cta .wrap{position:relative;z-index:2}.tabs .wrap{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);box-shadow:0 10px 20px -10px rgba(0,0,0,.3);border:1px solid #e6e6e6;padding:0}
.tabs .nav{display:-webkit-box;display:-ms-flexbox;display:flex}
@media only screen and (max-width:768px){.tabs .nav{overflow-x:auto;white-space:nowrap}}.tabs .nav li{cursor:pointer;display:inline-block;padding:10px;position:relative}
.tabs .nav li:before{background-color:#c28e0e;content:'';display:block;height:0;left:0;position:absolute;top:0;-webkit-transition-duration:.3s;transition-duration:.3s;width:100%;z-index:1}
.tabs .nav li.active:before{height:4px}.tabs .nav li+li{border-left:1px solid #e6e6e6}.tabs .content{display:none;opacity:0;padding:0 30px;-webkit-transition-duration:.3s;transition-duration:.3s}
@media only screen and (max-width:768px){.tabs .content{padding:0 15px}}.tabs .content.active{display:block}.tabs .content.active.show{opacity:1}.pricing-plans .cards{margin-right:-20px}
.pricing-plans .cards .plan{-webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);box-shadow:0 10px 20px -10px rgba(0,0,0,.3);background-color:#fff;border:1px solid #e6e6e6;margin-right:20px;padding:25px}
.pricing-plans .cards .plan.highlight{position:relative}
@media only screen and (min-width:769px){.pricing-plans .cards .plan.highlight{-webkit-transform:scale(1.2);transform:scale(1.2)}}
@media only screen and (max-width:768px){
   .pricing-plans .cards .plan.highlight:before{background-color:#c28e0e;content:'';display:block;height:4px;left:0;position:absolute;top:0;width:100%;z-index:0}
}
.pricing-plans .table .plan:first-child p,.pricing-plans .table .plan:first-child ul{border-left:1px solid #e6e6e6}.pricing-plans .table .plan.highlight h5{background-color:#c28e0e}
.pricing-plans .table .plan p,.pricing-plans .table .plan ul{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding-left:0}
.pricing-plans .table .plan li{padding:15px}.pricing-plans .table .plan li+li{border-top:1px solid #e6e6e6}
.pricing-plans .table .plan h5{margin:0;padding:15px 25px}.pricing-plans .table .plan p{margin:0;padding:0 25px 25px}
.pricing-plans .table .plan p.large{border-bottom:0;padding:25px 25px 0}
.pricing-plans .plan{background-color:#fff}
@media only screen and (max-width:768px){.pricing-plans .plan+.plan{margin-top:30px}}
.pricing-plans h5{background-color:#000;color:#fff;padding:15px}
.testimonials .inner{background-color:#4d4038;color:#fff;padding:40px 0;text-align:center}
@media only screen and (min-width:769px){
   .testimonials .inner.contained{
      -webkit-box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
      box-shadow:0 10px 20px -10px rgba(0,0,0,.3);
      border:1px solid #fff
   }
}
.testimonials .inner.large{text-align:left}.testimonials .inner.large .wrap{max-width:none;padding:0}
@media only screen and (min-width:769px){
   .testimonials .inner.large .wrap>div{
      -webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;
      display:-ms-flexbox;display:flex
   }
}
@media only screen and (min-width:769px){.testimonials .inner.large .wrap>div>div{width:50%}}
@media only screen and (min-width:769px){.testimonials .inner.large blockquote{padding-top:100px}}
.testimonials .inner.large blockquote:before{margin:0 0 -80px}
@media only screen and (min-width:769px){.testimonials .inner.large cite{padding-bottom:100px}}
@media only screen and (min-width:769px){.testimonials .inner.large blockquote,.testimonials .inner.large cite{padding-left:40px;padding-right:40px}}
@media only screen and (max-width:768px){.testimonials .inner.large blockquote,.testimonials .inner.large cite{padding-left:15px;padding-right:15px}}
.testimonials .inner.w-image{text-align:left}
.testimonials .inner.w-image .quote-container:after,.testimonials .inner.w-image .quote-container:before{clear:both;content:"";display:table}
.testimonials .inner.w-image img{border-radius:100%;-webkit-transition-duration:.3s;transition-duration:.3s;width:100%}
@media only screen and (max-width:768px){
   .testimonials .inner.w-image img{margin:0 auto 30px;max-width:250px;width:100%}
}
@media only screen and (min-width:769px){.testimonials .inner.w-image cite{padding:0 0 0 40px}}
@media only screen and (max-width:768px){.testimonials .inner.w-image cite{padding:0}}
@media only screen and (min-width:769px){.testimonials .inner.w-image blockquote{padding:40px}}

@media only screen and (min-width:769px){
   .testimonials .inner.w-image blockquote:before{
      display:inline-block;
      left:-40px;
      margin:0;
      position:absolute;
      top:-10px;
   }
}

@media only screen and (min-width:769px){
   .testimonials .inner.w-image .copy{
      float:left;
      padding-right:0;
      width:75%
   }
}

.testimonials .feature-image{
   background-position:center;
   background-repeat:no-repeat;
   background-size:cover;
   overflow:hidden;
   position:relative
}
@media only screen and (max-width:768px){
   .testimonials .feature-image{padding-bottom:56.5%}
}

.testimonials .feature-image img{
   height:120%;
   position:absolute;
   right:0;
   top:50%;
   -webkit-transform:translateY(-50%);
   transform:translateY(-50%);width:auto
}

@media only screen and (max-width:768px){
   .testimonials .feature-image img{display:none}
}

@media only screen and (min-width:769px){
   .testimonials .h-shot{float:left;padding-right:60px;width:25%}
}
@media only screen and (max-width:768px){
   .testimonials .h-shot{text-align:center}
}
.testimonials blockquote,.testimonials cite{display:block}
.testimonials blockquote{
   font-size:1.25rem;line-height:2.1875rem;background-color:#000;
   border:0;font-weight:100;max-width:none;position:relative
}
@media only screen and (max-width:768px){
   .testimonials blockquote{font-size:1.125rem;line-height:1.75rem}
}

.testimonials blockquote:before{
   font-size:9.375rem;
   line-height:9.375rem;
   color:#fff;
   content:"\201C";
   display:block;
   margin:0 
   auto -80px;max-width:60px}
@media only screen and (max-width:768px){
   .testimonials blockquote:before{
      font-size:5.625rem;line-height:5.625rem;margin:0 auto -50px
   }
}
.timeline h2{border-bottom:2px solid #000;margin-bottom:50px;position:relative}
@media only screen and (min-width:1001px){
   .timeline h2:after{
      position:absolute;left:50%;
      -webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#000;
      border-radius:100%;content:'';display:block;height:10px;margin-top:50px;top:100%;
      width:10px
   }
}
.timeline .container{
   position:relative;
}
@media only screen and (min-width:1001px){
   .timeline .container:after,.timeline .container:before{
      position:absolute;
      left:50%;
      -webkit-transform:translateX(-50%);
      transform:translateX(-50%);
      background-color:#000;
      content:'';
      display:block;
   }
   .timeline .container:before{
      height:100%;
      top:0;
      width:2px;
   }
   .timeline .container:after{
      border-radius:100%;
      bottom:0;
      height:10px;
      width:10px;
   }
}

.timeline .single-year:after,.timeline .single-year:before{clear:both;content:"";display:table}
@media only screen and (max-width:1000px){.timeline .single-year{margin-bottom:50px}}
@media only screen and (min-width:1001px){.timeline .single-year .inner-year{float:left;width:40%}}
.timeline .single-year:first-child ul:before{content:none}
.timeline .single-year:first-child ul:after{left:100%;margin-left:55px;top:10px;width:40px}
.timeline .single-year:nth-child(2n+1) ul:after{left:100%;margin-left:55px;width:40px}
.timeline .single-year:nth-child(2n+1) ul:before{left:100%;margin-left:55px}
.timeline .single-year:nth-child(2n+1) li:after,.timeline .single-year:nth-child(2n+1) li:before{left:100%}
.timeline .single-year:nth-child(2n+1) li:after{margin-left:55px}
.timeline .single-year:nth-child(2n+1) li:before{margin-left:5px}
.timeline .single-year:nth-child(2n+1) li span{right:-13px;top:6px}
@media only screen and (min-width:1001px){.timeline .single-year:nth-child(2n) .inner-year{float:right}}
.timeline .single-year:nth-child(2n) ul:after{margin-right:30px;right:100%;width:64px}
.timeline .single-year:nth-child(2n) ul:before{margin-right:30px;right:100%}
.timeline .single-year:nth-child(2n) li:after,.timeline .single-year:nth-child(2n) li:before{
   right:100%;
}
.timeline .single-year:nth-child(2n) li:after{
   margin-right:55px;
}
.timeline .single-year:nth-child(2n) li:before{
   margin-right:5px;
}
.timeline .single-year:nth-child(2n) li span{
   left:-13px;
   top:6px;
}
.timeline ul{
   position:relative;
}

@media only screen and (min-width:1001px){
   .timeline ul:after{
      background-color:#000;
      bottom:100%;
      content:'';
      height:2px;
      margin-bottom:188px;
      position:absolute;
   }
   .timeline ul:before{
      background-color:#000;
      bottom:100%;content:'';
      height:200px;
      margin-bottom:-12px;
      position:absolute;
      width:2px;
   }
}
@media only screen and (max-width:1000px){
   .timeline ul{
      padding:0;
   }
}
.timeline li{
   list-style:none;
   margin-bottom:20px;
   position:relative;
}
@media only screen and (min-width:1001px){
   .timeline li:after{
      background-color:#000;
      content:'';
      height:calc(100% + 21px);
      position:absolute;
      top:10px;
      width:2px;
   }
   .timeline li:before{
      background-color:#000;
      content:'';
      height:2px;
      position:absolute;
      top:10px;
      width:52px;
   }
   .timeline li:last-child:after{
      content:none;
   }
   .timeline li span{
      background-color:#000;
      border-radius:100%;
      display:block;
      height:10px;
      position:absolute;
      width:10px;
   }
}
.timeline .image{
   background-position:top center;
   background-size:cover;
   height:0;
   margin-bottom:30px;
   padding-bottom:60%;
}
@media screen and (max-width:1000px) and (min-width:769px){
   .timeline .image{
      padding-bottom:30%;
   }
}
@media screen and (max-width:1000px) and (min-width:769px){
   .timeline .inner-year{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
   }
   .timeline .inner-year .image,.timeline .inner-year ul{
      width:50%;
   }
}
.timeline h3{
   background-color:#6e99b4;
   color:#fff;
   display:inline-block;
   margin:-20px 0 20px -20px;
   padding:10px 15px;
}
@media only screen and (max-width:1000px){
   .timeline h3{
      margin:-15px 0 15px -15px;
      max-height:62px;
   }
}
@media only screen and (min-width:769px){
   .contact .content,.contact .map-container{
      width:50%;
   }
}
@media only screen and (min-width:769px){
   .contact .map-container{
      right:30px;
   }
}
.contact .flex-row+.flex-row{
   padding-top:80px;
}
@media only screen and (min-width:769px){
   .contact .inner-content{
      max-width:75%;
   }
}
@media only screen and (min-width:769px){
   .cards .grid-container{
      grid-template-columns:1fr 1fr 1fr;
   }
}
@media screen and (min-width:481px) and (max-width:768px){
   .cards .grid-container{
      grid-template-columns:1fr 1fr;
   }
}
@media only screen and (min-width:481px){
   .cards .grid-container{
      display:grid;
      grid-column-gap:30px;
      grid-row-gap:30px;
   }
}

.cards .card{
   background-color:#e6e6e6;
   display:block;
}


@media only screen and (max-width:480px){
   .cards .card{
      margin-bottom:30px;
   }
}

.cards .card:hover{
   background-color:#6e99b4;
   opacity:1;
}
.cards .card:hover .copy h3{
   color:#fff;
}
.cards .card .image-container{
   background-position:center;
   background-repeat:no-repeat;
   background-size:cover;
   height:0;
   padding-bottom:56.666%;
}
.cards .card .copy{
   padding:15px 25px;
}
.cards .card .copy h3{
   color:#000;
   font-size:1.25rem;
   letter-spacing:normal;
   line-height:1.3;
   margin-bottom:0;
   text-transform:none;
   -webkit-transition-duration:.3s;
   transition-duration:.3s;
}
/*# sourceMappingURL=site.css.map */





/********************* Tables *************************/

tr td {
   padding-bottom: 25px;
padding-right: 10px;
}



/**************** People Row ***********************/

.row {
   display: block !important;
}


/******************** Banner - Links *****************************/
@media only screen and (min-width:767px){

.no-margin {
   margin-bottom: 0px;
}


.banner-links {
  background: #6e99b4;
  padding: 20px 0px;
  vertical-align:center;
  text-align:center;
}

.banner-links a {
  color: white !important;
  font-size: 2em;
}


.banner-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.banner-links li {
  display: inline;
margin-right: 45px;

}

.banner-links li:hover {
padding-bottom: 5px;
border-bottom: 5px solid #263C4A;
}

}
@media only screen and (max-width:766px){
   .banner-links {
   display:none;
}
}


@media only screen and (max-width:766px){
  #two-great-universities-two-premier-programs-one-extraordinary-partnership {
     margin-top: 25px !important;
  }
}


.news-image {
margin-top: 2em;
margin-bottom: 2em;}

.cc-image {
    padding: 0 !important;
    margin-top: 2em;
    margin-bottom: 2em;
}

.news-image img {
    width: 100%;
    border: 0;
}

.cc-image img {
    vertical-align: bottom;
}

.news-image .caption {
    display: none;
    margin-bottom: 0;
}

.caption {
    color: #666;
    font-size: 12px !important;
    line-height: 18px;
    margin: 1.5em 0 1em 0;
}

.cc-caption {
    background: #EEE;
    border-bottom: 1px solid #DDD;
    margin-top: 0 !important;
    padding: 6%;
    display: block !important;
}
Toggle editor
       
File  
No file chosen

label {
  background: #EEE;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.50em;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
  transition: ease .5s;
}
label:hover {
  background: #333;
  color: #FFF;
}
label::before {
    content: '+ ';
}
.accordion_content {
  background: #FFF;
  padding: 10px 25px;
  border: 1px solid #EEE;
  margin-bottom: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.accordion > input + label + .accordion_content {
  display: none;
}

.accordion > input:checked + label + .accordion_content {
  display: block;
}

.accordion > input:checked + label::before {
  content: '- ';
}
.accordion > input {
  display: none;
}

.accordion {
  margin: 0 auto;
  padding: 30px 14px 30px 14px;
  width: 90%;
}

/* ADDED CSS FOR GRADTHRIVING */

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#7897b2;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#6e99b4;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.youtube:hover
{
  background-color:#ed5b51
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

hr {
  margin: 40px 0;
  border:none;
  height: 1px;
  background-color: #363636;
}

.gt-bold {
  font-weight: bold;
}

.gt-subpage-header {
  height: 50vh !important;
}

.gt-container {
  padding-bottom: 25px;
}

.gt-row {
  padding-bottom: 15px;
}

.gt-row-odd {
  padding:75px 0;
}

.gt-row-even {
  padding:75px 0; 
  background-color:#f5f5f5;
}

.gt-row-last {
  margin-bottom:0;
}

.gt-text-reset {
   text-decoration: none;
}

.gt-card {
   background-color: #E6E6E6;
   transition: background-color .3s;
   bottom-margin: 15px;
}

.gt-card:hover {
   background-color: #6e99b4;
}

.gt-card h6 {
   text-transform: capitalize;
   padding: 0px 10px 0px 10px;
   margin-bottom: 0px;
}

.gt-card p {
   margin-bottom: 5px;
}

.gt-button {
   margin: 10px 0;
}

.gt-a {
   color: #212529;
   text-decoration: none;
}

li:last-child {
  padding-bottom: 15px;
}