/************ RESET ************/

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

/*********** STRUCTURE ***********/

#head {
    background:#616163 url(../images/nav_bg.gif) repeat;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header, #head {}
#footer {
    background:#555659;
    height:32px;
}
.wrap {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:984px;
    margin:0 auto;
    position:relative;
}
/************* TOOLS **************/

.clear {clear: both;}
.left {float:left;}
.right {float:right;}
.center {margin-left:auto !important;margin-right:auto !important;}
.middle {vertical-align:middle;}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/************* TYPE **************/

html {
    font-size: 62.5%;
}
body {
    font-family: 'Gotham A', 'Gotham B', arial, helvetica, sans-serif; font-weight: 400; font-style: normal;
    -webkit-font-smoothing: antialiased;
    color:#666668;
    font-size: 14px;
    font-size: 1.4rem;
    background:#eaeaea;
	 -webkit-box-sizing: border-box-10;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1{
    color:#fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight:100;
}
.h1 {
    background:#28346d;
    padding: 30px 0;
}
h2 {
    font-size:20px;
    font-size:2.0rem;
    font-weight:500;
    color:#494949;
    margin-bottom:20px;
}
h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height:28px;
    line-height:2.8rem;
    margin-bottom:20px;
    font-weight:400;
    color:#28346d;
}
h4 {
    font-size: 20px;
    font-size: 2.2rem;
    margin-bottom:10px;
}
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight:bold;
    margin-bottom:20px;
}
p {
    margin:0 0 15px;
    padding:0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height:24px;
    line-height:2.4rem;
}
a {text-decoration: none;}
a {color:#28346d;}
a:hover {color:#28346d;}
strong {font-weight:bold;}

/************* NAV **************/

#logo {
    width:197px;
    height:53px;
    background:url(../images/fc_logo.png) no-repeat;
    text-indent:-5000px;
    display:inline-block;
    margin:15px 0;
}

/****---------->>>>>> nav drop */



/*----footer nav ----*/
#footer {
    font-size:10px;
    font-size:1.0rem;
    color:#ddddde;
}
#footer ul {margin-left:25px;}
#footer ul li {float:left;display:inline-block;}
#footer ul li a {
    color:#ddddde;
    text-transform: uppercase;
    margin-right: 5px;
    padding-right:5px;
    line-height:32px;
    border-right:1px solid #ddddde;
}
#footer ul li:last-child a {margin:0;padding:0;border:0;}
#footer ul li a:hover {color:#fff;}
#footer span {line-height:32px;margin-right:25px;}

/************* PAGE ELEMENTS **************/

.book {position:absolute;left:0;top:-75px;}
.author {
float:left;
    min-width:151px;
    margin-right:30px;
}
.author img {margin-bottom:10px;}
.author p {margin:0;line-height:16px;}
.a-name {
    font-size:14px;
    font-size:1.4rem;
    color:#494949;
    text-transform: uppercase;
    font-weight:500;
}
.a-title {
    font-size:12px;
    font-size:1.2rem;
    color:#666668;
}
.content {padding:30px 0;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content.dark {background:#d7d7d7;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-data { width:250px;padding-right:30px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-video {width:734px;border-left:1px solid #b3b3b3;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.col-video .video {float:left;margin-left:30px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.col-video p {margin-top:10px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.col-data, .col-video {float:left;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indent {padding-left:230px;padding-right:50px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************** BREAKS ****************/

/* Medium Devices, Desktops */
@media only screen and (max-width : 900px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 750px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}