/*
  Common styles and overrides. Will be exported with the zip file download.
*/

/* Make fonts behave on Macs */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Make Icons look better */
[class^="icon-"]::before, [class*=" icon-"]::before {
  vertical-align: baseline;
  line-height: 1em;
  color: inherit;
}

i.icon{
  text-align: center;
  background-image: none;
}

/* Centering elements */
body .pull-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  padding-left: 0;
  padding-right: 0;
}

.container {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans1", "museo-sans-2", sans-serif;
  font-weight: 700;
}

p li {
  font-family: "museo-sans1", "museo-sans-2", sans-serif;
  color: #3D3D3D ;
}

.byline {
  font-size: 12pt;
}

.my-nav {
  padding-left: 0;
}

.phone-padding {
    padding-left: 5%;
    padding-right: 5%;
}

a {
  color: #416F9F;
}

.center {
  text-align: center;
}

#left-col {
  padding-left: 10px;
}

.vert-spacer {
  padding-top: 60px;
}

.centered {
  padding-left: 12.5%;
  padding-right: 12.5%;
}